We currently have Graylog running in our company. We have a requirement for reports to be sent on a weekly basis for certain events like Account lockouts.
What would be the best procedure to get this in place as I understand there is no reporting function built in with graylog ?
Thanks
K
Fl4m3Ph03n1x
(Pedro Miguel Pereira Serrano Martins)
2
So, you want to send an email when you receive a log of a certain type?
That is easily accomplished using Graylog alerts:
Thanks for the information Pedro. This is already in place.
What we would like is to be able to setup a weekly report of an event for example account lockouts to be sent via email from graylog.
I have read around that this can be achieved by using graylog’s rest api and setting up a cron job which would then send a report of the events in question but not sure how this would be done.