Skip to content

austinsonger/elastic-detection-cli

Repository files navigation

Docker Pulls Docker Stars

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