Skip to content

it-pappa/Ansible-Role_provision_graylog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role to provision Graylog on debian hosts

After job has been ran successfully you will need to create password for the Graylog server. The server will not start without:

  • Run pwgen -N 1 -s 96 <br>
  • Copy the output to: sudo nano /etc/graylog/server/server.conf --- password_secret = "the password"
  • Save and close
  • Run echo -n password | sha256sum (change the password, to your own password. This is the login for the web!)
  • Copy the output to: sudo nano /etc/graylog/server/server.conf ---- root_password_sha2 = "the hashed password"
  • Change the http_bind address:
    • sudo nano /etc/graylog/server/server.conf
    • http_bind_address = server-ip-address:9000


Read more:
https://docs.graylog.org/docs/ubuntu