Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehtachandrashekhar/elastic-stack-docker
https://github.com/mehtachandrashekhar/elastic-stack-docker
docker docker-compose elk-stack filebeat kibana logstash metricbeat-docker
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mehtachandrashekhar/elastic-stack-docker
- Owner: mehtachandrashekhar
- Created: 2024-11-04T14:29:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T07:29:21.000Z (3 months ago)
- Last Synced: 2024-11-17T07:30:25.940Z (2 months ago)
- Topics: docker, docker-compose, elk-stack, filebeat, kibana, logstash, metricbeat-docker
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elastic Stack Docker
This repository provides a Docker-based setup for deploying the Elastic Stack (Elasticsearch, Logstash, Kibana) quickly and easily. The setup is designed to streamline log aggregation, visualization, and real-time monitoring of applications.
## Features
- **Elasticsearch**: Stores and indexes log data.
- **Logstash**: Collects, processes, and forwards log data.
- **Kibana**: Visualizes and explores log data in dashboards.## Prerequisites
- Docker and Docker Compose installed## Usage
1. Clone the repository:
```bash
git clone https://github.com/mehtachandrashekhar/elastic-stack-docker.git
```
2. Navigate to the project directory:
```bash
cd elastic-stack-docker
```
3. Run the stack:
```bash
docker-compose up -d
```## Configuration
Adjust settings in the `docker-compose.yml` file as needed, including volume paths and environment variables.## Accessing Kibana
After the setup, access Kibana at [http://localhost:5601](http://localhost:5601) for data visualization.