https://github.com/psecio/docker-elastalert-elk
Setup of Elastalert and ELK via Docker
https://github.com/psecio/docker-elastalert-elk
docker elastalert elk elk-stack php setup
Last synced: 3 months ago
JSON representation
Setup of Elastalert and ELK via Docker
- Host: GitHub
- URL: https://github.com/psecio/docker-elastalert-elk
- Owner: psecio
- Created: 2018-08-27T17:17:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T17:45:01.000Z (almost 7 years ago)
- Last Synced: 2024-03-27T14:14:09.541Z (about 1 year ago)
- Topics: docker, elastalert, elk, elk-stack, php, setup
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup Elastalert + ELK on Docker
This repository includes the setup steps to set up the Elastalert alerting platform on a Docker-based environment. This deployment makes use of:
- Docker
- Docker Compose
- curl
- git
- [Composer](https://getcomposer.org)**NOTE:** While there is an official [Yelp repository](https://github.com/bitsensor/yelp-elastalert) for Elastalert, this system uses the [Bitsensor version](https://github.com/bitsensor/yelp-elastalert) as it includes a bit of extra functionality.
### Setup
To set up the environment, run the `setup.sh` script (this assumes you're using `bash`):
```
./setup.sh
```### Resources
- [Elastalert documentation](https://elastalert.readthedocs.io/en/latest/)
- [Bitsensor Elastalert repository](https://github.com/bitsensor/yelp-elastalert)