blob: 86eba8909db54410975935d099638760101f9535 [file] [log] [blame]
SF initial configurator15089072022-10-06 13:33:19 +03001logstash_gearman_server: logstash.openstack.org
2logstash_gearman_server_port: 4730
3# For every file found in the logs directory (and its subdirs), the
4# module will attempt to match the filenames below. If there is a
5# match, the file is submitted to the logstash processing queue, along
6# with the tags for that match. The first match wins, so be sure to
7# list more specific names first. The names are un-anchored regular
8# expressions (so if you need to match the root (i.e, the work/logs/
9# directory), be sure to anchor them with ^).
10logstash_processor_config:
11 files:
12 - name: job-output\.txt
13 tags:
14 - console
15 - console.html