All Projects → caas → docker-elk

caas / docker-elk

Licence: other
ELK Stack on Docker

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-elk

docker-elk-stack
The ELK stack Docker containerization (Elasticsearch, Logstash and Kibana)
Stars: ✭ 20 (-53.49%)
Mutual labels:  kibana, logstash, elk
Elastiflow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack
Stars: ✭ 2,322 (+5300%)
Mutual labels:  kibana, logstash, elk
Synesis lite suricata
Suricata IDS/IPS log analytics using the Elastic Stack.
Stars: ✭ 167 (+288.37%)
Mutual labels:  kibana, logstash, elk
ansible-role-kibana
Ansible Role - Kibana
Stars: ✭ 104 (+141.86%)
Mutual labels:  kibana, logstash, elk
docker elk stack
Docker images to run an ELK stack
Stars: ✭ 24 (-44.19%)
Mutual labels:  kibana, logstash, elk
Elk Docker
Elasticsearch, Logstash, Kibana (ELK) Docker image
Stars: ✭ 1,973 (+4488.37%)
Mutual labels:  kibana, logstash, elk
eslog tutorial
From Raw Logs to Real Insights - A tutorial for getting started with log analytics using Elastic Stack.
Stars: ✭ 28 (-34.88%)
Mutual labels:  kibana, logstash, elk
Docker Elk
The Elastic stack (ELK) powered by Docker and Compose.
Stars: ✭ 12,327 (+28567.44%)
Mutual labels:  kibana, logstash, elk
elk-dashboard-v5-docker
My production setup for the latest version of ELK stack running in a compose, displaying a basic -but powerfull- security and performance dashboard.
Stars: ✭ 25 (-41.86%)
Mutual labels:  kibana, logstash, elk
EnterpriseApplicationLog
Enterprise Application Log with RabbitMQ, LogStash, ElasticSearch and Kibana
Stars: ✭ 88 (+104.65%)
Mutual labels:  kibana, logstash, stack
Elk Stack
ELK Stack ... based on Elastic Stack 5.x
Stars: ✭ 148 (+244.19%)
Mutual labels:  kibana, logstash, elk
elastic-data-lake
Elastic Data Lake
Stars: ✭ 14 (-67.44%)
Mutual labels:  kibana, logstash, elk
Json Logging Python
Python logging library to emit JSON log that can be easily indexed and searchable by logging infrastructure such as ELK, EFK, AWS Cloudwatch, GCP Stackdriver
Stars: ✭ 143 (+232.56%)
Mutual labels:  kibana, logstash, elk
spring-boot-microservice-eureka-zuul-docker-gateway-kubernetes
Spring Boot rest microservices using Kubernetes, ConfigMap, Eureka, Zuul / Spring Boot Gateway, Docker. Monitoring with logstash, logback, elasticsearch, kibana.
Stars: ✭ 86 (+100%)
Mutual labels:  kibana, logstash, elk
Elastic Stack
Aprenda Elasticsearch, Logstash, Kibana e Beats do jeito mais fácil ⭐️
Stars: ✭ 135 (+213.95%)
Mutual labels:  kibana, logstash, stack
Docker Elastic Stack
ELK Stack Dockerfile
Stars: ✭ 175 (+306.98%)
Mutual labels:  kibana, logstash, stack
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (+4.65%)
Mutual labels:  kibana, logstash, elk
Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (+181.4%)
Mutual labels:  kibana, logstash, elk
Microservice Scaffold
基于Spring Cloud(Greenwich.SR2)搭建的微服务脚手架(适用于在线系统),已集成注册中心(Nacos Config)、配置中心(Nacos Discovery)、认证授权(Oauth 2 + JWT)、日志处理(ELK + Kafka)、限流熔断(AliBaba Sentinel)、应用指标监控(Prometheus + Grafana)、调用链监控(Pinpoint)、以及Spring Boot Admin。
Stars: ✭ 211 (+390.7%)
Mutual labels:  kibana, logstash, elk
ELK-Hunting
Threat Hunting with ELK Workshop (InfoSecWorld 2017)
Stars: ✭ 58 (+34.88%)
Mutual labels:  kibana, logstash, elk

Dockers-ELK

Run the latest version of the ELK (Elasticsearch, Logstash, Kibana) stack with Docker and Docker Compose.

It will give you the ability to analyze any data set by using the searching/aggregation capabilities of Elasticsearch and the visualization power of Kibana.

Based on the official Docker images:

How to setup

1.Clone this repository

  1. Start the ELK stack using docker-compose:
$ docker-compose up

OR

You can also choose to run it in background (detached mode):

$ docker-compose up -d


Give Kibana a few seconds to initialize, then access the Kibana web UI by hitting
[http://localhost:5601](http://localhost:5601) with a web browser.

By default, the stack exposes the following ports:
* 5000: Logstash TCP input.
* 9200: Elasticsearch HTTP
* 9300: Elasticsearch TCP transport
* 5601: Kibana
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].