Skip to content
/ elk Public

ELK stack based on Elastic stack built on Docker and docker-compose

Notifications You must be signed in to change notification settings

wschoot/elk

Repository files navigation

Troubleshooting

es01 | bootstrap check failure [1] of [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

sudo sysctl -w vm.max_map_count=262144

JSON

root@9f1546365cdb:~# shodan host 94.142.245.155 -O tosca

root@9f1546365cdb:~# ls -la tosca.json.gz
-rw-r--r-- 1 root root 16176 Aug  9 21:05 tosca.json.gz

Index maken

root@9f1546365cdb:~# curl -XPUT http:https://elasticsearch:9200/shodan
{"acknowledged":true,"shards_acknowledged":true,"index":"shodan"}root@9f1546365cdb:~#

.env file

put your shodan API key in .env file

Database access

GUI

CLI

root@9f1546365cdb:~# mysql -h db -u root -pexample

Welcome to the MariaDB monitor.  Commands end with ; or \g.

About

ELK stack based on Elastic stack built on Docker and docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages