entgra-elk/entgra-logstash/README.md

13 lines
263 B
Markdown
Raw Normal View History

2024-07-11 00:52:52 +00:00
## Instructions
1. Pull the logstash image
```bash
docker pull docker.elastic.co/logstash/logstash:8.2.0
```
Note: Change the required image version name or tag in the Dockerfile.
3. Build the Docker image
```bash
docker build -t logstash:8.2.0-entgra-v1 .
```