Hi there, I am looking for some help to differentiate the logs which I am sending from various environments to the Elastic.
Flow : File Beat -> Logstash -> Elastic -> Kibana.
I would like to see the logs which I pushed from various environments i.e DEV1, DEV2, DEV3 etc. In Kibana UI, I can see all the logs for each of the host. But this is not good experience for end users.
Is there any possibility in UI, As soon as the user logs in, Where they can able to select the Environment in a dashboard or some where for ex.
User Logs in -> Click on Environment(DEV1 or DEV2) then -> Select Application(Tomcat, Rabbit MQ etc) -> then Select associated hosts under the Application to view the logs for that host.
How can I achieve the above scenario? I need some example which I can declare in my file beat.yml. some thing like to pass env_name, application_name/product_name.