[graylog2] Re: timezone in Graylog system logs

2015-08-21 Thread Jochen Schalanda
Hi Ed, you'll have to modify the log4j configuration file (see https://github.com/Graylog2/graylog2-server/blob/1.1.6/graylog2-bootstrap/src/main/resources/log4j.xml and https://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PatternLayout.html) used by Graylog and probably set the

[graylog2] Re: Graylog for JSP ?

2015-08-21 Thread Jochen Schalanda
Hi Vincent, which Servlet container are you using? Which web framework (if one at all)? And are you sure that Log4j has been the log framework being used in your application? Cheers, Jochen On Friday, 21 August 2015 05:28:59 UTC+2, Vincent Aprilius wrote: Hi Jochen, now i am trying using

[graylog2] Re: Write incoming messages to file

2015-08-21 Thread Jochen Schalanda
Hi Guido, there's a 3rd party syslog output plugin for Graylog ( https://github.com/dfch/biz.dfch.j.graylog.plugin.output.syslogoutput) which you could use to send messages from a stream to a remote syslog daemon which in turn can write those logs to disk. Other than that I'm not aware of a

Re: [graylog2] Re: Graylog Collector Not working

2015-08-21 Thread ANKUR GOYAL
Hello, Now it's showing that client in collector.but it's not showing any logs. Regards, Ankur Goyal On Aug 21, 2015 4:26 PM, Jochen Schalanda joc...@graylog.com wrote: Hi Ankur, are there any error messages in the logs of the Graylog Collector? Can the Graylog Collector reach the REST

[graylog2] Re: Exporting data from Graylog to compile stats

2015-08-21 Thread Jochen Schalanda
Hi Hayder, aggregations (like count, grouping by a message attribute, etc.) are currently not supported by Graylog. Cheers, Jochen On Friday, 21 August 2015 10:14:58 UTC+2, Hayder Abbass wrote: Hello, We are thinking of using Graylog to collect logs data that will be later used to

[graylog2] Re: Write incoming messages to file

2015-08-21 Thread Guido Kölsch
Hi Jochen, thanks for your fast reply. This could be a solution when I figure out how to configure this plugin. Cheers, Guido On Friday, August 21, 2015 at 12:55:53 PM UTC+2, Jochen Schalanda wrote: Hi Guido, there's a 3rd party syslog output plugin for Graylog (

[graylog2] Graylog Docker Logging/ Java Stacktrace Splitter

2015-08-21 Thread ivan morozov
Hi @all, first of all props to the Graylog team for the docker log support! This great feature makes a lot of things easier! My situation is as follow: my java application runs into a docker container and log into STDOUT. The content splitter split each line as a new log message, that makes

Re: [graylog2] Re: Graylog Collector Not working

2015-08-21 Thread Jochen Schalanda
Hi Ankur, did you create an input in Graylog to which the Graylog Collector can send its messages like described in http://docs.graylog.org/en/1.1/pages/collector.html#gelf-output? Cheers, Jochen On Friday, 21 August 2015 13:00:51 UTC+2, ANKUR GOYAL wrote: Hello, Now it's showing that

[graylog2] Yet another timezone question!

2015-08-21 Thread Werner van der Merwe
Seems like this is quite a hot topic, but unfortunately I am still a little lost. I am sending logs to Graylog via nxlog, all dates seems correct apart from the Timestamp and thus Histogram. In Timezone configuration, all zones are set to local time (GMT +12) The timestamp variable is set

[graylog2] Exporting data from Graylog to compile stats

2015-08-21 Thread Hayder Abbass
Hello, We are thinking of using Graylog to collect logs data that will be later used to compile stats and display them on graphs (in another application). I am aware that you can create widgets/custom dashboards on Graylog web interface but is it possible to get access and manipulate these

[graylog2] Graylog Collector Not working

2015-08-21 Thread ANKUR GOYAL
Hello , I have already configured the graylog latest version 1.1.2 with the help of virtual machine provided on graylog site. One server is running graylog server, mongodb and elasticsearch, 2nd one is running elasticsearch, 3rd one is running graylogweb interface. Now I want to add a ubuntu

[graylog2] Write incoming messages to file

2015-08-21 Thread Guido Kölsch
Hey, i am looking for an output plugin to write all incoming messages from Graylog to a file in syslog format. Just to keep the old logs for some self-made scripts. Is there something around? I have no idea how to use the STDOUT plugin which sounds good in first place. Cheers and thanks for