How to include message fields in the Alert Action Message for Per query monitor

Hi,

what you need is explanied here:

and here:

And I had to add this to my message-field:

“Message”:{“type”:“text”,
“fields”:{“keyword”:{“type”:“keyword”,
“ignore_above”:256}},
“fielddata”:true},

Hope, it helps. :slight_smile: