Capturing of application metrics and publishing to elastic index
- curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.1.2.tar.gz
- tar -xvf elasticsearch-5.1.2.tar.gz
Once unzipped now start and stop the server
- cd elasticearch-5.1.2
- ./bin/elasticsearch
To stop, you can just terminate the process by pressing Ctrl + C
- curl -L -O https://artifacts.elastic.co/downloads/kibana/kibana-5.1.2-darwin-x86_64.tar.gz
- tar -xvf kibana-5.1.2-darwin-x86_64.tar.gz
Once unzipped now start and stop the server
- In the configuration file, find the elasticsearch.url setting and replace the value with the IP address and port of where Elasticsearch is running.
- cd kibana-5.1.2-darwin-x86_64/
- Start Kibana — ./bin/kibana
To stop, you can just terminate the process by pressing Ctrl + C