AClerk  
                
               
              
                  
                    March 30, 2021, 10:21pm
                   
                   
              2 
               
             
            
              A few discussions + examples:
  
  
    Hi @spinscale , 
I have had chance to get look into advanced watches again. 
I am now getting values returned after looking at  your advice. 
"hits": {
          "hits": [
            {
              "_index": "main",
              "_type": "doc",
              "_source": {
                "process_id": 620,
                "computer_name": "TEST",
                "keywords": [
                  "Audit Failure"
                ],
                "log_name": "Security",
                "level": "I…
   
 
  
  
    I would like to trigger a watcher alert using Kibana Watcher UI. 
The condition works fine but I would like to give additional information in the email body. In my case the watcher will triggered when a transaction duration of 20 seconds has been exceeded. 
I tried as follows in the body section but it won't work: 
The following transaction took over 20sec: [{{#ctx.payload._value}}{{url.path}}] 
 [image]  
Could somebody give me a hint how to insert values (in my case: /rest/analytics/receive) …