Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logstash inflight events handling in case of logstash stopped #72

Open
burghategaurao opened this issue Jun 10, 2019 · 1 comment
Open

Comments

@burghategaurao
Copy link

We are using logstash distributed pattern as below

main.conf
input {kinesis }
output {
if condition 1 then
pipeline 1
else if condition 2 then
pipeline 2
}

pipeline1.conf
input {pipeline1}
filter {}
output {amazonES}

We are using persistent queue with queue size as more than 64MB.
We have almost 100 pipelines in main.conf.We are running this config in docker on ec2 linux instance.
Now our question is if our ec2 terminated, then Will we loose inflight events which are read by kinesis input plugin but not pushed to amazon es.

@infa-ddeore
Copy link

i need answer for the same, asked in https://discuss.elastic.co/t/is-pq-needed-for-logstash-kinesis-input-plugin/225970, no reply yet on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants