Skip to content

Instantly share code, notes, and snippets.

@rym23
Created July 9, 2018 21:31
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 rym23/95bfa590c4abee735156a63c220dbf2a to your computer and use it in GitHub Desktop.
Save rym23/95bfa590c4abee735156a63c220dbf2a to your computer and use it in GitHub Desktop.
GET firehose-raw/_search
{
"query": {
"range": {
"eventTimeStamp": {
"lte": "2018-05-10T05:05:05.005"
}
},
"regexp": {
"rawlog.keyword": ".*unresponsive target=/.*"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment