Skip to content

Instantly share code, notes, and snippets.

@megastef
Last active January 6, 2016 11:22
Show Gist options
  • Save megastef/270441b10841f57a97a3 to your computer and use it in GitHub Desktop.
Save megastef/270441b10841f57a97a3 to your computer and use it in GitHub Desktop.
Install,configure, run sense
wget https://download.elastic.co/kibana/kibana/kibana-4.2.0-linux-x64.tar.gz
cd kibana-4.2.0-linux-x64
./bin/kibana plugin --install elastic/sense
echo -e "kibana.enabled: false # disable the standard kibana discovery, visualize & dashboard plugins\n
elasticsearch.enabled: false # do not require a running Elasticsearch 2.0 instance" >> config/kibana.yml
./bin/kibana
@ashim888
Copy link

ashim888 commented Jan 6, 2016

Plugin installation was unsuccessful due to error "Cannot find module 'joi'"

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