Skip to content

Latest commit

 

History

54 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elastic Stack with Docker (PHP sample App)

Simple PHP Application using Elastic Stack running with Docker.

ELK Stack consists of :

  • Elasticsearch : for data storage (working on port 9200).

  • Logstash : forwarding data to the elasticsearch (working on port 9600).

  • Filebeat : for data collection.

  • Kibana : visualise graphs and dashboards (works on port 5601).

Setting up the environment :

  • docker-compose up -d to initialize all the needed services.

  • cd app && composer install to install needed PHP dependencies.

  • php app/app.php -t <message_type> -m <message_body> -n <number_of_message> to execute the PHP sample application and generate logs.

About

Simple app using Elastic Stack (Elasticsearch+Logstash+Kibana) & Beats with Docker

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages