Guest User

Untitled

a guest
Dec 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. CFTIME "%{DATE_US:date}","%{TIME:time}"
  2. CFUSION %{QS:severity},%{QS:threadid},%{CFTIME},%{QS:application}?,%{QS:message}
  3.  
  4. grok {
  5. type => "cfusion"
  6. patterns_dir => "/etc/logstash/patterns"
  7. pattern => "%{CFUSION}"
  8. add_field => [ "timestamp","%{date} %{time}" ]
  9. }
  10.  
  11. date {
  12. type => "cfusion"
  13. timestamp => "MM/dd/yy HH:mm:ss"
  14. }
Add Comment
Please, Sign In to add comment