/elastic-stack-example

Simple app using Elastic Stack (Elasticsearch+Logstash+Kibana) & Beats with Docker for the CodelyTV Pro course

Primary LanguagePHP

Elastic Stack with Docker

Build Elastic Stack

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