mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
21 lines
377 B
YAML
21 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
|