Re: [graylog2] Re: Graylog 1.1 rpm update issue on 1 of 2

2015-06-08 Thread Mark Moorcroft
Yep, 1.1.1 solved the null pointer. On Saturday, June 6, 2015 at 3:12:35 AM UTC-7, Bernd Ahlers wrote: Mark, we released version 1.1.1 to fix some urgent issues. One of them was a NullPointerException during search. https://www.graylog.org/graylog-v1-1-1-is-now-available/ Can you

[graylog2] Multi-region Graylog

2015-06-08 Thread dantas
Hello, I have a application that is hosted on multi region, and I don't want to ship logs from one datacenter to another. I was thinking a about having a elasticsearch/graylog-server on each DataCenter and have a web interface on one DC that connects to both indexes. Is that possible? Thanks!

[graylog2] Re: app.js 404 not found and nothing show in Sources page

2015-06-08 Thread Kay Roepke
Hi! You need to build the Javascript bundle before running `activator dist` by calling ./node_modules/.bin/gulp deploy-prod in javascript/. Check the steps in https://github.com/Graylog2/graylog2-web-interface/blob/master/build_release.sh for reference what we do to build a release. cheers,

[graylog2] graylog 1.1.1 wont start properly - hostname can't be null

2015-06-08 Thread Martin René Mortensen
Efter upgrading from 0.9 to 1.1.1 I get the following error on my 3 node cluster - i Have no idea why. The graylog process livces, but has no rest interface and no listeners - so no web-interface will connect. What is this hostname that cannot be null? 2015-06-08T10:09:41.896+02:00 ERROR

Re: [graylog2] Re: grok extractors not working

2015-06-08 Thread Kay Roepke
No, this should not be a timezone issue, as the extractors are re-checked every second. Do you have a lot of Grok patterns maybe? On Saturday, 6 June 2015 00:43:46 UTC+2, Jesse Skrivseth wrote: I don't have much new to report other than the observation that it takes *exactly* 2 hours for

Re: [graylog2] graylog 1.1.1 wont start properly - hostname can't be null

2015-06-08 Thread Martin René Mortensen
Yes, thanks, that did the trick. I guess the format changed, now i had to put http:// in front of the proxy config. On Monday, 8 June 2015 10:23:35 UTC+2, Kay Röpke wrote: Hi! Please check the http_proxy_uri setting in your configuration file. It should either be unset/commented out or

[graylog2] Re: app.js 404 not found and nothing show in Sources page

2015-06-08 Thread saeed . rajabi16
Thank you, Thank you, Thank you. Just THANK YOU nothing else ;). On Monday, June 8, 2015 at 10:52:08 AM UTC+4:30, Kay Roepke wrote: Hi! You need to build the Javascript bundle before running `activator dist` by calling ./node_modules/.bin/gulp deploy-prod in javascript/. Check the steps in

[graylog2] Re: Collector using TLS/SSL

2015-06-08 Thread Josep Maria Comas Serrano
Thanks Bernd Best, JM El viernes, 5 de junio de 2015, 12:24:56 (UTC+2), Josep Maria Comas Serrano escribió: Hi, about collector, is there any how-to guide or similar about how to configure collector+graylog to use TLS/SSL encryption? Best, JM -- You received this message because

[graylog2] Re: app.js 404 not found and nothing show in Sources page

2015-06-08 Thread saeed . rajabi16
I have another question about building the web interface after changing the graylog2-parent project. I change the parent project to add i18n support in graylog web interface. So I add some model and resources and so on to the rest-client and other related projects. Then run 'mvn install'