Hello,

I am trying to install Graylog 1.2 on a fresh Ubuntu 14.04 machine, but 
graylog-server is unable to find Elasticsearch with unicast discovery.

The error message I'm repeatedly getting is:

2015-11-04T08:25:14.770-05:00 WARN  [unicast] [graylog2-server] failed to 
send ping to [[#zen_unicast_1#][graylog][inet[/127.0.0.1:9300]]]

Both Graylog and Elasticsearch are running on the same machine, so I've 
used the following unicast configuration for Elasticsearch:

cluster.name: graylog2
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: ["127.0.0.1:9300"]

And the following for graylog-server:

elasticsearch_cluster_name = graylog2
elasticsearch_discovery_zen_ping_multicast_enabled = false
elasticsearch_discovery_zen_ping_unicast_hosts = 127.0.0.1:9300

Elasticsearch istelf is running, verified with the healthcheck interface.

What am I doing wrong? Is there a way to verify if Elasticsearch is indeed 
doing unicast discovery?

Thank you,
  Christian Studer



-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/a870b12d-b5c2-4f9a-a9b9-cb9a857d56c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to