Help with Docker

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.

Thanks

Hello && Welcome @uncleiven

I can help you with this, but if you could give some info about this setup and what was done so far, also what documentation your using would help.

For a better understand please look at this post below, Help us , help you :+1:

Hi… I was following this guide Docker but then also further help from this one How To Run Graylog Server in Docker Containers.docx - Google Docs

I’ve got everyone now but when I browse to my server IP:9000 I just get a blank white page.

Hello,

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/

I can use this URL

http:192.168.1.100:9000

I was trying to post the YAML config file details but it’s detecting the links and saying I can’t as a new users.

I used the details I mentioned previously with the guide above. My server isn’t local so I have used the public IP:9000 in the config.

Screenshot 2022-10-25 at 12.05.53

This is what I get when I browse to it.

Oh wow, That’s new.

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 :+1:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.