Skip to content

purplesrl/docker-alpine-elk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-alpine-elk

To create your own certs:

cd files

openssl req -config /etc/ssl/openssl.cnf -subj '/CN=*/' -x509 -days 3650 -batch -nodes -newkey rsa:2048 -keyout logstash-forwarder.key -out logstash-forwarder.crt

The logstash configuration files are some samples for beats, if you want to use other configurations you need to store them in:

/opt/logstash/config /opt/elasticsearch/config /opt/kibana/config

About

Build an ELK environment (Kibana, Logstash, Elasticsearch) in a Docker container running an alpine image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages