How to Install and Uninstall elastalert Package on Kali Linux

Last updated: May 09,2024

1. Install "elastalert" package

Please follow the step by step instructions below to install elastalert on Kali Linux

$ sudo apt update $ sudo apt install elastalert

2. Uninstall "elastalert" package

This guide covers the steps necessary to uninstall elastalert on Kali Linux:

$ sudo apt remove elastalert $ sudo apt autoclean && sudo apt autoremove

3. Information about the elastalert package on Kali Linux

Package: elastalert
Version: 0.2.4-2
Installed-Size: 442
Maintainer: Freexian Packaging Team
Architecture: all
Depends: python3-apscheduler, python3-aws-requests-auth, python3-blist, python3-boto3, python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3-croniter, python3-dateutil, python3-elasticsearch, python3-envparse, python3-exotel, python3-jira, python3-jsonschema (>= 3.0.2), python3-magic, python3-mock, python3-prison (>= 0.1.2), python3-requests, python3-staticconf, python3-stomp (>= 5.0.0), python3-texttable, python3-twilio, python3-yaml, python3:any
Suggests: elastalert-doc
Size: 85752
SHA256: bf03ac94e2b9b31e9d0e8e97649c12f83c471e6cfb3c03504013183731d3f528
SHA1: bcfbd0784abdc359702b818553735c0487f008eb
MD5sum: 0c5391cc4d9a8dbe1d135c78412762b9
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. .
Description-md5: 6e1d8da554d197d21ba60240b63fc9d6
Homepage: https://github.com/Yelp/elastalert
Section: python
Priority: optional
Filename: pool/main/e/elastalert/elastalert_0.2.4-2_all.deb