today I’ve upgraded my OVA from 2.1 to the newest version 2.3.
I got a lot of issues after that, the most of them I got resolved by reading some posts here in the community.
I am glad that I was not the only one with issues regarding the search in all messages, chef client errors, site down and so on.
However, since I’ve upgraded the OVA, my https certificate is not working anymore. I tried different things but I can’t solve that issue atm.
When I check my config I wondered why there were some configurations missing ?!?!?!
I have no entries in /opt/graylog/server/graylog.conf like e.g.
Is the new version running different? They are missing in my config, but why? Can I solve this if I add them manually?
I need to add that i had to uninstall the graylog as service before upgrading the OVA.
Someone installed the graylog on the OVA - therefor the update was firstly not possible.
# Enable HTTPS support for the REST API. This secures the communication with the REST API
# using TLS to prevent request forgery and eavesdropping.
rest_enable_tls = true
# The X.509 certificate chain file in PEM format to use for securing the REST API.
rest_tls_cert_file = /path/to/graylog-certificate.pem
# The PKCS#8 private key file in PEM format to use for securing the REST API.
rest_tls_key_file = /path/to/graylog-key.pem
# The password to unlock the private key used for securing the REST API.
rest_tls_key_password = secret
# Enable HTTPS support for the web interface. This secures the communication the web interface
# using TLS to prevent request forgery and eavesdropping.
web_enable_tls = true
# The X.509 certificate chain file in PEM format to use for securing the web interface.
web_tls_cert_file = /path/to/graylog-certificate.pem
# The PKCS#8 private key file in PEM format to use for securing the web interface.
web_tls_key_file = /path/to/graylog-key.pem
# The password to unlock the private key used for securing the web interface.
web_tls_key_password = secret
thank you, I wondered if they changed something in the graylog.conf.
I now added the entries for the web certificate manually but it does not work for me
If I run a
graylog-ctl reconfigure
The manually added entries dissapear oO
Hi,
thank you!
I wonder why the entries are missing in my graylog.config
If I add something manually it dissapears after I run a graylog-ctl reconfigure :(+