Make sure you have the service and integration already setup for Grafana. Follow the link below on instructions of how to create integration and service
Create integration and service on our dashboard
Select Alerts and IRM from the menu.
Click Contact Points to create a new contact.
Create New contact point and type to be Webhook.
Copy URL from your palzin instance service view page.
Paste the URL under Webhook Settings.
In your palzin instance, an incident will be created. That will contain these details.
{
"event_definition_id": "this-is-a-test-notification",
"event_definition_type": "test-dummy-v1",
"event_definition_title": "Event Definition Test Title",
"event_definition_description": "Event Definition Test Description",
"job_definition_id": "<unknown>",
"job_trigger_id": "<unknown>",
"event": {
"id": "NotificationTestId",
"event_definition_type": "notification-test-v1",
"event_definition_id": "EventDefinitionTestId",
"origin_context": "urn:graylog:message:es:testIndex_42:b5etest--id-4-90ed-0dbeefbaz",
"timestamp": "2021-05-05T09:42:42.823Z",
"timestamp_processing": "2021-05-05T09:42:42.823Z",
"timerange_start": null,
"timerange_end": null,
"streams": [
"802109582109518290"
],
"source_streams": [],
"message": "Notification test message triggered from user <richard>",
"source": "12837126856181276589235717181276589235716",
"key_tuple": [
"testkey"
],
"key": "testkey",
"priority": 2,
"alert": true,
"fields": {
"field1": "value1",
"field2": "value2"
}
},
"backlog": []
}
It takes less than a minutes to setup your first monitoring.