thanks for the info. I'll take another look at the config file in the morning. I made a load of changes to it today so I'm not sure what state it's in now.
on your Graylog node, I assume you only installed the Graylog package and that Elasticsearch isn't installed there too? Cheers, Adam On Wednesday, 28 September 2016 19:50:50 UTC+1, Evgueni Gordienko wrote: > > Hi Adam, > > I installed Elasticsearch (ES) 3 node cluster (each node had all three > components active - client, master, data) before installing Graylog (GL). > Example of needed entries: > elasticsearch_discovery_zen_ping_unicast_hosts = elk01.mcp.com:9300, > elk02.mcp.com:9300, elk03.mcp.com:9300 > > elasticsearch_cluster_name = elk > > elasticsearch_node_master = false > elasticsearch_node_data = false > > elasticsearch_network_host = elk06.mcp.com //the node where I installed GL > > HTH, > Evgueni > > > > > > On Wednesday, September 28, 2016 at 11:06:13 AM UTC-7, Adam wrote: >> >> thanks Jochen...I'll double check that when I'm in the office tomorrow >> although I'm pretty sure those settings were correct. >> >> Just to clarify...do I need to install Elasticsearch on the >> graylog-server node before I install graylog-server? The documentation >> makes reference to the embedded elasticsearch instance within >> graylog-server so I'm not 100% sure. I didn't see any errors in the >> server.log file. >> >> Thanks, >> >> Adam >> >> On Wednesday, 28 September 2016 17:54:24 UTC+1, Jochen Schalanda wrote: >>> >>> Hi Adam, >>> >>> Graylog needs to be able to join the Elasticsearch cluster as a client >>> node, which means that all other Elasticsearch nodes must be able to >>> communicate with Graylog and vice versa. >>> >>> Check the Elasticsearch cluster name in all config files and make sure >>> that the elasticsearch_discovery_zen_ping_unicast_hosts >>> <https://github.com/Graylog2/graylog2-server/blob/2.1.1/misc/graylog.conf#L271-L274> >>> and elasticsearch_network_host >>> <https://github.com/Graylog2/graylog2-server/blob/2.1.1/misc/graylog.conf#L293-L298> >>> settings >>> are correct. >>> >>> Cheers, >>> Jochen >>> >>> On Wednesday, 28 September 2016 18:23:41 UTC+2, Adam wrote: >>>> >>>> Hi, >>>> >>>> I'm in the process of setting up Graylog in a multi-node setup. I have >>>> a three node Elasticsearch cluster built and working. I'm now trying to >>>> get graylog-server installed on a new node. >>>> >>>> I'm obviously missing something key, but I can't get graylog-server to >>>> join the ES cluster and I can't get to the web interface. >>>> >>>> I'm a bit unsure whether I need to install Elasticsearch on the >>>> graylog-server, and if so what configuration needs to happen in the >>>> elasticsearch.yml file vs the graylog server.conf file. >>>> >>>> Can anyone help? >>>> >>>> Thanks, >>>> >>>> Adam >>>> >>> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/e6eabcf8-9732-4825-a041-bb91986da948%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
