AWS CloudFront writes its logs to S3 in a bunch of files every few minutes. What’s the best way to fetch the latest files and ingest these with Graylog?
I am currently fetching them with Logstash and feeding them into Elastic for my old ELK stack, but I’m wondering if there’s a more Graylog way to do it. Logstash is kind of heavy to use just for this. But I installed logstash-output-gelf and connected it to Graylog and it is working.