Advertisement
CloudNinja

Grok Debug Ouput

Apr 20th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ############## Grok Debugger Patter#########################################
  2. %{TIMESTAMP_ISO8601:@timestamp} %{HOST:syslog_host} %{GREEDYDATA:raw_message}
  3. ############################################################# OUTPUT BELOW #
  4.  
  5. {
  6. "TIMESTAMP_ISO8601": [
  7. [
  8. "2015-04-20T14:21:04-04:00"
  9. ]
  10. ],
  11. "YEAR": [
  12. [
  13. "2015"
  14. ]
  15. ],
  16. "MONTHNUM": [
  17. [
  18. "04"
  19. ]
  20. ],
  21. "MONTHDAY": [
  22. [
  23. "20"
  24. ]
  25. ],
  26. "HOUR": [
  27. [
  28. "14",
  29. "04"
  30. ]
  31. ],
  32. "MINUTE": [
  33. [
  34. "21",
  35. "00"
  36. ]
  37. ],
  38. "SECOND": [
  39. [
  40. "04"
  41. ]
  42. ],
  43. "ISO8601_TIMEZONE": [
  44. [
  45. "-04:00"
  46. ]
  47. ],
  48. "syslog_host": [
  49. [
  50. "192.168.1.2"
  51. ]
  52. ],
  53. "HOSTNAME": [
  54. [
  55. "192.168.1.2"
  56. ]
  57. ],
  58. "raw_message": [
  59. [
  60. "PA-200 1,2015/04/20 14:21:03,221607009893,TRAFFIC,drop,1,2015/04/20 14:21:03,89.157.99.109,21.222.153.125,0.0.0.0,0.0.0.0,Access Denied,,,not-applicable,vsys1,Untrust_WAN,Untrust_WAN,ethernet1/3,,Elastic,2015/04/20 14:21:03,0,1,56852,20750,0,0,0x0,udp,deny,148,148,0,1,2015/04/20 14:21:03,0,any,0,35307962,0x0,FR,US,0,1,0,policy-deny"
  61. ]
  62. ]
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement