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-input-redis can lose data #72

Open
nikolay-shmaleniuk opened this issue Jan 18, 2019 · 1 comment
Open

logstash-input-redis can lose data #72

nikolay-shmaleniuk opened this issue Jan 18, 2019 · 1 comment

Comments

@nikolay-shmaleniuk
Copy link

nikolay-shmaleniuk commented Jan 18, 2019

In redis-cli monitor I see this calls:

1547818504.509313 [0 lua] "lrange" "filebeat" "0" "124"
1547818504.509476 [0 lua] "ltrim" "filebeat" "125" "-1"

Do I understand correctly, data which added between unix timestamp 1547818504.509313 and 1547818504.509476 will be just deleted?

@nikolay-shmaleniuk
Copy link
Author

Using "MULTI" / "EXEC" can fix it.

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

1 participant