Logstash configuration in multiple files

In logstash 7.3.0 i just to have conf like
01_input.conf
02_parser-a
03_parser-b
...
nn_parser-z
99_output.conf

Now i use Logstash 7.6.1
It seems it has problem, when filter {} section is spread among more files

I had it like filter{ at the end of file 00_input.conf

And the ending carret of filter - } at the beginning of file 99_output.conf

So all my nn_parser-z files were inside of the filter.

Now it only allows me to have one very long file begginning with filter{ and ending with }

I hope you will understand :slight_smile:

See this thread.

Thank's Badger. I'm staying with Logstash 7.3.0. for now

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.