mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-19 07:01:02 +01:00
16 lines
356 B
YAML
16 lines
356 B
YAML
|
exporters:
|
||
|
elasticsearch:
|
||
|
endpoints:
|
||
|
- http://victorialogs:9428/insert/elasticsearch
|
||
|
- http://victorialogs-2:9428/insert/elasticsearch
|
||
|
receivers:
|
||
|
filelog:
|
||
|
include: [/var/lib/docker/containers/**/*.log]
|
||
|
resource:
|
||
|
region: us-east-1
|
||
|
service:
|
||
|
pipelines:
|
||
|
logs:
|
||
|
receivers: [filelog]
|
||
|
exporters: [elasticsearch]
|