Usually all logs/Metrics goes to a common index but need a solution where dev namespace logs goes to filebeat-dev-*
How do i do this in filebeat i do not have logstash or any pipelines
Usually all logs/Metrics goes to a common index but need a solution where dev namespace logs goes to filebeat-dev-*
How do i do this in filebeat i do not have logstash or any pipelines
You can resolved this issue by using below in filbeat.yml fileoutput.Elasticsearch:
output.Elasticsearch:
indices:
Once u do this restart filbeat then next create index pattern this should be listed when u created an index pattern.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.