-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathelastic-stack
41 lines (31 loc) · 1.05 KB
/
elastic-stack
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
https://www.elastic.co/elastic-stack/
https://www.elastic.co/downloads/
Git-Repo: https://github.com/raushan8586/ELKExample.git
https://github.com/raushan8586/ELKExample/blob/master/docker-compose.yml
Commands
apt update -y
2 clear
3 apt install docker.io -y
4 docker version
5 apt install docker-compose -y
6 docker-compose version
7 git version
8 clear
9 ls -l
10 pwd
11 git clone https://github.com/raushan8586/ELKExample.git
12 ls -l
13 cd ELKExample/
14 ls -l
15 sysctl -w vm.max_map_count=262144
16 docker-compose up -d
17 docker ps
Helm Installation
https://artifacthub.io/packages/helm/elastic/elasticsearch
https://artifacthub.io/packages/helm/elastic/kibana
https://artifacthub.io/packages/helm/elastic/logstash
https://artifacthub.io/packages/helm/elastic/filebeat
https://artifacthub.io/packages/helm/elastic/metricbeat
Try these docker-compose yamls:
https://www.bogotobogo.com/DevOps/Docker/Docker_ELK_7_6_Elastic_Stack_Docker_Compose.php
https://github.com/deviantony/docker-elk