Currently I am getting these alerts:
Upgrade Required Your version of Elasticsearch is too old. Kibana requires Elasticsearch 0.90.9 or above.
Can someone tell me if there is a way I can find the exact installed version of ELS?
Currently I am getting these alerts:
Upgrade Required Your version of Elasticsearch is too old. Kibana requires Elasticsearch 0.90.9 or above.
Can someone tell me if there is a way I can find the exact installed version of ELS?
You can check version of ElasticSearch by the following command. It returns some other information also:
curl -XGET 'localhost:9200'
Here you can see the version number: 2.3.4
Typically Kibana is installed in /opt/logstash/bin/kibana . So you can get the kibana version as follows
/opt/kibana/bin/kibana --version
Another way to do it on
Ubuntu 18.0.4
navigate to the folder where you have installed your kibana if you have used yum to install kibana it will be placed in following location by default
then use the following command