Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
100K+
Verified LOGSTASH-EXPORTER Container Image
A hardened, minimal LOGSTASH-EXPORTER container image built from source with verifiable software provenance and an SBOM, designed for secure production deployments.
For additional versions including FIPS support, explore CleanStart Images — secure, hardened container images
Pull Latest Image Download the container image from the registry
docker pull cleanstart/logstash-exporter:latest
docker pull cleanstart/logstash-exporter:latest-dev
Basic Run Run the container with basic configuration
docker run -d -p 9198:9198 --name logstash-exporter cleanstart/logstash-exporter:latest
Production Deployment Deploy with production security settings
docker run -d --name logstash-exporter \
-p 9198:9198 \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
-e LOGSTASH_ENDPOINT=http://logstash:9600 \
cleanstart/logstash-exporter:latest
Volume Mount Mount local directory for persistent data
docker run -d -p 9198:9198 \
-v $(pwd)/config:/config \
cleanstart/logstash-exporter:latest
Port Forwarding Run with custom port mappings
docker run -d -p 8080:9198 cleanstart/logstash-exporter:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:a8029d572…
Size
32.8 MB
Last updated
about 11 hours ago
docker pull cleanstart/logstash-exporter