I currently use graylog as a SIEM. So I have ElasticSearch install on the same sermer. All my elasticsearch data are in /mnt/graylog/elasticsearch/nodes/0/indices.
I would like to install kibana on this same server, how can i configure the file /etc/kibana/kibana.yml to take the data from the above mentioned file.
the configuration can be done in another file
Kibana doesn't read data from disk, but connects to Elasticsearch via rest api. You can install Kibana where-ever and configure it to connect to your Elasticsearch server. In the Kibana UI you will be able to define which indices to work with (creating a so called "index pattern").
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.