You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
First of all, that's a nice and practical plugin you made here !
It appears that with the sincedb written to the filesystem of the logstash instance, it makes difficult to have multiple instances running at the same time and sharing the next_token value for a given log group stream.
What's more, considering that we may run logstash in containers, and that a container is to be replaceable, every time a new container is spawn, it will start with an empty sincedb.
How would you address this without considering mounting a shared volume able to manage concurrent writes ?
Would dynamoDB storage be feasible ?
Thank for sharing your ideas.
The text was updated successfully, but these errors were encountered:
Hi !
First of all, that's a nice and practical plugin you made here !
It appears that with the
sincedb
written to the filesystem of the logstash instance, it makes difficult to have multiple instances running at the same time and sharing thenext_token
value for a given log group stream.What's more, considering that we may run logstash in containers, and that a container is to be replaceable, every time a new container is spawn, it will start with an empty
sincedb
.How would you address this without considering mounting a shared volume able to manage concurrent writes ?
Would dynamoDB storage be feasible ?
Thank for sharing your ideas.
The text was updated successfully, but these errors were encountered: