Hey Tom,

it looks like you commented out both "elasticsearch_config_file" and
all "elasticsearch_*" config variables. This leads to your
graylog2-server running with default configuration parameters that
will most probably not match the elasticsearch.yml of your
ElasticSearch nodes.

I recommend you fill out the elasticsearch_* config variables in your
graylog2.conf and try it again. The "elasticsearch_config_file" method
should be skipped for beginners.

Generally please follow:

  * 
http://support.torch.sh/help/kb/graylog2-server/installing-graylog2-server-v0200-on-nix-systems
  * 
http://support.torch.sh/help/kb/graylog2-server/configuring-and-tuning-elasticsearch-for-graylog2-v0200

Hope that helps!

Thanks,
Lennart

On Thu, Feb 20, 2014 at 6:46 PM, Tom Taylor <[email protected]> wrote:
> Just recently updating graylog and ES and I can't seem to get it to work.
>
> It looks like ES fires up ok:
>
> [root@graylog2-server]# curl -XGET
> 'http://10.80.1.3:9200/_cluster/health?pretty=true'
>
> {
>
>   "cluster_name" : "graylog2",
>
>   "status" : "green",
>
>   "timed_out" : false,
>
>   "number_of_nodes" : 1,
>
>   "number_of_data_nodes" : 1,
>
>   "active_primary_shards" : 0,
>
>   "active_shards" : 0,
>
>   "relocating_shards" : 0,
>
>   "initializing_shards" : 0,
>
>   "unassigned_shards" : 0
>
> }
>
>
> However when I try start graylog I get the following error;
>
> 2014-02-20 04:41:36,048 ERROR: org.graylog2.Main -
>
> ################################################################################
>
> ERROR: No ElasticSearch master was found.
>
>
> I'm not using unicast and I've got the correct name set in my graylog2.conf
> and elasticsearch.yml. (I've attached them too)
>
>
> Does anyone have any ideas?
>
> --
> You received this message because you are subscribed to the Google Groups
> "graylog2" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to