Skip to content

Instantly share code, notes, and snippets.

@westonkd
Created February 19, 2019 18:00
Show Gist options
  • Select an option

  • Save westonkd/e5d146a456e401d1cde5087191148180 to your computer and use it in GitHub Desktop.

Select an option

Save westonkd/e5d146a456e401d1cde5087191148180 to your computer and use it in GitHub Desktop.

Revisions

  1. westonkd created this gist Feb 19, 2019.
    7 changes: 7 additions & 0 deletions example.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #Insights Example
    ```
    fields @timestamp, @message
    | sort @timestamp desc
    | limit 20
    | filter @message like "f1fe1a76-228a-4b95-a226-fe028b612b66"
    ```