mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
bc6427a44f
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
14 lines
No EOL
362 B
YAML
14 lines
No EOL
362 B
YAML
filebeat.inputs:
|
|
- type: syslog
|
|
format: rfc3164
|
|
protocol.tcp:
|
|
host: "0.0.0.0:5140"
|
|
|
|
output.elasticsearch:
|
|
hosts: [ "http://victorialogs:9428/insert/elasticsearch/" ]
|
|
worker: 5
|
|
bulk_max_size: 1000
|
|
parameters:
|
|
_msg_field: "message"
|
|
_time_field: "@timestamp"
|
|
_stream_fields: "host.name,process.program,process.pid,container.name" |