Re: [graylog2] Re: setup ElasticSearch and Graylog

2015-10-20 Thread Jochen Schalanda
Hi Zsolt, depending on the operating system you've installed Graylog on you can either use the init script (Debian Wheezy, `service graylog-server restart`), the Upstart service (Ubuntu, `restart graylog-server`), or the systemd service (Debian Jessie, `systemctl restart graylog-server`) to

[graylog2] Re: setup ElasticSearch and Graylog

2015-10-19 Thread Zsolt Osztrovszky
Hi Jochen! *my graylog server conf*: # If you are running more than one instances of graylog2-server you have to select one of these # instances as master. The master will perform some periodical tasks that non-masters won't perform. is_master = true # The auto-generated node ID will be stored

[graylog2] Re: setup ElasticSearch and Graylog

2015-10-19 Thread Jochen Schalanda
Hi Zsolt, On Monday, 19 October 2015 12:13:32 UTC+2, Zsolt Osztrovszky wrote: > elasticsearch_config_file = /etc/elasticsearch/elasticsearch.yml This setting is probably the culprit. The elasticsearch_config_file setting is being used to point to an Elasticsearch configuration file to

RE: [graylog2] Re: setup ElasticSearch and Graylog

2015-10-19 Thread Osztrovszky Zsolt
aylog2] Re: setup ElasticSearch and Graylog Hi Zsolt, On Monday, 19 October 2015 12:13:32 UTC+2, Zsolt Osztrovszky wrote: elasticsearch_config_file = /etc/elasticsearch/elasticsearch.yml This setting is probably the culprit. The elasticsearch_config_file setting is being used to point to an Elastic

[graylog2] Re: setup ElasticSearch and Graylog

2015-10-14 Thread Jochen Schalanda
Hi Zsolt, please post your Graylog server and your Elasticsearch configuration so we can take a look at them. Make sure to remove sensitive information like password_secret or MongoDB credentials before posting. Cheers, Jochen On Wednesday, 14 October 2015 16:27:25 UTC+2, Zsolt Osztrovszky