Skip to content

Instantly share code, notes, and snippets.

@Chitrank-Dixit
Last active November 16, 2016 10:32
Show Gist options
  • Save Chitrank-Dixit/ca5e42279eecfcc967b5a8af204fb8c9 to your computer and use it in GitHub Desktop.
Save Chitrank-Dixit/ca5e42279eecfcc967b5a8af204fb8c9 to your computer and use it in GitHub Desktop.
Install and Configure ElasticSearch, Kibana and Sense

Dowload these tools

ElasticSearch: https://www.mediafire.com/?2o1y58vilz32st4
Kibana: http://www.mediafire.com/?11undfyc3dtkea9/

Extract both of these tools , now go into

for elasticsearch

$ cd elasticsearch-2.4.1
$ ./bin/elasticsearch

for Kibana

$ cd kibana-4.6.1-darwin-x86_64 $ ./bin/kibana

Now to install sense in Kibana, go into kibana folder and run

install sense in kibana

$ ./bin/kibana plugin --install elastic/sense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment