graylog2 - Graylog Problems with create alert notifications -


i create alerts topic dont understand why information dont send. variable ${message.fields.name} , similar.

this conditions enter image description here

i used template

date: ${check_result.triggeredat} stream id: ${stream.id} stream title: ${stream.title} ${if stream_url}stream url: ${stream_url}${end}  ${if backlog}last messages accounting alert: ${foreach backlog message} message: ${message.message} source: ${message.source} full message: ${message.fields.full_message} ${end}${else}<no backlog> ${end} 

and have in mail

########## alert description: dummy alert test notifications date: 2017-09-11t18:48:33.664z stream id: 59b695542ab79c0001554b85 stream title: new stream stream description: test notifications alert condition title: test alert stream url: https://mysite  triggered condition: d91e0fa5-867c-4cf1-bf0e-2b5d2fdd19f9:dummy={dummy alert test notifications}, stream:={59b695542ab79c0001554b85: "new stream"} ########## message: full message: 

how create notifications?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -