I am trying to install Gray Log via Docker and I am struggling with the part where I need to amend the GRAYLOG_HTTP files with my remote sever IP as it’s not on my local machine.
I can’t seem to find within the guides how to do this if anyone can help.
This could be the configurations made for Graylog, (i.e., YAML file). What configuration did you use? There are a couple different examples shown in the Doc’s.
EDIT Out of curiosity, are you using Localhost or 127.0.0.1?
If you have all the container working, then what does the container logs show.
docker ps
docker logs -f <container ID>
For refernece this is mine
environment:
# Container time Zone
- TZ=America/Chicago
# CHANGE ME (must be at least 16 characters)!
- GRAYLOG_PASSWORD_SECRET=pJod1TRZAckHmqM2oQPZuyb2YWpeWQ79HW2nonDhN
# Password: admin
- GRAYLOG_ROOT_PASSWORD_SHA2=ef92b778bafe77c06659911881f383d4473e94f
- GRAYLOG_HTTP_BIND_ADDRESS=0.0.0.0:9000
- GRAYLOG_HTTP_EXTERNAL_URI=http://192.168.1.100:9000/
- GRAYLOG_ROOT_TIMEZONE=America/Chicago
- GRAYLOG_ROOT_EMAIL=greg.smith@domain.com
- GRAYLOG_HTTP_PUBLISH_URI=http://192.168.1.100:9000/
NOTE: you can ctrl c & ctrl v in the text box, then use the markdown when posting your YAML file, no need for a upload. and the picture is hard to see BTW.
Ill be honest, this doesn’t tell me very much, How about some log files? ensure you leave personal info out