[graylog2] Graylog Collector Sidecar Analysis

2016-11-29 Thread Marvin Popyk
Hello, We are testing graylog to see if it fits our needs for a centralized logging system. We've installed and setup graylog and we wanted to be able to import specific log files to graylog. We read that graylog collector sidecar is an option. We have setup a new beats input and tested an

[graylog2] Graylog Web Interface is disconnected

2016-11-29 Thread 'Rodion Ovodnev' via Graylog Users
Help me please! What's the problem, look at the log that correct? 1.> > 2.>

[graylog2] Re: Check activity on a define time range only

2016-11-29 Thread Sébastien cieloch
Hello Aykisn, Thank you ! For the first part, I knew that, but you're right with the 2nd part ( with the timestamp must match regular expression : blabla ) it was exactly my need. I will adapt. But how did you find the regular expression with the timestamp ? I tried to find it, without real

[graylog2] Pipeline with multiple streams and data accumulation

2016-11-29 Thread Evgeny Shepelyuk
Hello, Is it possible to write a pipeline that will trigger alerts comparing data from 2 streams ? For instance, one stream - is user registration, another stream is clicking confirmation emails So, is it possible to create a pipeline that will trigger an alert when count from both streams

[graylog2] Source field population when reading from raw/plaintext kafka input

2016-11-29 Thread Evgeny Shepelyuk
Hello I've setup Raw/Plaintext Kafka input and I'm able to receive my messages from Kafka topic. My messages are serialized JSON string but not in GELF format. Unfortunately source field is not populated at all. Ho should I adjust my message to have source populated ? -- You received this

[graylog2] Re: Check activity on a define time range only

2016-11-29 Thread Aykisn
Hi, My regexes and conditions in my previous post are wrong. The steam should have two rules : 1) source must match the server(s) name 2) the timestamp should match either between 22 to 00 or between 00 to 06. If you're not familiar with regexes, I hardly suggest you learn to create/use them.