8000 GitHub - d-n-ust/docker-elk: The ELK stack powered by Docker and Docker-compose.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

The ELK stack powered by Docker and Docker-compose.

License

Notifications You must be signed in to change notification settings

d-n-ust/docker-elk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker ELK stack

Как поднять ELK локально, сгенерировать логи и посмотреть визуалиации в кибана:

1 mkdir elk_prototype

2 cd elk_prototype

3 git clone git@github.com:d-n-ust/docker-elk.git

4 cd docker-elk

5 создаем новую виртуалку (так удобнее работать, когда много проектов на docker): docker-machine create --driver virtualbox elk

6 eval "$(docker-machine env elk)"

7 поднимаем ELK стек на виртуалке в докер контейнерах: docker-compose up -d

8 сгенерировать логи: nc $(docker-machine ip elk) 5000 &lt; variables_gen.log nc $(docker-machine ip elk) 6000 < psi_gen.log

9 открыть в браузере кибану: http://$(docker-machine ip elk):5601/

10 добавить индекс - паттерны в kibana (в качестве time-field name использовать post_date): requests-index-* psi-index-*

11 заимпортировать kibana 50AD -export.json

12 смотрим дашборды в кибане - psi - Variables last week distribution

About

The ELK stack powered by Docker and Docker-compose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 75.8%
  • Shell 24.2%
0