SF initial configurator | 1508907 | 2022-10-06 13:33:19 +0300 | [diff] [blame^] | 1 | logstash_gearman_server: logstash.openstack.org |
| 2 | logstash_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 ^). |
| 10 | logstash_processor_config: |
| 11 | files: |
| 12 | - name: job-output\.txt |
| 13 | tags: |
| 14 | - console |
| 15 | - console.html |