[graylog2] Error during log reading

2016-03-22 Thread sikender . mohammad
Hi all I get the below error when I try to send logs from linux environemnt. Can you please tell me where am I going wrong. The errror is : (You caused a org.graylog2.restclient.lib.APIException. API call failed GET

[graylog2] Messages marked as incomplete and leaving them unprocessed

2016-03-22 Thread _harsha_
Don't think I'm the only one doing this but here's my setup - I'm running Graylog v2.0 Alpha with a Gelf TCP input. I have other inputs that are processing messages as expected - two separated cloudtrail inputs. I'm streaming container logs from kubernetes using fluentd - the kubernetes logs

[graylog2] Re: Launch Script by stream

2016-03-22 Thread Jochen Schalanda
Hi, you could try to make use of this 3rd party plugin to do this: https://github.com/dfch/biz.dfch.j.graylog2.plugin.alarm.execscript Cheers, Jochen On Tuesday, 22 March 2016 10:59:06 UTC+1, KabDriver wrote: > > Hi, is it a way to launch a script on another server when a stream is >

[graylog2] Re: Delete messages with syslog level 7

2016-03-22 Thread Jochen Schalanda
Hi Steve, your query is incorrect. Please refer to the documentation of the Elasticsearch Delete By Query API I've already linked to: https://www.elastic.co/guide/en/elasticsearch/reference/1.7/docs-delete-by-query.html Cheers, Jochen On Tuesday, 22 March 2016 08:50:50 UTC+1, Steve Miller

[graylog2] Re: [CSV separator]

2016-03-22 Thread Jochen Schalanda
Hi, you'd have to add a CSV converter per extractor, but that's most probably not what you want to do in the first place. The CSV converter is expanding CSV lines into multiple fields but it cannot be used for exporting data. Cheers, Jochen On Tuesday, 22 March 2016 08:45:45 UTC+1, kaiser

[graylog2] Re: Application log access

2016-03-22 Thread Jochen Schalanda
Hi Sikender, please refer to http://docs.graylog.org/en/1.3/pages/sending_data.html for the documentation on how to get data into Graylog. Cheers, Jochen On Tuesday, 22 March 2016 05:55:02 UTC+1, sikender...@acesred.com wrote: > > Hi All, > > I have a application in my linux machine with some

[graylog2] Launch Script by stream

2016-03-22 Thread KabDriver
Hi, is it a way to launch a script on another server when a stream is triggered ? Thanks. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[graylog2] Re: Trying to get logs from nginx, need some help

2016-03-22 Thread Shirley Tan
Hi Jake, So what is your final solution to send different logs to your graylog server? I'm doing the monitoring exactly same as your case, but I dunno how to do it. Please help. On Friday, January 25, 2013 at 12:31:23 AM UTC+8, Jake Nutt wrote: > > Thanks for the help, what version of nginx is

[graylog2] Re: Delete messages with syslog level 7

2016-03-22 Thread Steve Miller
Hello Thank you very much, but i have problems. I have 4 indices - graylog2_4 - graylog2_3 - graylog2_2 Then i run this script for each indices #!/bin/bash curl -XPUT 'http://192.168.10.15:9200/graylog2_2/_settings' -d ' { "index" : { "blocks": { "write": false } } }' After that i try to

[graylog2] Re: [CSV separator]

2016-03-22 Thread kaiser
Ok Jochen, Do I have to add a csv converter for each extractor of each input to have the separator ";" each time? Reagrds. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it,