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