https://github.com/austinsonger/elastic-detection-cli
Docker Container for Elastic Detection CLI
https://github.com/austinsonger/elastic-detection-cli
detection detection-rules docker docker-compose docker-container docker-hub docker-image elastic elasticsearch
Last synced: 3 months ago
JSON representation
Docker Container for Elastic Detection CLI
- Host: GitHub
- URL: https://github.com/austinsonger/elastic-detection-cli
- Owner: austinsonger
- Created: 2021-05-05T04:10:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T12:09:26.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T21:12:15.811Z (6 months ago)
- Topics: detection, detection-rules, docker, docker-compose, docker-container, docker-hub, docker-image, elastic, elasticsearch
- Language: Dockerfile
- Homepage:
- Size: 133 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[](https://hub.docker.com/r/asonger/elastic-detection-cli/)
[](https://hub.docker.com/r/asonger/elastic-detection-cli/)
## Docker
### Pull Image from Docker Hub
```
docker pull asonger/elastic-detection-cli
```### Build Image from Dockerfile
```
docker build -t elastic-detection-cli .
```### Create and Run Container
```
docker container run -it --name elastic-detection-cli elastic-detection-cli
```### Kill and Delete Containers and Images
```
docker rm -f $(docker ps -aq) # Delete all Containers
docker rmi -f $(docker images -q) # Delete all Images
```## Elastic Detection Rules CLI
```
python3 -m detection_rules --help
```##