Re: [graylog2] Load balancing questions

2014-02-04 Thread Ryan Jones
Thanks again.. 3) start the graylog2 nodes with --debug (or enable the corresponding subsystems from the web interface if you don't want to restart) Where do I do that ? Ryan Jones Net Ops rjo...@aereo.com Mobile: 1-347-948-9238 Office: *1-646-843-0365* public key DFA1D8DD On Tue,

Re: [graylog2] Re: additional nodes v 0.20.0-rc1

2014-02-05 Thread Ryan Jones
Yes works just fine Ryan On Feb 5, 2014 6:35 AM, "Kay Röpke" wrote: > :( > > but it's working now? (Sorry my email account is overflowing these days) > > cheers, > -k > > > On Sun, Feb 2, 2014 at 1:06 AM, Ryan Jones wrote: > >> So i figured

Re: [graylog2] Load balancing questions

2014-02-05 Thread Ryan Jones
So I did a tcpdump from my load balancer and i do see it passing traffic. And i did eventually see the load balancer listed as a source. This isn't quite what i wanted but I suppose that's not horrible, I guess i can extract hostnames using a stream. Ryan Jones Net Ops rjo...@aereo.com

[graylog2] We expected HTTP 200, but got a HTTP 404

2014-03-05 Thread Ryan Jones
Everything was working just fine. I haven't made any changes. now when I click on system or even sources I get this messsage. Here is a GIST of the full trace. https://gist.github.com/wolfman2g1/9372391 As far as I can tell GL server is still processing logs. I can also telnet to the GL server

[graylog2] Re: We expected HTTP 200, but got a HTTP 404

2014-03-05 Thread Ryan Jones
gist for the GL server https://gist.github.com/wolfman2g1/9374647 On Wednesday, March 5, 2014 2:18:01 PM UTC-5, Ryan Jones wrote: > > Everything was working just fine. I haven't made any changes. now when I > click on system or even sources I get this messsage. Here is a GIST

[graylog2] Re: We expected HTTP 200, but got a HTTP 404

2014-03-06 Thread Ryan Jones
Anyone? On Wednesday, March 5, 2014 2:18:01 PM UTC-5, Ryan Jones wrote: > > Everything was working just fine. I haven't made any changes. now when I > click on system or even sources I get this messsage. Here is a GIST of the > full trace. https://gist.github.com/wolfman2g1/937

[graylog2] Re: Parsing incoming log messages

2016-09-21 Thread Ryan Jones
I'm having the same problem. Have you had any luck? On Wednesday, August 3, 2016 at 4:17:58 PM UTC-4, walderba...@gmail.com wrote: > > An example log entry Iis: > > {"datetime":"2016-08-03T18:47:45.2747784Z","level":"Debug","name": > "Platform.Data.InstanceProvider","message":"InstanceProvide

[graylog2] how do i keep the web interface running as a service?

2014-01-18 Thread Ryan Jones
I followed the step here http://support.torch.sh/help/kb/graylog2-web-interface and it works quite well. my question is how do i make this run as a service on Centos 6.4? bin/graylog2-web-interface -Dhttp.port=80 -- You received this message because you are subscribed to the Google Groups "g

Re: [graylog2] how do i keep the web interface running as a service?

2014-01-18 Thread Ryan Jones
Jean-Luc Bassereau wrote: > > Hello, which version are you using ? 0.12 or 0.20-rc1 ? > > > 2014/1/18 Ryan Jones > > >> I followed the step here >> http://support.torch.sh/help/kb/graylog2-web-interface and it works >> quite well. my question is how do i

Re: [graylog2] how do i keep the web interface running as a service?

2014-01-20 Thread Ryan Jones
Thanks. this is awesome. I'm now trying to find documentation on how to properly set up a cluster. I'm only interested in syslog from my network gear. I set up a test instance over the weekend and i'm already up to 9GB. At that rate i will use up my disk space in month. On Saturday, January 18,

[graylog2] additional nodes v 0.20.0-rc1

2014-01-30 Thread Ryan Jones
I'm stuck trying to add additional nodes to my set up I'm basically only interested in collecting syslog messages from my network gear. I'm currently generating about 10Gigs of logs a day. I would like to load balance this across 3 additional servers with 3TB hard drives and place them all behi

[graylog2] Re: additional nodes v 0.20.0-rc1

2014-01-31 Thread Ryan Jones
"total_size" : "0b", "total_size_in_bytes" : 0 }, "refresh" : { "total" : 1, "total_time" : "0s", "total_time_in_millis" : 0 }, "

[graylog2] Re: additional nodes v 0.20.0-rc1

2014-02-01 Thread Ryan Jones
UTC-5, Ryan Jones wrote: > > I'm stuck trying to add additional nodes to my set up > > I'm basically only interested in collecting syslog messages from my > network gear. I'm currently generating about 10Gigs of logs a day. I would > like to load balance this acr

[graylog2] Load balancing questions

2014-02-03 Thread Ryan Jones
I've been browsing around this forum looking for answers but i haven't quite gotten my question answered. I have a couple of nodes sitting behind a Zen load balancer cluster. I've tried a couple of different ways to get my syslog traffic to pass. One was just a simple udp 514 to the VIP out

Re: [graylog2] Load balancing questions

2014-02-03 Thread Ryan Jones
yslog-like formats that it's > nearly impossible to "just parse" them. > I strongly suspect that this is the problem you face. In that case you > would have to either preprocess the data (via rsyslog or logstash) or use > the extractors on the input to properly receive t