elastic-stack-example
elastic-stack-example copied to clipboard
Simple app using Elastic Stack (Elasticsearch+Logstash+Kibana) & Beats with Docker for the CodelyTV Pro course
Elastic Stack with Docker
How to run the Stack
To initialize all the needed services.
docker-compose up -d
How to run PHP sample app
Install needed PHP dependencies
cd app && composer install
Execute the PHP sample application
php app/php/app.php -a fo1 -b bar