mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
1ebfea34d4
* deployment/logs-benchmark: add benchmark setup Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com> * deployment/logs-benchmark: update readme info - add sizes of uncompressed logs - add more info about dashboard Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com> --------- Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
15 lines
244 B
YAML
15 lines
244 B
YAML
filebeat.inputs:
|
|
- type: syslog
|
|
format: rfc3164
|
|
protocol.tcp:
|
|
host: "0.0.0.0:12345"
|
|
|
|
output.elasticsearch:
|
|
hosts: [ "http://elastic:9200" ]
|
|
worker: 5
|
|
bulk_max_size: 1000
|
|
|
|
http:
|
|
enabled: true
|
|
host: 0.0.0.0
|
|
port: 5066
|