Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IanVaughan/8608359105e099a8e14aa822d1023527 to your computer and use it in GitHub Desktop.
Save IanVaughan/8608359105e099a8e14aa822d1023527 to your computer and use it in GitHub Desktop.
Heroku grok logstash rule for Heroku Deployments

Sample:

Deploy 77bd8aca by user some@email.com

Rule:

rule1 Deploy %{notSpace:deploy.sha} by user %{data:deploy.user}

Match:

{
  "deploy": {
    "sha": "77bd8aca",
    "user": "some@email.com"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment