packetbeat.yml 806 B

12345678910111213141516171819202122232425262728293031323334353637
  1. name: "YYAGI2_SP"
  2. tags: ["SP", "YYAGI", "PB"]
  3. packetbeat.interfaces.device: enp41s0
  4. packetbeat.flows:
  5. timeout: 30s
  6. period: 10s
  7. packetbeat.protocols:
  8. - type: dns
  9. ports: [53]
  10. - type: http
  11. ports: [80, 8080, 8000, 5000, 8002]
  12. - type: tls
  13. ports: [443, 993, 995, 5223, 8443, 8883, 9243]
  14. output.elasticsearch:
  15. hosts: ["https://elastic.joystreamstats.live:443"]
  16. protocol: "https"
  17. pipeline: geoip-info
  18. #api_key: "MHJ6bVhvRUJybmlHM2NJSC16cmw6OE1CMmdpeXFSaTZjR1B0M3cxeFBfQQ=="
  19. username: "beats_admin"
  20. password: "*********"
  21. #setup.kibana:
  22. #host: "https://kibana.yyagi.cloud"
  23. #username: "beats_admin"
  24. #password: "L3tM31n!"
  25. # protocol: "https"
  26. # ssl.enabled: false
  27. # ssl.certificate_authorities: ["/usr/share/packetbeat/certs/ca/ca.crt"]
  28. xpack.monitoring.enabled: true