Journalbeat does not support globbing?

I have several directories with different journals I'd like to collect with globbing:

    - paths:
      - "/var/log/journal"
      - "/openstack/log/*/journal/*/system.journal"

This is documented behaviour for filebeat but does not work with journalbeat:

    ERROR	instance/beat.go:951	Exiting: error creating reader for journal: reader.go:107: failed to read meta data for /openstack/log/*/journal/*/system.journal (path=/openstack/log/*/journal/*/system.journal)
    	stat /openstack/log/*/journal/*/system.journal: no such file or directory

Is there any way to make this work?

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