Logstash Automation

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.