ElastAlert
Connect your ElastAlert alerts to PagerTree.
What is ElastAlert?
ElastAlert is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch.
How It Works
ElastAlert triggers alerts when alerting rule conditions are met.
When ElastAlert sends PagerTree an alert with (
event_type === "create"
), an alert is created in PagerTree automatically.
Integration Walkthrough
In this integration tutorial we will show you how to send notifications from ElastAlert into PagerTree. The estimated time for this integration is 5 minutes. We assume that you already have a PagerTree and ElastAlert setup (version v0.1.38 or higher) and generally understand how to create rules. If you don’t, make sure to check out the docs.
In PagerTree
Create the integration by clicking the ElastAlert logo.
In ElastAlert
In your ElastAlert rules YAML file add the following, replacing
<PagerTree Endpoint URL>
with the PagerTree Endpoint URL you copied earlier.
Save the rules YAML file
Restart ElastAlert
You have successfully completed the ElastAlert Integration.
Last updated