Skip to content

Fai pratica con Kibana, lo strumento di visualizzazione basato su Elasticsearch

License

Notifications You must be signed in to change notification settings

praticante/kibana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kibana

Start all services

docker-compose up -d

Install X-Pack plugin

docker-compose exec elasticsearch bin/elasticsearch-plugin install x-pack

Change passwords (= 5.0)

docker-compose exec elasticsearch curl -u elastic:changeme -XPUT 0.0.0.0:9200/_xpack/security/user/elastic/_password -d '{"password": "secret"}'
docker-compose exec elasticsearch curl -u elastic:secret -XPUT 0.0.0.0:9200/_xpack/security/user/kibana/_password -d '{"password": "secret"}'

Change passwords (= 6.0)

docker-compose exec elasticsearch bin/x-pack/setup-passwords interactive

Change passwords (> 6.0)

docker-compose exec elasticsearch bin/elasticsearch-setup-passwords interactive

About

Fai pratica con Kibana, lo strumento di visualizzazione basato su Elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published