Cloudflare CDN Logs to graylog

I am trying to use a few scripts I found to take the cloudflare enterprise logs and send them to graylog. I see there is a logstash plugin out in the wild. Has anyone else done this? I’ve tried dumping the files to output.txt and then using logger to ship them to graylog. No dice. I don’t see the msgs when I search.

What technologies are you using? Node.js, Python, Java?

Python.
To be specific.
https://github.com/liceaga/cloudflare-logsclient

How are you shipping the logs to Graylog?
What’s the complete configuration of all involved components?
Are there any packet filters (firewalls) blocking access to the Graylog input?

That doesn’t look too complicated to implement in Graylog.

Maybe you want to write a plugin with a specialized input?
http://docs.graylog.org/en/2.4/pages/plugins.html

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.