How to filter result by elasticsearch.host

In config I can set many hosts under elasticsearch.hosts. From my local machine I want to be able to see data from development, production and other elasticsearch instances, so I add them all to my config file.

Unfortunately this means that when I am viewing records they're coming from many environments and I'm not sure which is which. I can't change the indexed data to add a new field saying which host it comes from.

Is it possible to filter based on host in this case at all or somehow differentiate the indexed data based on which elasticsearch host it comes from?

Hi,
as far as i know, thats not possible.
Kibana does not support using multiple Clusters, see this thread:

You can setup multiple Kibana instances on your Node with diffrent ports to access all environments on your node. (1 Kibana for Prod, 1 for Dev, etc.)

Regards,
Simon

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.