Advertisement
asanchez75

access/password

Jan 25th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. FIRST RUN
  2.  
  3. https://www.elastic.co/guide/en/x-pack/current/setting-up-authentication.html
  4.  
  5. Go to the elastic docker container and from there, execute this command
  6. bin/x-pack/setup-passwords interactive
  7.  
  8. next, go to vim kibana/config/kibana.yml and include the new password there
  9.  
  10. CHANGING PASSWORD
  11.  
  12. Go to the UI of Kibana, next to Management->Users and select the superuser ELASTIC and change the password
  13. next, go to vim kibana/config/kibana.yml and include the new password there
  14.  
  15. https://github.com/deviantony/docker-elk
  16.  
  17. https://bitbucket.org/asanchez75/docker-elk/src
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement