Hello Team,
Till now what I have implemented.
Filebeat(logs)--->Logstash----->Elasticsearch----->Kibana
I can see these logs on kibana dashboard when I make a search * in discover.
Can you please help me how can I improve search on dashboard like:
1) I have logs of same file like /mnt/logs/logxyz.log from various different remote machine, so how can I see all these log in same search.
Here I want same logs file from different node to viewed on Kibana.
**2)**How can I apply some analysis based on which I will get graph/diagram showing error. As of now even if there are error in log file and I apply to view pie-diagram/graph diagram it shows all passed. There would be a way I am sure to but I am not sure how to do that.
TIA