File: control

package info (click to toggle)
elastalert 0.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,472 kB
  • sloc: python: 12,252; makefile: 108; sh: 2
file content (97 lines) | stat: -rw-r--r-- 3,278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Source: elastalert
Section: python
Priority: optional
Maintainer: Freexian Packaging Team <team+freexian@tracker.debian.org>
Uploaders: Sophie Brun <sophie@freexian.com>,
 Raphaƫl Hertzog <hertzog@debian.org>,
 Sebastien Delafond <seb@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 python3-all:any,
 python3-setuptools,
 python3-sphinx,
 python3-magic,
 python3-cffi,
 python3-sphinx-rtd-theme,
 python3-apscheduler,
 python3-aws-requests-auth,
 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,
 python3-requests,
 python3-sortedcontainers,
 python3-staticconf,
 python3-stomp (>= 5.0.0),
 python3-texttable,
 python3-twilio,
 python3-yaml,
 help2man,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/Yelp/elastalert
Vcs-Git: https://salsa.debian.org/debian/elastalert.git
Vcs-Browser: https://salsa.debian.org/debian/elastalert
Testsuite: autopkgtest-pkg-python

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}
Multi-Arch: foreign
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.