[graylog2] Re: Input Failed to Start

2016-06-24 Thread Claudemir de almeida rosa
java -version 2>&1 | awk -F\" '/java/{print "/usr/java/jdk"$2"/jre/lib/amd64/jli"}' | tee -a /etc/ld.so.conf.d/java.conf ldconfig java -version 2>&1 | awk -F\" '/java/{print "setcap 'cap_net_bind_service=+ep' /usr/java/jdk"$2"/jre/bin/java"}' | sh service graylog-server restart Em quinta-f

[graylog2] Re: Input Failed to Start

2016-06-24 Thread Claudemir de almeida rosa
java -version 2>&1 | awk -F\" '/java/{print "/usr/java/jdk"$2"/jre/lib/amd64/jli"}' | tee -a /etc/ld.so.conf.d/java.conf ldconfig java -version 2>&1 | awk -F\" '/java/{print "setcap 'cap_net_bind_service=+ep' /usr/java/jdk"$2"/jre/bin/java"}' | sh service graylog-server restart Em quint

Re: [graylog2] Having some difficulties with 3 node graylog cluster

2016-06-24 Thread Jason Haar
On Thu, Jun 23, 2016 at 7:18 PM, Yiannis wrote: > seems to me that my browser goes again from the login screen (to send > again the user credential) before rendering the results > This is a known bug - see https://github.com/Graylog2/graylog2-server/issues/2071 Seems to only affect Firefox (ie

Re: [graylog2] Having some difficulties with 3 node graylog cluster

2016-06-24 Thread Yiannis
Hi Jan thanks for the reply the setup is really straight forward and never thought that i will have difficulties but. please find my answers with blue On Friday, June 24, 2016 at 10:42:21 AM UTC+2, Jan Doberstein wrote: > > Hej Yiannis, > > > > On 24. Juni 2016 at 01:18:39, Yiannis (ka...

Re: [graylog2] Having some difficulties with 3 node graylog cluster

2016-06-24 Thread Jan Doberstein
Hej Yiannis, On 24. Juni 2016 at 01:18:39, Yiannis (k...@stoiximan.gr) wrote: > I 've installed and configured a 3 node graylog (2.0.3) "cluster". On 3 > R610 (16 cores total) servers with 72GB of RAM (Every nodes has installed > mongo, elastic and graylog) i guess you have set in one graylog.c

Re: [graylog2] NXlog and Graylog Collector Sidecar on SUSE Linux Server

2016-06-24 Thread sailing-lin
Hi Darin, Thanks a lot. For SLES12 is OK. >From Graylog document, it said need to do as below: $ sudo /etc/init.d/nxlog stop $ sudo update-rc.d -f nxlog remove $ sudo gpasswd -a nxlog adm For SUSE 12, does gpasswd is needed? If need, which group should to add? #systemctl stop nxlog-ce.service