Maniek2as2 Posted February 19, 2023 Posted February 19, 2023 hello i'm looking something to log networks on my home network I have edgerouter ER4 and I cannot check whats website people on my network check I found Graylog, and try install and runn , but i have a problem I try this : https://whitematter.tech/posts/run-graylog-with-docker-compose-on-unraid/ - does work for me, after installation I cannot connect to "my ip unraid:9000" - nothing or try install Graylog via app, but its does work Any one know how to install this ? Quote
GTvert90 Posted March 4, 2023 Posted March 4, 2023 I came here looking for help on this. First my password was too short. Now It's having permission issues. and I'm not sure how to correct it. 2023-03-04 13:30:39,433 ERROR: org.graylog2.shared.journal.LocalKafkaJournal - Cannot access offset file: Permission denied 2023-03-04 13:30:39,462 ERROR: org.graylog2.shared.journal.LocalKafkaJournal - Cannot access offset file: Permission denied 2023-03-04 13:30:39,671 INFO : org.graylog2.shared.buffers.InputBufferImpl - Message journal is enabled. 2023-03-04 13:30:39,673 ERROR: org.graylog2.shared.journal.LocalKafkaJournal - Cannot access offset file: Permission denied 2023-03-04 13:30:39,769 ERROR: org.graylog2.storage.versionprobe.VersionProbe - Unable to retrieve version from Elasticsearch node: Unknown host 'elasticsearch: Name or service not known'. - Unknown host 'elasticsearch: Name or service not known'. 2023-03-04 13:30:44,773 ERROR: org.graylog2.storage.versionprobe.VersionProbe - Unable to retrieve version from Elasticsearch node: Unknown host 'elasticsearch'. - Unknown host 'elasticsearch'. @Maniek2as2 what is in your graylog-graylog-1 log file? Quote
CraziFuzzy Posted May 25, 2023 Posted May 25, 2023 I also have been fighting with trying to get graylog working in an Unraid docker. Seems to be a combinations of many problems with how ALL the current dockers seem to be built. For starters, you need other services up and running for Graylog to work. That being elasticsearch and mongodb. I have not gotten any of the three docker containers to actually install and 'just work'. File permissions are trying to run as root, instead of nobody, on all the containers. There also seem to be some version restrictions betweeh what version of graylog you use and what version of elasticsearch works with it. Not sure if that is the only problems, but it seems like it may be worth trying to create a container that just includes all three services rolled up together - unfortunatly, I don't know enough about any of them to take this on. Quote
CraziFuzzy Posted May 26, 2023 Posted May 26, 2023 So, just tried the above linked compose method and ended up with the same errors as @GTvert90 . I don't feel that this particular service should be so strangely difficult to get running. Quote
CraziFuzzy Posted May 26, 2023 Posted May 26, 2023 quick update - it seems the errors I was seeing were due to folder permissions. For some reason the folders that the containers create don't get set with permissions that those same containers can access. chmod 777'ing them got the containers to all start up.. I think.. so far... now to actually learn how to USE graylog... Quote
witalit Posted December 4, 2023 Posted December 4, 2023 On 5/26/2023 at 5:06 AM, CraziFuzzy said: quick update - it seems the errors I was seeing were due to folder permissions. For some reason the folders that the containers create don't get set with permissions that those same containers can access. chmod 777'ing them got the containers to all start up.. I think.. so far... now to actually learn how to USE graylog... How has it been for you? I am struggling to setup graylog also but all the guides I follow seem to be outdated or not have any fixes for the numerous issues I see. Quote
Taubin Posted June 6 Posted June 6 On 5/26/2023 at 4:06 PM, CraziFuzzy said: quick update - it seems the errors I was seeing were due to folder permissions. For some reason the folders that the containers create don't get set with permissions that those same containers can access. chmod 777'ing them got the containers to all start up.. I think.. so far... now to actually learn how to USE graylog... Unfortunately doing a chmod to 777 on the folders didn't work for me. I still get the errors with the container not being able to change permissions. It's such a strange thing for it to get hung up on. Quote
remudapro Posted July 3 Posted July 3 So, from what I see the .yml is hard coded with the user 'graylog'. Create this user and then edit the graylog container and take a look at the "more settings" > appdata path. I noticed that in some places the container author misspelled 'gray' as 'grey' in the app data set path once you view the edit config of the appdata path. You may also need to: chown -R graylog:users /mnt/user/appdata/graylog/ chmod -R 755 /mnt/user/appdata/graylog/ Quote
Skylinar Posted August 10 Posted August 10 (edited) graylog user is 1100:1100, so setting this to the folders recursively solved my issue. chown -R 1100:1100 /mnt/user/appdata/graylog/ Reference here: https://go2docs.graylog.org/current/downloading_and_installing_graylog/docker_installation.htm Edited August 10 by Skylinar Add reference Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.