Skip to content

Instantly share code, notes, and snippets.

@mikepea
Last active August 29, 2015 14:10
Show Gist options
  • Save mikepea/dad0d07ac012cfe45855 to your computer and use it in GitHub Desktop.
Save mikepea/dad0d07ac012cfe45855 to your computer and use it in GitHub Desktop.
Logstash Redis Playbook

Logstash Redis Playbook

This monitors the length of the logstash:beaver queue in redis, via the community logstash-queue-length plugin.

If this queue is growing, it implies logstash or one of its 'downstream outputs' is not processing log in a timely manner, or not at all.

Quite often, it's because ES has failed, or logstash process has died.

It can also mean though that your log processing is too much for the server to handle. Check resource graphs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment