[graylog2] Coding a graylog plugin - setting log level

2015-06-19 Thread Jesse Skrivseth
This may be out of place to ask here, but I am writing a MessageFilter plugin for graylog and I'd like to know how to change/set the log level (info, debug, trace, etc.) as you can do with the graylog server from the UI. I'm using: private static final Logger log =

[graylog2] Re: Graylog collector and iis logs

2015-06-19 Thread David Gerdeman
For your file try C:\\inetpub\\logs\\LogFiles\\W3SVC1\\u_ex*. I have been using this pattern successfully. It grabs the new logs added to the currently used log file. The relevant parts of my conf file are below: Enter code here...Extension w3c Module xm_csv Fields

[graylog2] Query regarding strategy for sending applications for custom logger, log4j and logback

2015-06-19 Thread Amit Gadkari
We have multiple Java based Web application and we are using following loggers a) logback b) log4j c) custom logger Application which are using logback, we are using moocar/logback-gelf appender for sending message to graylog2 server Application which are using log4j, we are using

[graylog2] Strategy for sending application logs to GrayLog2 Server

2015-06-19 Thread Amit Gadkari
We have multiple Java web based application which generates custom log files using our own logger. (not log4j or logback) I understand we have to send data to GrayLog2 only in GELF format. For logback and log4j we are using appender provided by GrayLog2 and its working fine. We have two

[graylog2] Graylog collector and iis logs

2015-06-19 Thread Alberto Hontoria
Hi friends We are trying to get iis logs by graylog collector. We have this config iis-access { type = file path = E:\\Logs IIS\\W3SVC1\\?.log poll-interval = 5s } Iis log name changes each day hour, the real format of the log is u_exDDMMHH.log If we test it

[graylog2] Re: hyper-v virtual appliance

2015-06-19 Thread David Gerdeman
I've been running the virtual appliance in hyper-v for a while now. Use some extraction program to open the OVA file. Take the vmdk file out and use virtualbox or some other application to convert it to a VHD. You can either use that VHD directly with Hyper-V or you can use Hyper-V to

Re: [graylog2] Graylog collector and iis logs

2015-06-19 Thread Bernd Ahlers
Alberto, the Collector does not support wildcards in log file names yet, sorry. This will be implemented very soon. See the corresponding issue in GitHub for this. https://github.com/Graylog2/collector/issues/24 Regards, Bernd Alberto Hontoria [Thu, Jun 18, 2015 at 11:29:13AM -0700]

[graylog2] [ANNOUNCE] Graylog v1.1.3 has been released

2015-06-19 Thread Lennart Koopmann
Hey everybody, I am happy to announce that we just released Graylog v.1.1.3. This release is addressing several bugs and brings numerous improvements: * https://www.graylog.org/graylog-v1-1-3-is-now-available/ Thanks, Lennart -- You received this message because you are subscribed to the