All Projects → maxyermayank → Docker Compose Elasticsearch Kibana

maxyermayank / Docker Compose Elasticsearch Kibana

Docker Compose for Elasticsearch and Kibana

Projects that are alternatives of or similar to Docker Compose Elasticsearch Kibana

Elk Hole
elasticsearch, logstash and kibana configuration for pi-hole visualiziation
Stars: ✭ 136 (-76.71%)
Mutual labels:  elk-stack, filebeat, elasticsearch, kibana
ELK-Hunting
Threat Hunting with ELK Workshop (InfoSecWorld 2017)
Stars: ✭ 58 (-90.07%)
Mutual labels:  kibana, filebeat, elk, elk-stack
Docker offensive elk
Elasticsearch for Offensive Security
Stars: ✭ 112 (-80.82%)
Mutual labels:  elk-stack, elasticsearch, docker-compose, kibana
tutorials
Tutorials
Stars: ✭ 80 (-86.3%)
Mutual labels:  kibana, filebeat, apm, elk-stack
Helk
The Hunting ELK
Stars: ✭ 3,097 (+430.31%)
Mutual labels:  elk, elk-stack, elasticsearch, kibana
Synesis lite suricata
Suricata IDS/IPS log analytics using the Elastic Stack.
Stars: ✭ 167 (-71.4%)
Mutual labels:  elk, filebeat, elasticsearch, kibana
Elk
搭建ELK日志分析平台。
Stars: ✭ 688 (+17.81%)
Mutual labels:  elk, filebeat, elasticsearch, kibana
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (-92.29%)
Mutual labels:  elk, elasticsearch, docker-compose, kibana
Search Guard Kibana Plugin
This plugin for Kibana adds session management and multi tenancy to a Search Guard secured cluster.
Stars: ✭ 107 (-81.68%)
Mutual labels:  elk, elk-stack, elasticsearch, kibana
Search Guard Docs
Official documentation for Search Guard, the Elasticsearch security suite
Stars: ✭ 92 (-84.25%)
Mutual labels:  elk, elk-stack, elasticsearch, kibana
Docker Elk
The Elastic stack (ELK) powered by Docker and Compose.
Stars: ✭ 12,327 (+2010.79%)
Mutual labels:  elk, elasticsearch, docker-compose, kibana
Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (-79.28%)
Mutual labels:  elk, elk-stack, elasticsearch, kibana
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 (-75.51%)
Mutual labels:  elk, elk-stack, elasticsearch, kibana
Elk Docker
Docker configuration for ELK monitoring stack with Curator and Beats data shippers support
Stars: ✭ 342 (-41.44%)
Mutual labels:  elk, elasticsearch, kibana
Search Guard
Search Guard Plugin - Security for Elasticsearch
Stars: ✭ 56 (-90.41%)
Mutual labels:  elk, elk-stack, elasticsearch
Search Guard Ssl
Elasticsearch SSL for free. Supports native Open SSL.
Stars: ✭ 159 (-72.77%)
Mutual labels:  elk, elk-stack, elasticsearch
Mozdef
DEPRECATED - MozDef: Mozilla Enterprise Defense Platform
Stars: ✭ 2,164 (+270.55%)
Mutual labels:  elk, elk-stack, elasticsearch
Elastiflow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack
Stars: ✭ 2,322 (+297.6%)
Mutual labels:  elk, elasticsearch, kibana
Elk Docker
Elasticsearch, Logstash, Kibana (ELK) Docker image
Stars: ✭ 1,973 (+237.84%)
Mutual labels:  elk, elasticsearch, kibana
rubban
Kibana Automatic Index Pattern Discovery and Other Elastic Stack Curating Tasks
Stars: ✭ 49 (-91.61%)
Mutual labels:  kibana, elk, elk-stack

docker-compose-elasticsearch-kibana

Overview

Docker Compose for 3 Node Elasticsearch Cluster and Kibana Instance for development purposes.

  • [x] 3 Node Elasticsearch version
  • [x] Kibana version
  • [x] Audit Beat version
  • [x] Metric Beat version
  • [x] Heart Beat version
  • [x] Packet Beat version
  • [x] File Beat version
  • [x] APM Server version
  • [x] APM Search
  • [x] NGINX

NOTES

  • If you need Open Source version then change Elasticsearch and Kibana Images to elasticsearch-oss and kibana-oss respectively.
  • Kibana is being served behind Nginx Proxy so you can secure access of kibana for your purpose.

COMING UP DOCKER APPLICATION PACKAGE FOR SWARM

Requirements

  • [x] Docker 18.05
  • [x] Docker-compose 1.21

Start Stack in Daemon Mode

docker-compose up -d

Check status of docker-compose cluster

docker-compose ps -a

Stop Compose Stack

docker-compose down

Cluster Node Info

curl http://localhost:9200/_nodes?pretty=true

Access Kibana

http://localhost:5601

Validate Kibana is running

Accessing Kibana through Nginx

http://localhost:8080

Access Elasticsearch

http://localhost:9200

Validate Elasticsearch is running

Resources

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].