munchclient.toml 863 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Live = true
  2. # Interface = "eth0"
  3. # SnapshotLen = 8192
  4. # Filter = "tcp dst port 80"
  5. # Promiscuous = false
  6. # NatsURL = "nats://192.168.122.1:4222"
  7. # NatsURL = "tls://nats-eval.scw.systems:4222"
  8. # NatsUser = NatsUser
  9. # NatsPassword = NatsPassword
  10. # NatsCA = /etc/munchclient/munchclient/ca-chain.cert.pem
  11. # NatsQueue = "requests"
  12. # UseXForwardedAsSource = true
  13. # Quiet = true
  14. # SleepFor = 100µs
  15. # RequestsFile = requests.csv
  16. # Protocol = http
  17. # Protocol = ajp13
  18. # Trace = false
  19. # ReconnectToNatsAfter = 1m
  20. # RPCAddress = 127.0.0.1:4994
  21. # ResetLiveCaptureAfter = 1m
  22. [[NginxLogFiles]]
  23. Host = "test1.com"
  24. File = "/var/log/nginx/test1-access.log"
  25. Format = "aa 1 3 5"
  26. [[NginxLogFiles]]
  27. Host = "test2.com"
  28. File = "/var/log/nginx/test2-access.log"
  29. Format = "bb 2 4 6"
  30. [[NginxLogFiles]]
  31. Host = "test3.com"
  32. File = "/var/log/nginx/test3-access.log"
  33. Format = "cc 7 9 11"