2

I have a log file with a mix of health checks and actual hits in it. I'd like to collect all the logs except the /healthcheck hits. Can graylog-collector handle this for me?

I've read through the documentation here, but I don't see anything relevant to my question. Is anyone else doing this?

Jon Buys
  • 244
  • 2
  • 5

1 Answers1

0

Collectors just ship the log file or event log source.

What you can do is build streams to match your criteria. It can be sent to various outputs or alerted on.

And because you have both, you can know the request rate, and if the load balancer stops doing health checks.

John Mahowald
  • 30,009
  • 1
  • 17
  • 32