ElastAlert is a fantastic python module that makes it easy to setup near - realtime alerts and responses to entries of interest. A quick piece of information which I didnt find clearly documented was how to insert an alert name into a custom subject line sending email alerts. A typical custom email alert rule file would include … Continue reading Nugget Post: Insert an alert / rule name in emails sent from ElastAlert
Embedding Javascript and HTML into Kibana 5.x
Reading this post: http://www.supermind.org/blog/1213/embed-custom-javascript-and-html-in-a-kibana-4-x-visualization Kelvin makes a really good suggestion.... and very good inspiration. The suggestion works fine but in my case I needed it to go a step further - I needed to embed an iframe into Kibana. The iframe (and indeed any other <script> tag) was being filtered out by Angular's sanitization protection. I … Continue reading Embedding Javascript and HTML into Kibana 5.x
You must be logged in to post a comment.