You can distinguish each log or patterns in most of these applications
Try to use document_type in filebeat,which is ver useful in logstash ( it will be 'type'in logstash ) and will be part of the metadata.
Also use tags and fields in Filebeat.
From logstash try tocreate elasticsearch indices based on the type..
Also try to create indexes in uniform formats so that a pattern consolidating many indices could be defined in kibana
Thank for you answer,
So im going to add document_type for my different log file and create different elasticsearch index in some cases.
But, in order to distinguish the mulitple machines log (i have a cluster of different machines), can i use the beat.hostname ? If i use it i wouldn't need to add a redundant new field to know if the log is from host1 or host2 etc...
so i could filter on beat.hostname in kibana to identify a same kind of log with different machine.
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.