Email into logs

Has anyone seen a creative way of importing emails into Graylog? I know the functionality is not built in, but I have a door access system that is only capable of outputting a .csv or email and it would be very nice to be able to log entries via Graylog.

csv, read by filebeat would come to my mind …

1 Like

Basically what @jan said - if you want to do it differently, you could also just netcat it to a raw TCP input with a cron job and process from there :slight_smile:

Would that then be able to send to Graylog? Sorry I’ve never dealt with filebeat.

sure that -

In the filebeat configuration, configure a logstash output and in Graylog configure a beats input. Point the first to the second and all should work.

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