system-config/modules/openstack_project/files/logstash/logstash-worker1/jenkins-log-pusher.yaml

34 lines
669 B
YAML

# Defaults
source-defaults:
source-url: http://logs.openstack.org
output-host: localhost
output-port: 9999
output-mode: tcp
retry-get: False
# List of zmq event inputs.
zmq-publishers:
- tcp://jenkins.openstack.org:8888
# List of files to source logs from.
source-files:
- name: console.html
retry-get: True
- name: logs/screen-c-api.txt
tags:
- screen
- oslofmt
- name: logs/screen-c-sch.txt
tags:
- screen
- oslofmt
- name: logs/screen-c-vol.txt
tags:
- screen
- oslofmt
- name: logs/screen-key.txt
tags:
- screen
- keystonefmt
# TODO(clarkb) Add swift and syslog logs here.