pjo
(pjo)
March 6, 2020, 2:36pm
1
Hello,
I'm new on this product
To test product, i have following setup :
Filebeat installed on every hosts i need to send/gather logs
Standalone logstash servers that received logs from filebeats
Elasticsearch and Kibana on same VM.
What happen if my logstash can't deliver logs to my Elasticsearch Server ? (My ElasticSearch is down for plannned or unplanned reasons).
Is logstash able to keep logs and try to deliver them later to elasticsearch ?
If yes, could we control queue limit/size ?
Thanks
rcowart
(Rob Cowart)
March 11, 2020, 3:56pm
2
You will want to have a persistent queue configured. This is the queue between inputs and filters/outputs.
https://www.elastic.co/guide/en/logstash/current/persistent-queues.html
If the output can't reach Elasticsearch incoming data will be queued to disk up to the configured limits.
system
(system)
Closed
April 8, 2020, 3:56pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.