CodelyTV / elastic-stack-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:PHP 64.8%Language:Java 35.2%