I’ve installed what seems to be the newest version (2.2.3) with Elasticsearch 2.4.4 but when I access the web interface I get this annoying error that I’ve been trying to fix for a while now.
And this is the error I’m getting:
“Elasticsearch cluster unavailable
Graylog could not successfully connect to the Elasticsearch cluster. If you’re using multicast, check that it is working in your network and that Elasticsearch is accessible. Also check that the cluster name setting is correct. Read how to fix this in the Elasticsearch setup documentation.”
This configuration file looks very strange. It contains, as it seems, some shell commands (which aren’t valid configuration settings…) and some important settings (like the ones for the web interface) are missing.
Where did you get that from?
Additionally, you shouldn’t use the same node name for the Elasticsearch node and Graylog, since that makes identifying them in the logs much harder.
Is 192.168.217.67 the correct IP address of the machine hosting Elasticsearch and is the machine hosting Graylog allowed to access 192.168.217.67:9300?