I am trying to create a simple notification based off of the post described here:
{{#context.alerts}}
- *Beat Name*: {noformat}{{beat.name}}{noformat}
{{/context.alerts}}
However, the context.alerts block is not getting rendered.
I am trying to create a simple notification based off of the post described here:
{{#context.alerts}}
- *Beat Name*: {noformat}{{beat.name}}{noformat}
{{/context.alerts}}
However, the context.alerts block is not getting rendered.
You can use Markdown, but that doesn't mean it is going to get rendered. The rendering is based on the platform receiving the message.
So in my opinion it is best to prepare this using HTML to ensure it will appear like you want.
@austinsonger , thank you for the quick reply. I My question is around
{{beat.name}}
not showing up.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.