All Projects → onyas → elk-in-docker

onyas / elk-in-docker

Licence: MIT License
ELK cluster in docker

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to elk-in-docker

Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (+426.09%)
Mutual labels:  elk, elk-stack
lgrep
CLI for searching logstash and other elasticsearch based systems
Stars: ✭ 12 (-47.83%)
Mutual labels:  elk, elk-stack
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 (+521.74%)
Mutual labels:  elk, elk-stack
Search Guard Docs
Official documentation for Search Guard, the Elasticsearch security suite
Stars: ✭ 92 (+300%)
Mutual labels:  elk, elk-stack
ELK-Hunting
Threat Hunting with ELK Workshop (InfoSecWorld 2017)
Stars: ✭ 58 (+152.17%)
Mutual labels:  elk, elk-stack
Punt
Punt is a tiny and lightweight daemon which helps ship logs to Elasticsearch.
Stars: ✭ 98 (+326.09%)
Mutual labels:  elk, elk-stack
Mozdef
DEPRECATED - MozDef: Mozilla Enterprise Defense Platform
Stars: ✭ 2,164 (+9308.7%)
Mutual labels:  elk, elk-stack
Logagent Js
Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint
Stars: ✭ 333 (+1347.83%)
Mutual labels:  elk, elk-stack
search-guard-module-kibana-multitenancy
[OUTDATED] Provide multitenancy and other features for kibana
Stars: ✭ 15 (-34.78%)
Mutual labels:  elk, elk-stack
rubban
Kibana Automatic Index Pattern Discovery and Other Elastic Stack Curating Tasks
Stars: ✭ 49 (+113.04%)
Mutual labels:  elk, elk-stack
Elastdocker
🐳 Elastic Stack (ELK) on Docker, with preconfigured Security, Tools, Self-Monitoring, and Prometheus Metrics. Up with a Single Command.
Stars: ✭ 883 (+3739.13%)
Mutual labels:  elk, elk-stack
data-processing-with-logstash
Contains the configuration files used within the Data Processing with Logstash course.
Stars: ✭ 76 (+230.43%)
Mutual labels:  elk, elk-stack
Complete Guide To Elasticsearch
Contains all of the queries used within the Complete Guide to Elasticsearch course.
Stars: ✭ 829 (+3504.35%)
Mutual labels:  elk, elk-stack
Search Guard Kibana Plugin
This plugin for Kibana adds session management and multi tenancy to a Search Guard secured cluster.
Stars: ✭ 107 (+365.22%)
Mutual labels:  elk, elk-stack
Docker Compose Elasticsearch Kibana
Docker Compose for Elasticsearch and Kibana
Stars: ✭ 584 (+2439.13%)
Mutual labels:  elk, elk-stack
Search Guard Ssl
Elasticsearch SSL for free. Supports native Open SSL.
Stars: ✭ 159 (+591.3%)
Mutual labels:  elk, elk-stack
elastic-search-analyzer
基于elasticsearch,ik, 分词,全文搜索,使用demo
Stars: ✭ 41 (+78.26%)
Mutual labels:  elk, elk-stack
Helk
The Hunting ELK
Stars: ✭ 3,097 (+13365.22%)
Mutual labels:  elk, elk-stack
kiev
A set of tools to do distributed logging for Ruby web applications
Stars: ✭ 46 (+100%)
Mutual labels:  elk, elk-stack
ansible
Ansible playbook automation for pfelk
Stars: ✭ 23 (+0%)
Mutual labels:  elk, elk-stack

ELK In Docker

Supported ELK Versions

  • 6.2.4

Quick Start

If you want to run ELK in cluster,in current folder run:

	docker-compose up

wait until all the service started

	docker ps 

You can find that there is a container named elk

Then open http://172.16.0.110:5601/app/kibana#/home, you can find that kabana already started. After that you can request http://172.16.0.110:8080 to generate log to Logstash. Followed that open the Managerment tab to add Index Patterns. Finally you will find some logs in the Discover tab.

Contributing, feedback, contact

Any kind of feedback/criticism would be greatly appreciated.

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