Can I point to multiple folders in pipelines.yml? and use wildcard on it

Hi, in my pipeline.yml I currently have this:

- pipeline.id: main
  path.config: "/usr/share/logstash/pipeline/*.conf"

but I need to point to another folder an use wildcard again and use something like:

- pipeline.id: main
  path.config: "/usr/share/logstash/pipeline/*.conf"
- pipeline.id: client
  path.config: "/usr/share/logstash/pipeline/client/*.conf"

Is this posible?

Yes, it is.

1 Like

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