Guest User

Untitled

a guest
Dec 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. input {
  2. stdin {
  3. type => "apache-access"
  4. }
  5. }
  6.  
  7. filter {
  8. grok {
  9. type => "apache-access" # for logs of type 'apache-access'
  10. pattern => "%{COMBINEDAPACHELOG}"
  11. }
  12. }
  13. output {
  14. stdout { debug => true }
  15. }
Add Comment
Please, Sign In to add comment