[graylog2] ldap-login only if user in a special group

2015-11-02 Thread Stefan Krüger
Hello is it possible to configure Graylog to check if the user in a special group? We don't use the overlay MemberOf. Maybe somthing like this: GroupDN: cn=Graylog-Agents,cn=groups,dc=example,dc=de AccessAttr: memberUid thanks for help! When i try Search base DN=

[graylog2] ldap-login only if user in a special group

2015-11-02 Thread Stefan Krüger
Hello is it possible to configure Graylog to check if the user in a special group? We don't use the overlay MemberOf. Maybe somthing like this: GroupDN: cn=Graylog-Agents,cn=groups,dc=example,dc=de AccessAttr: memberUid thanks for help! -- You received this message because you are subscribed

[graylog2] Required disk space for a new graylog2 installation unter Linux...

2015-11-02 Thread klaus
Hi Group, I'm new to graylog2 and I would like to know, how much disk space is required for a small system with up to *15 server* and a log volume about * * 1,200,000 messages* ** in 7 days* Is there a formula to calculate the disk space? Thank you! Klaus. -- You received this message

[graylog2] Re: Get some error at Search page on Graylog Web Interface

2015-11-02 Thread Jochen Schalanda
Hi, please check the logs of your Graylog server node(s) for the reason of the internal server error (HTTP response status 500). Cheers, Jochen On Monday, 2 November 2015 08:05:55 UTC+1, Exzitep wrote: > > Hi All, > > After install graylog2 on Ubuntu 14.04. I got an error when went to >

[graylog2] Re: Required disk space for a new graylog2 installation unter Linux...

2015-11-02 Thread Jochen Schalanda
Hi Klaus, unfortunately it's not that easy to calculate the exact disk space requirement for the given numbers. For example your log messages could be as small as a few bytes and as big as several kilobytes or even megabytes. Additionally it's important how heterogenous the log messages are.

[graylog2] Re: ldap-login only if user in a special group

2015-11-02 Thread Denny Gebel
This "User Search Pattern" works for us: (&(memberof=CN=graylog user,OU=groups,OU=company,DC=subdomain,DC=domain,DC=com)(sAMAccountName={0})) give it a try Denny Am Montag, 2. November 2015 09:18:04 UTC+1 schrieb Stefan Krüger: > > Hello > > is it possible to configure Graylog to check if

[graylog2] JSON timestamp - is Drools a solution?

2015-11-02 Thread Patrick Brennan
We are ingesting a large amount of log data that is JSON formatted. There is a timestamp field in the JSON blob that doesn't meet the format that the core JSON extractor expects. In considering how to fix this, I have a number of questions. I hoping that collectively you might know the