mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
b024e46284
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
20 lines
377 B
YAML
20 lines
377 B
YAML
filebeat.autodiscover:
|
|
providers:
|
|
- type: docker
|
|
hints.enabled: true
|
|
|
|
processors:
|
|
- add_docker_metadata: ~
|
|
|
|
output.elasticsearch:
|
|
hosts: [ "http://victorialogs:9428/insert/elasticsearch/" ]
|
|
worker: 5
|
|
parameters:
|
|
_msg_field: "message"
|
|
_time_field: "@timestamp"
|
|
_stream_fields: "container.name"
|
|
|
|
http:
|
|
enabled: true
|
|
host: 0.0.0.0
|
|
port: 5066
|