Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question. Don’t forget to select tags to help index your topic!
1. Describe your incident:
while adding the xpack.security.enabled=true for elasticsearch . i am able to connect to elasticsearch with username and password, but if I am setting username , password and host for graylog its throwing me an error below.
2024-07-30 23:07:12,922 INFO : org.graylog2.plugin.system.FilePersistedNodeIdProvider - No node ID file found. Generated: 3ca7a757-8ec4-4539-9c0c-347a051f0462
2024-07-30 23:07:13,073 ERROR: org.graylog2.storage.versionprobe.VersionProbe - Unable to retrieve version from Elasticsearch node: Failed to connect to elasticsearch/192.168.176.2:9200. - Connection refused.
2024-07-30 23:07:13,074 INFO : org.graylog2.storage.versionprobe.VersionProbe - Elasticsearch is not available. Retry #1
2024-07-30 23:07:18,076 ERROR: org.graylog2.storage.versionprobe.VersionProbe - Unable to retrieve version from Elasticsearch node: Failed to connect to elasticsearch/192.168.176.2:9200. - Connection refused.
2024-07-30 23:07:18,076 INFO : org.graylog2.storage.versionprobe.VersionProbe - Elasticsearch is not available. Retry #2
2024-07-30 23:07:23,078 ERROR: org.graylog2.storage.versionprobe.VersionProbe - Unable to retrieve version from Elasticsearch node: Failed to connect to elasticsearch/192.168.176.2:9200. - Connection refused.
2024-07-30 23:07:23,078 INFO : org.graylog2.storage.versionprobe.VersionProbe - Elasticsearch is not available. Retry #3
2024-07-30 23:07:38,120 ERROR: org.graylog2.storage.versionprobe.VersionProbe - Unable to retrieve version from Elasticsearch node: Connect timed out. - Connect timed out.
2024-07-30 23:07:
2. Describe your environment:
OS Information:
Package Version:
Service logs, configurations, and environment variables:
3. What steps have you already taken to try and solve the problem?