there is a one Folder name logs in that Folder there is multiple json file like 1.json, 2.json, etc
i want to pars logs in Elasticsearch with logstash
so Question is that how to configure that all file in one conf file in logstash ?????
there is a one Folder name logs in that Folder there is multiple json file like 1.json, 2.json, etc
i want to pars logs in Elasticsearch with logstash
so Question is that how to configure that all file in one conf file in logstash ?????
You can use wildcards in a path, so /path/to/file/*.json
will read all .json
files in that path.
Thank you @warkolm
now it's damn working.
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.