Giter Club home page Giter Club logo

elastalert2's Introduction

# ElastAlert Setup and Usage

## How to Define a Rule

Refer to the [ElastAlert Rule Types documentation](https://elastalert2.readthedocs.io/en/latest/ruletypes.html).

## How to Define an Alert

Refer to the [ElastAlert Alerts documentation](https://elastalert2.readthedocs.io/en/latest/alerts.html).

## How to Use

### Define Environment Variables

Set the environment variables required to connect to Elasticsearch:

```sh
export ELASTICSEARCH_HOST=elasticsearch
export ELASTICSEARCH_PORT=9200
```

## Run ElastAlert

```sh
docker run -d --name elastalert --restart=always \
  -v $(pwd)/config/config.yaml:/opt/elastalert/config.yaml \
  -v $(pwd)/rules:/opt/elastalert/rules \
  -e ELASTICSEARCH_HOST=$ELASTICSEARCH_HOST \
  -e ELASTICSEARCH_PORT=$ELASTICSEARCH_PORT \
  d6n13l0l1v3r/elastalert --verbose
```

## View Logs

```sh
docker logs -f elastalert
```

## How to Test a Rule

```sh
docker run --rm -it \
  -v $(pwd)/config/config.yaml:/opt/elastalert/config.yaml \
  -v $(pwd)/rules:/opt/elastalert/rules \
  --entrypoint elastalert-test-rule \
  d6n13l0l1v3r/elastalert2 \
  /opt/elastalert/rules/rule1.yaml
```

elastalert2's People

Contributors

d6n13l0l1v3r avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.