[PR #71] [MERGED] Add Elasticsearch-Logstash-Kibana (ELK) example #191

Closed
opened 2025-11-06 14:20:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/71
Author: @thyrlian
Created: 6/21/2020
Status: Merged
Merged: 7/24/2020
Merged by: @RomainBelorgey

Base: masterHead: master


📝 Commits (2)

  • 20e68aa Add Elasticsearch-Logstash-Kibana (ELK) example
  • c02d92a Add Logstash config to filter example Nginx logs

📊 Changes

5 files changed (+8269 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
elasticsearch-logstash-kibana/README.md (+58 -0)
elasticsearch-logstash-kibana/docker-compose.yml (+50 -0)
elasticsearch-logstash-kibana/logstash/nginx.log (+8130 -0)
elasticsearch-logstash-kibana/logstash/pipeline/logstash-nginx.config (+30 -0)

📄 Description

Signed-off-by: Jing Li thyrlian@gmail.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/71 **Author:** [@thyrlian](https://github.com/thyrlian) **Created:** 6/21/2020 **Status:** ✅ Merged **Merged:** 7/24/2020 **Merged by:** [@RomainBelorgey](https://github.com/RomainBelorgey) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`20e68aa`](https://github.com/docker/awesome-compose/commit/20e68aa966fa34a18e8fd27ecf00d7138c421670) Add Elasticsearch-Logstash-Kibana (ELK) example - [`c02d92a`](https://github.com/docker/awesome-compose/commit/c02d92a01cd914172b463d3d9973eedf93eec5bd) Add Logstash config to filter example Nginx logs ### 📊 Changes **5 files changed** (+8269 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `elasticsearch-logstash-kibana/README.md` (+58 -0) ➕ `elasticsearch-logstash-kibana/docker-compose.yml` (+50 -0) ➕ `elasticsearch-logstash-kibana/logstash/nginx.log` (+8130 -0) ➕ `elasticsearch-logstash-kibana/logstash/pipeline/logstash-nginx.config` (+30 -0) </details> ### 📄 Description Signed-off-by: Jing Li <thyrlian@gmail.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:20:53 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#191