Skip to content

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

Notifications You must be signed in to change notification settings

ghassen98/elastic-stack-with-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •