Multiple file paths for the path parameter in Logstash 7.10

According to the Logstash 7.10 documentation the Path parameter for logstash file input is an array. I tried this:

    file {
            path => [ "/data/logs/testing/servers/**/server*.log", "/data/logs/testing/servers/**/ignite.server*.log" ]

But nothing was sent to elastic. If I try it with an individual file it works fine. Have I got the syntax correct for specifying multiple files for the path parameter?

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