Hi,
I have migrated the local Elastic Search from a DMA to a centralized Elastic Search cluster.
Now I was trying to use Kibana (that is installed as default in our DMA) to reach the Elastic Search cluster in order to check the information that resides there.
When I go to a browser and put the http://ElasticClusterServer-IP:5106 I don't seem to be able to reach the Elastic Search cluster.
Any hint that could help me out on this?
Thank you.
Best regards
Bruno Sousa
Can you also double check the port. Unless its intentional the port you specified, the default port is 5601.
Hi Bruno,
I believe you need to define the path where kibana can reach the remote (new) elasticsearch cluster inside the kibana.yml configuration file.
If you are running kibana from one of the DataMiner agents, you should find this file in the following location:
"C:\Program Files\Elasticsearch\Kibana\config\kibana.yml"
In there you'll find a parameter called "elasticsearch.hosts" where you can define the path thowards one or multiple nodes of your remote elasticsearch cluster
Hope this helps!
Hi Jeroen,
I was using the wrong parameter in the yml…
Thank you for point it out!
Best regards
Bruno Sousa
Hi Bruno,
Small question, where did you install Kibana?