# Watcher did not run

**URL:** https://discuss.elastic.co/t/watcher-did-not-run/253832
**Category:** Elasticsearch
**Tags:** elastic-stack-alerting
**Created:** [October 30, 2020, 3:03pm UTC](https://discuss.elastic.co/t/watcher-did-not-run/253832 "2020-10-30T15:03:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Juan\_David\_Jaramillo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/juan_david_jaramillo/32/76831_2.png) [@Juan\_David\_Jaramillo](https://discuss.elastic.co/u/Juan_David_Jaramillo)
#### Post date: [October 30, 2020, 3:03pm UTC](https://discuss.elastic.co/t/watcher-did-not-run/253832/1 "2020-10-30T15:03:37Z")

</div>

**hello i need help with this alert,**  
**I want to know why you didn't warn me when there was a fall at 5:45 am**

 ![thumbnail_image](https://us1.discourse-cdn.com/elastic/original/3X/d/3/d3e3f42d48b38ecdefed7b54d317930e76454363.png)

```auto
{
  "trigger": {
    "schedule": {
      "interval": "24h"
    }
  },
  "input": {
    "search": {
      "request": {
        "search_type": "query_then_fetch",
        "indices": [
          "agenteallot*"
        ],
        "rest_total_hits_as_int": true,
        "body": {
          "size": 0,
          "query": {
            "bool": {
              "filter": [
                {
                  "range": {
                    "@timestamp": {
                      "gte": "{{ctx.trigger.scheduled_time}}||-5m",
                      "lte": "{{ctx.trigger.scheduled_time}}",
                      "format": "strict_date_optional_time||basic_time_no_millis"
                    }
                  }
                },
                {
                  "term": {
                    "monitor.name.keyword": "07-3-MACARENA_B-128M-99.8"
                  }
                }
              ]
            }
          },
          "aggs": {
            "metricAgg": {
              "max": {
                "field": "summary.down"
              }
            }
          }
        }
      }
    }
  },
  "condition": {
    "script": {
      "source": "if (ctx.payload.aggregations.metricAgg.value >= params.threshold) { return true; } return false;",
      "lang": "painless",
      "params": {
        "threshold": 0.8
      }
    }
  },
  "actions": {
    "email_1": {
      "email": {
        "profile": "standard",
        "attach_data": {
          "format": "yaml"
        },
        "to": [
          "victor.vera@megadvantage.com",
          "juan.jaramillo@megadvantage.com",
          "juancho.jaramillo16@gmail.com",
          "oscar.ninog.pr@etb.com.co",
          "jose.caceresg@etb.com.co",
          "karen.marriagaj.pr@etb.com.co",
          "telecomunicaciones@udistrital.edu.co"
        
        ],
        "subject": "{{ctx.metadata.name}}% ",
        "body": {
          "text": """Buen dia, Adjunto registro del reporte.

 ⚠️ALERTA NODO!!! El siguiente enlace perdió la conexión. 

 Estado: Down🔴 

 Nombre del Enlace: 07-3-MACARENA_B-128M-99.8%

 🕧Hora: {{ctx.payload.time_triggered}} {{ctx.result.execution_time}}

 Área: Networking 

 🔔Mensaje Alerta: El enlace ha dejado de responder. Responder correo a telecomunicaciones@udistrital.edu.co 

 Ingrese aquí para más información: https://72dfe17217744236af40cc31b704a664.us-central1.gcp.cloud.es.io:9243/s/distrital/app/uptime#"""
        }
      }
    }
  },
  "transform": {
    "script": {
      "source": "return ['time_triggered': Instant.ofEpochMilli(ctx.trigger.triggered_time.getMillis()).atZone(ZoneId.of('America/Bogota')).format(DateTimeFormatter.ofPattern('YYYY-MM-dd HH:mm:ss'))];",
      "lang": "painless"
    }
  }
}

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 27, 2020, 3:04pm UTC](https://discuss.elastic.co/t/watcher-did-not-run/253832/2 "2020-11-27T15:04:10Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
