Sample alert for Mezmo
Snapshot of the entity when an event occurs in Mezmo.
The sample alert becomes available after you generate the webhook.
{
"name": "Test View",
"matches": "1",
"lines": "{\"_line\":\"This is where your lines will show up\",\"_app\":\"alert_tester\",\"_host\":\"logdna\",\"_tag\":\"tester_group\",\"_ts\":1654228321470,\"_id\":\"1485741265654906880\",\"level\":\"INFO\"},{\"_line\":\"After matching at least 1 line in a 30 second period, we will send an alert to this email with all the matched lines\",\"_app\":\"alert_tester\",\"_host\":\"logdna\",\"_tag\":\"tester_group\",\"_ts\":1654228321471,\"_id\":\"1485741265659101184\",\"level\":\"INFO\"}",
"query": "app:\"Node App\"",
"app": "alert_tester",
"host": "logdna",
"tag": "tester_group",
"line": "This is where your lines will show up",
"line_objects": [
{
"_line": "This is where your lines will show up",
"_app": "alert_tester",
"_host": "logdna",
"_tag": "tester_group",
"_ts": 1654228321470,
"_id": "1485741265654906880",
"level": "INFO"
},
{
"_line": "After matching at least 1 line in a 30 second period, we will send an alert to this email with all the matched lines",
"_app": "alert_tester",
"_host": "logdna",
"_tag": "tester_group",
"_ts": 1654228321471,
"_id": "1485741265659101184",
"level": "INFO"
}
],
"first_line_object": {
"_line": "This is where your lines will show up",
"_app": "alert_tester",
"_host": "logdna",
"_tag": "tester_group",
"_ts": 1654228321470,
"_id": "1485741265654906880",
"level": "INFO"
},
"level": "INFO",
"url": "https://app.logdna.com/**********/logs/view/?t=timestamp:1654228321470&a=*****************"
}