Source: elastalert Section: python Priority: optional Maintainer: Sophie Brun Uploaders: Raphaƫl Hertzog , Sebastien Delafond Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, # for the tests python3-apscheduler, python3-aws-requests-auth, python3-blist, python3-boto3, python3-croniter, python3-dateutil, python3-elasticsearch, python3-envparse, python3-exotel, python3-jira, python3-jsonschema (>= 3.0.2), python3-mock, python3-prison (>= 0.1.2), python3-pytest (>= 3.3), python3-requests, python3-staticconf, python3-stomp (>= 5.0.0), python3-texttable, python3-twilio, python3-yaml Standards-Version: 4.5.1 Homepage: https://github.com/Yelp/elastalert Vcs-Git: https://salsa.debian.org/debian/elastalert.git Vcs-Browser: https://salsa.debian.org/debian/elastalert Package: elastalert Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Suggests: elastalert-doc Description: easy and flexible alerting with Elasticsearch This package contains a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch. . ElastAlert works with all versions of Elasticsearch. . If you have data being written into Elasticsearch in near real time and want to be alerted when that data matches certain patterns, ElastAlert is the tool for you. . ElastAlert is designed to be reliable, highly modular, and easy to set up and configure. . It works by combining Elasticsearch with two types of components, rule types and alerts. Elasticsearch is periodically queried and the data is passed to the rule type, which determines when a match is found. When a match occurs, it is given to one or more alerts, which take action based on the match. . This is configured by a set of rules, each of which defines a query, a rule type, and a set of alerts. . Package: elastalert-doc Architecture: all Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends} Description: easy and flexible alerting with Elasticsearch (documentation) This package contains a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch. . ElastAlert works with all versions of Elasticsearch. . If you have data being written into Elasticsearch in near real time and want to be alerted when that data matches certain patterns, ElastAlert is the tool for you. . ElastAlert is designed to be reliable, highly modular, and easy to set up and configure. . It works by combining Elasticsearch with two types of components, rule types and alerts. Elasticsearch is periodically queried and the data is passed to the rule type, which determines when a match is found. When a match occurs, it is given to one or more alerts, which take action based on the match. . This is configured by a set of rules, each of which defines a query, a rule type, and a set of alerts. . . This is the documentation package.