jiasirui 9b52728e4f depandance the module collect logs
Change-Id: If03b294d682c384d0d6482fa64cc1df2e6b05052
2022-09-09 16:36:26 +08:00

19 lines
419 B
Plaintext

<match syslog.**>
@type copy
<store>
type elasticsearch
host localhost
port 9200
logstash_format true
logstash_prefix slog
buffer_type memory
buffer_chunk_limit 8m
buffer_queue_limit 8
buffer_queue_full_action drop_oldest_chunk
flush_interval 30s
num_threads 4
reconnect_on_error true
resurrect_after 5s
</store>
</match>