[graylog2] Graylog On Apache

2015-08-25 Thread Anant Sawant
Hi, I am a newbie to Graylog and I have one question regarding Graylog installation. Is it possible to install Graylog on Apache??. As I need to integrate it with other project which is running on Apache. Thanks in Advance!! Anant :-) -- You received this message because you are subscribed

[graylog2] Re: windows DNS log extractor

2015-08-25 Thread Marsel Qako
Hi Jochen, Thank you for your reply. The following will be one of the logs: 8/25/2015 8:37:38 AM 0490 PACKET 009E9D8E0E80 UDP Rcv 192.168.168.147 000b Q [0001 D NOERROR] (3)www(4)test(3)com(0) I'm using GELF UDP input with Type: Regular expression, Field: full_message

Re: [graylog2] Users and access on Global search

2015-08-25 Thread Juan Andres Ramirez
Understood, Thank you. On Tuesday, August 25, 2015 at 11:46:35 AM UTC-3, Kay Röpke wrote: Hi! It won’t be in 1.2, even though you could in theory grant the necessary permissions to roles. The main problem is that access global search requires more than just the search permissions in

[graylog2] Users and access on Global search

2015-08-25 Thread Juan Andres Ramirez
Hello Guys, Read's users can't access on global search, this is a problem, because if you have a dashboard with a chart about any process, some time you need to see more details about this search. Anyone knows if in next versions the global search will be available for read's

Re: [graylog2] Users and access on Global search

2015-08-25 Thread Kay Röpke
Hi! It won’t be in 1.2, even though you could in theory grant the necessary permissions to roles. The main problem is that access global search requires more than just the search permissions in order to successfully use the search pages. Right now this is only possible via the REST API, have a

[graylog2] Anyone successfully using a load balancer to round robin each message sent to graylog?

2015-08-25 Thread Drew Miranda
I'm working with our network guys to setup a load balancer configuration. It does work, but it does not alternate which graylog node it sends messages too. An example of what I'd like to happen: each graylog node currently only effectively process up to 1000 messages per second. Server A may

Re: [graylog2] Re: Graylog Collector Not working

2015-08-25 Thread ANKUR GOYAL
Hello, I tried again and again but still not able to recieve logs from graylog collector.Please help me On Fri, Aug 21, 2015 at 6:39 PM, Jochen Schalanda joc...@graylog.com wrote: Hi Ankur, did you create an input in Graylog to which the Graylog Collector can send its messages like

[graylog2] Graylog On Apache

2015-08-25 Thread Drew Miranda
Apache is a web server so you wouldn't install graylog on it. You can set it up on a server that apache is running on, although I don't recommend it. What you may want is log collection. It is a piece of software to read the apache logs in real time and forward to graylog. Check out the

[graylog2] Porting Grok patterns to Graylog

2015-08-25 Thread Boden Garman
Hi all, I'm currently trying to port the following Logstash patterns for Postfix to Graylog2 (1.1.6): https://github.com/whyscream/postfix-grok-patterns The patterns themselves imported with no issues after I had the default patterns from Logstash. Now I'm trying to create the equivalent of

[graylog2] graylog newbie questions

2015-08-25 Thread Drew Miranda
There is a lot more to graylog than altering, although that is a very helpful feature. Graylog allows you to view and search log messages, view trends in data, and look at groupings in the data (e.g. what the http return codes were and the counts for each all in one place. -- You received

[graylog2] Graylog Mysql

2015-08-25 Thread Drew Miranda
Not natively. You will need to use a log collection agent. I believe nxlog can listen to MySQL. If the transaction log is text, you can also collect it and send to gray log. Generally this only works for new messages and not existing or historical data. I believe an upcoming version of the

[graylog2] Porting Grok patterns to Graylog

2015-08-25 Thread Drew Miranda
Currently extractor rules are bound to a single field, meaning that both the condition of extraction and the extraction itself must be on the same field. Also extractors can be created using plain regex if you only want something specific extracted. Multiple extractors can be used to create

Re: [graylog2] Re: How to setup Graylog code on eclipse.

2015-08-25 Thread Jochen Schalanda
Hi Anant, the build process is working in our development and CI environments (which consist of Linux and Mac OS X machines). Maybe the version of Maven you're using is too old or there's some intercepting proxy between your computer and the Internet which messes things up. Regarding the test

[graylog2] windows DNS log extractor

2015-08-25 Thread Marsel Qako
Hi All, I'm very new with graylog. I'm testing with sending my DNS logs from windows DNS server to graylog. I would like to have extracted correctly but i can't get it work. Does ony know an example i can use to get me started? Of if anyone has an extractor they can share? Thank you for the

[graylog2] Re: windows DNS log extractor

2015-08-25 Thread Jochen Schalanda
Hi Marsel, could you please post some example of those log messages and which extractors you're using to process them? Cheers, Jochen On Tuesday, 25 August 2015 09:50:17 UTC+2, Marsel Qako wrote: Hi All, I'm very new with graylog. I'm testing with sending my DNS logs from windows DNS

Re: [graylog2] Re: How to setup Graylog code on eclipse.

2015-08-25 Thread Anant Sawant
HI Jochen, Well I have moved to java 8 now. Thanks for the advice. But the error still persist. Just for details I am trying to build[clean install] graylog on windows 7 machine using eclipse luna. I have attached the log and also the reports generated for the same. Following is the error I am

[graylog2] receiving netflow

2015-08-25 Thread Marsel Qako
HI, I would like to collect netflow from cisco devices into graylog. I haven't been able to find any documentation if it is supported. Is this a supported feature? Thank you, Marsel -- You received this message because you are subscribed to the Google Groups Graylog Users group. To

Re: [graylog2] Re: How to setup Graylog code on eclipse.

2015-08-25 Thread Anant Sawant
Hi Jochen, First of all Thanks for the prompt reply. Regarding the error mentioned by me, it is now resolved. All I did was changed[increased] the await time for transportReceivesDataExactlyRecvBufferSize() from the graylog2-inputs project which throw the error I was getting and so far

Re: [graylog2] Users and access on Global search

2015-08-25 Thread Jason Haar
On 26/08/15 02:42, Juan Andres Ramirez wrote: Hello Guys, Read's users can't access on global search, this is a problem, because if you have a dashboard with a chart about any process, some time you need to see more details about this search. Anyone knows if in next versions