Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ###################### Winlogbeat Configuration Example ########################
  2.  
  3. # Author: Roberto Rodriguez @Cyb3rWard0g
  4. # License: GPL Version 3
  5. # Mordor Environment: Erebor
  6.  
  7. #======================= WEC Winlogbeat Configuration ===========================
  8. winlogbeat.event_logs:
  9. - name: ForwardedEvents
  10. ignore_older: 72h
  11.  
  12. #----------------------------- Kafka output --------------------------------
  13. output.kafka:
  14. hosts: ["10.0.1.6:9092"]
  15. topic: "winlogbeat"
  16. ############################# HELK Optimizing Latency ######################
  17. max_retries: 2
  18. max_message_bytes: 1000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement