Skip to content

Instantly share code, notes, and snippets.

@skyrioloc
Created October 7, 2019 21:14
Show Gist options
  • Select an option

  • Save skyrioloc/e9dd6cc8706ddb7b00913890a562488c to your computer and use it in GitHub Desktop.

Select an option

Save skyrioloc/e9dd6cc8706ddb7b00913890a562488c to your computer and use it in GitHub Desktop.
fields @timestamp
| parse "MDW|*|*|*|*|*|*|*\"" as @servlet, @method, @url, @code, @startime, @endtime, @elapsed
| filter level == "INFO"
| filter message like "MDW|"
| sort @elapsed desc
| limit 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment