Hi Team,
i need to send email to the customer any anomaly reaches 75% above critical.
in email body included parameters like ("job id, actual,typical values and probability ,anomaly score , influencers ")shown in image marked as highligher with respective values. how to fetch those values in email body message in watcher alert creation .
In meassge body include the anomaly values and parameters like “job id ,job name,time,url,actual& typical values , influencer values” and sent to the customer.
How the anomaly explorer shows the details in screen shot highligted in yellow same structure we need in the alert email message body .
how to get specific actual & typical values shown in screenshot get into message body .. how to declare or specify in html or any {ctx.payload. aggregations .actual.values .count } type update me .
The example I posted shows you one way of doing it - using a transform block to extract the actual and typical out of the ctx.payload.hits.hits array and storing them as a new data structure called ctx.payload._value - which is then accessed via mustache syntax in the logging section.
i need to do the specific single job anomalies have above 75% to send the Email (include message body the parameters job id, time, actual,typical value,probability score values ).but automatic email alert i get the anomaly score ,buckets score ,link ,job id ,time .
so , i need to get actual,typical value,probability score values using any method . i mention in my email message body.
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.