Guest User

Untitled

a guest
Dec 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ### Setting the source
  2. `_sourceName=*service*`
  3.  
  4. ### JSON parsing
  5. `... | json auto | json auto field=message`
  6.  
  7. ### JSON + where
  8. `... | WHERE field_name = <value>`
  9.  
  10. ### Cast Field to Number
  11. `... | number(duration)`
  12.  
  13. ### Math Operations
  14. `... | round(duration / 1000) as duration_secs`
  15.  
  16. ### Count By Field(s)
  17. `... | count by field1, field2`
Add Comment
Please, Sign In to add comment