I have built a new 6 server test graylog deployment. 3 node Elasticsearch cluster and 3 node dual graylog/mongo cluster. Elasticsearch and mongo test as healthy using the commands on their websites. Once I start the graylog service it makes a connection to mongo then repeats the same lines over and over. It never fully starts. Below are the lines it repeats as well as heath status from Elasticsearch and mongo. Also I am including my graylog config file. If anyone has any suggestions, that would be greatly appreciated.
–Repeating lines from /var/log/graylog-server/server.log–
–It never gets passed this–
[plugins] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] modules [], plugins [graylog-monitor], sites []
[node] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] version[2.4.4], pid[3288], build[fcbb46d/2017-01-03T11:33:16Z]
[node] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] initializing …
[plugins] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] modules [], plugins [graylog-monitor], sites []
[node] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] version[2.4.4], pid[3288], build[fcbb46d/2017-01-03T11:33:16Z]
[node] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] initializing …
[plugins] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] modules [], plugins [graylog-monitor], sites []
[node] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] version[2.4.4], pid[3288], build[fcbb46d/2017-01-03T11:33:16Z]
[node] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] initializing …
[plugins] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] modules [], plugins [graylog-monitor], sites []
[node] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] version[2.4.4], pid[3288], build[fcbb46d/2017-01-03T11:33:16Z]
[node] [graylog-48d71416-9d8e-4a9f-8b0f-67c8ff3403d6] initializing …
Full service start log - https://pastebin.com/pNpjr4qb
Per the setup instructions firewalld and selinux have been disabled on all nodes
RS Status from Mongo - https://pastebin.com/MbhQPipt
Health report from ElasticSearch - https://pastebin.com/fE5MfhD4
Graylog Config file - https://pastebin.com/4adtnQqG
Installed versions on graylog/mongo servers:
[root@uclogglsrv01 ~]# yum list installed | grep -i "mongo|graylog"
graylog-2.2-repository.noarch 1-5 installed
graylog-server.noarch 2.2.3-1 @graylog
mongodb-org.x86_64 3.4.4-1.el7 @mongodb-org-3.4
mongodb-org-mongos.x86_64 3.4.4-1.el7 @mongodb-org-3.4
mongodb-org-server.x86_64 3.4.4-1.el7 @mongodb-org-3.4
mongodb-org-shell.x86_64 3.4.4-1.el7 @mongodb-org-3.4
mongodb-org-tools.x86_64 3.4.4-1.el7 @mongodb-org-3.4
If you think there is anything I can add to help find the issue please let me know. Thank you.