Hello.
I have configured notifications via HTTP, but the requests are coming without a message body. There is also no body template field in the notification settings.
Searching didn’t lead me to similar problems, so I’m guessing I’m doing something wrong.
I’m running graylog in docker.
image: "${GRAYLOG_IMAGE:-graylog/graylog:5.2}"
version: Graylog 5.2.5+7eaa89d
Endpoint - PHP script. For debugging, I dump all the variables (var_dump(get_defined_vars())) and get the following:
array(4) {
["_GET"]=>
array(1) {
["tk"]=>
string(16) "my_verify_key"
}
["_POST"]=>
array(0) {
}
["_COOKIE"]=>
array(0) {
}
["_FILES"]=>
array(0) {
}
}
I attach a screenshot of the notification settings.
How can I get the data of the message that triggered the alert?
