blob: 606fe29939ddb85b3a0549ef9eadfd01d4b94aa8 [file] [log] [blame]
applications:
- heka
_param:
heka_shipper_output_host: localhost
heka_shipper_input_host: localhost
heka_shipper_input_user: guest
heka_shipper_input_password: guest
heka_shipper_input_vhost: /logs
heka_shipper_input_exchange: logs
parameters:
heka:
server:
enabled: true
input:
rsyslog-syslog:
engine: logstreamer
log_directory: /var/log
file_match: syslog\.?(?P<Index>\d+)?(.gz)?
decoder: RsyslogDecoder
priority: ["^Index"]
rsyslog-auth:
engine: logstreamer
log_directory: /var/log
file_match: auth\.log\.?(?P<Index>\d+)?(.gz)?
decoder: RsyslogDecoder
priority: ["^Index"]
decoder:
rsyslog:
engine: rsyslog
template: %TIMESTAMP% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg:::drop-last-lf%\n
hostname_keep: TRUE
tz = Europe/Prague
output:
rabbitmq:
engine: amqp
host: ${_param:heka_shipper_output_host}
user: ${_param:heka_shipper_output_user}
password: ${_param:heka_shipper_output_password}
vhost: ${_param:heka_shipper_output_vhost}
exchange: ${_param:heka_shipper_output_exchange}
exchange_type: fanout
encoder: ProtobufEncoder
use_framing: true
heka-logfile:
engine: logoutput
encoder: RstEncoder
message_matcher: TRUE
encoder:
heka-logfile:
engine: RstEncoder