Skip to content

kerenbirzon/docker-elastic-stack-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run this stack, run the following command:

docker-compose up go to http://localhost:5601 to see your data in Kibana

Default Kibana user information

Username: elastic

Password: changeme

By default, the stack exposes the following ports:

5044: Logstash Beats input

5000: Logstash TCP input

9600: Logstash monitoring API

9200: Elasticsearch HTTP

9300: Elasticsearch TCP transport

5601: Kibana

80 or 443: nginx HTTPS

need to create localhost.key and localhost.crt in /nginx/certs in order to enable ssl.

so create HTTPS certificate run the following commands:

openssl req -new -nodes -newkey rsa:2048 -keyout localhost.key -out localhost.csr -subj "/C=US/ST=YourState/L=YourCity/O=Example-Certificates/CN=localhost.local"

openssl x509 -req -sha256 -days 1024 -in localhost.csr -CA RootCA.pem -CAkey RootCA.key -CAcreateserial -extfile domains.ext -out localhost.crt

Note that the country / state / city / name in the first command can be customized.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published