Hello && Welcome
I’m unsure exactly what’s going on. From what I can understand is the Graylog server is not work at all, is this correct?
If you could us the markdown for posting Configuration files and logs that would be great, you can find more information here on “HowTo”.
If you can give us a great amount of details what’s happening that would be great.
Showing your whole configuration file would be nice. NOTE: remove personal information when posting.
Example:
cat /etc/graylog/server/server.conf | egrep -v "^\s*(#|$)"
Output
[root@graylog ingest-attachment]# cat /etc/graylog/server/server.conf | egrep -v "^\s*(#|$)"
is_master = true
node_id_file = /etc/graylog/server/node-id
password_secret =en22EBT17elgGTUJgbD
root_password_sha2 =2df7fef0a4171ea6
root_email = "greg.smith@domain.com"
root_timezone = America/Chicago
bin_dir = /usr/share/graylog-server/bin
data_dir = /var/lib/graylog-server
plugin_dir = /usr/share/graylog-server/plugin
http_bind_address = graylog.domain.com:9000
http_publish_uri = https://graylog.domain.com:9000/
http_enable_cors = true
http_enable_tls = true
http_tls_cert_file = /etc/pki/tls/certs/graylog/graylog-certificate.pem
http_tls_key_file = /etc/pki/tls/certs/graylog/graylog-key.pem
http_tls_key_password = secret
elasticsearch_hosts = http://10.10.10.10:9200
Question: Did this Graylog server work before with/without Nginx?