Graylog Alert HTTP

1. Describe your incident:
Trying to send a Graylog alert that contains the original message but I keep getting a missing end error.

2. Describe your environment:

  • OS Information: RHEL 8 Server

  • Package Version: Graylog 6.0.2

Body Template
{
“event_timestamp”: “${event.timestamp_processing}”,
“event_alert”: “${event.alert}”,
“event_message”: “${event.message}”,
“event_source”: “${event.source}”,
${foreach backlog message}
${message.message}
{end}
}

We don’t mind, but our behavior is as you experience it.

We send htttp alerts to Alertops and do not see the message either, where in the message log it is selected that is should be there. But we also send an email to our own mailbox and the event message comes within the mail.

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