In the last video, we discussed the basic details of elastic search
you can find the
video here
• Elastic Search Basics - Nodes, cluster, re...
Referred Blog here
https://medium.com/@tech-pratyprism/elasti...
In this video, we will be specifically talking about Elastic search and Kibana installation, have followed the process step by step so it could help you follow along and install it without any issues.
I've also referred to certain commands/links in the video which are as below:-
Download Elastic Search
https://www.elastic.co/downloads/elasticse...
Download Kibana
https://www.elastic.co/downloads/kibana
Install elastic search
bin/elasticsearch
Resetting elastic user’s password
bin/elasticsearch-reset-password -u elastic
-Generate a new Kibana enrolment token
bin/elasticsearch-create-enrollment-token —scope kibana
Disabling gatekeeper for Kibana directory
xattr -d -r com.apple.quarantine /path/to/kibana
Install Kibana
bin/kibana
-Login Kibana
u/s - elastic
p/w - (get from elastic search terminal as shown in video)