Im trying to add a custom field to my event/alert
I added the template ${source.source_ip}
but it´s just empty, also I’m trying to add a link to the message where I need the index name that should be ${index} right? that is also not working.
Im trying to add a custom field to my event/alert
I added the template ${source.source_ip}
but it´s just empty, also I’m trying to add a link to the message where I need the index name that should be ${index} right? that is also not working.
Is the alert/event present within the timerange of the event definition in Filter & Aggregation?
Okay, looks all as it should be. Guess when the replay search button is hit, the messages appear in graylog search.
Is it that you do nog get the field in your email alert message?
Could you try it with another fieldname without an underscore in it. Could be that it fails on that.
I found out if I change it to ${soruce}
I get this:
and now I’m able to grab ${source.source}
but how can I get more keys?
My guess is that it fails on the underscore if source.source works.
You could file a bug at their github space for this.