23 lines
485 B
Plaintext
23 lines
485 B
Plaintext
<match devstack*>
|
|
@type copy
|
|
<store>
|
|
@type elasticsearch
|
|
host localhost
|
|
port 9200
|
|
logstash_format true
|
|
logstash_prefix "flog"
|
|
flush_interval 3s
|
|
reconnect_on_error true
|
|
resurrect_after 5s
|
|
<buffer>
|
|
@type memory
|
|
flush_thread_count 4
|
|
flush_interval 30s
|
|
chunk_limit_size 2m
|
|
queue_limit_length 8
|
|
overflow_action drop_oldest_chunk
|
|
</buffer>
|
|
</store>
|
|
</match>
|
|
|