Skip to content

DoktorZAG/elastic-stack-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

elastic-stack-playground

Intro

To start navigate to folder 'elastic-compose' and execute the command:

docker-compose up -d

In order to use a custom .env file (for example with local environment) create a file, say .env.local, in the folder 'elastic-compose', set the necessary environment variables or provide custom values and execute the command:

docker-compose --env-file .env.local up -d

In order to check the configuration before to start execute:

docker-compose --env-file .env.local config

To check debug output into console of the running logstash container execute:

docker logs -f logstash

Logs source

As a source for log entries is a small project prepared: edu.quarkus.scheduler

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages