entgra-elk/entgra-filebeat/README.md

12 lines
238 B
Markdown
Raw Normal View History

2024-07-11 00:52:52 +00:00
## Instructions
1. Build the Docker image
2024-07-11 00:52:52 +00:00
```bash
docker build -t registry.entgra.io/entgra-filebeat:8.2.0-entgra-v2 -f Dockerfile .
2024-07-11 00:52:52 +00:00
```
2. docker-compose up -d
3. docker exec -it $(docker ps -aq -n 1) /bin/bash
4. docker-compose down