Re: [graylog2] Sidecar: When would you need more than one tag in a configuration?

2016-07-18 Thread 123Dev
Agreed, the tag is confusing to us too. On Graylog, if I have 3 configurations. - Config1 - tag1 - Config2 - tag2 - Config3 - tag3 On the collector side, I was wrongly expecting that if I set tag1 and tag2, the client would get both configurations. But that didn't work Because each

Re: [graylog2] debugging pipelines is... difficult

2016-07-18 Thread Edmundo Alvarez
I added this Github issue so you can track the issue I mentioned in point number 2: https://github.com/Graylog2/graylog-plugin-pipeline-processor/issues/46 Cheers, Edmundo > On 18 Jul 2016, at 10:51, Edmundo Alvarez wrote: > > I spent some time debugging the issue, and I

Re: [graylog2] Graylog Sidecar reports "unable to map property tags"

2016-07-18 Thread Jeremy Farr
Done. https://github.com/Graylog2/collector-sidecar/issues/39 On Monday, July 18, 2016 at 3:35:36 AM UTC-5, Marius Sturm wrote: > > Hi, > could you please create an issue for that over here: > https://github.com/Graylog2/collector-sidecar/issues > Please add your collector_sidecar.yml file to

Re: [graylog2] debugging pipelines is... difficult

2016-07-18 Thread Edmundo Alvarez
I spent some time debugging the issue, and I found two of them: 1. The when expression should be wrapped in a "to_bool" function, otherwise the parser gets confused about it and replaces it with "false":

Re: [graylog2] Graylog Sidecar reports "unable to map property tags"

2016-07-18 Thread Marius Sturm
Hi, could you please create an issue for that over here: https://github.com/Graylog2/collector-sidecar/issues Please add your collector_sidecar.yml file to the ticket. Thanks, Marius On 15 July 2016 at 20:25, Jeremy Farr wrote: > So I'm using nxlog and I've installed the

Re: [graylog2] Sidecar: When would you need more than one tag in a configuration?

2016-07-18 Thread Marius Sturm
Hi, this depends on your tagging schema, let's say you have three classes of machines 'database', 'application' and 'web_server' and you want to apply a general configuration to all of them. E.g. a file input for /var/log/messages, then you can create a configuration for that and use all three

[graylog2] Re: Unble to get graylog webinterface

2016-07-18 Thread Jochen Schalanda
Hi Anant, please check that you're really hitting the web interface and not the Graylog REST API. The response you've mentioned ({"type":"ApiError","message":"HTTP 404 Not Found"}) comes from the Graylog REST and not from the Graylog web interface. Also make sure that there is no reverse

[graylog2] Re: Unble to get graylog webinterface

2016-07-18 Thread Anant Sawant
Hi Jochen, I am unable to get the web interface in the browser when I hit "127.0.0.1:9000" all I get is the following message on the screen "{"type":"ApiError","message":HTTP 404 Not Found}", I am not sure what is the cause of this error. The logs says "2016-07-18 12:36:19,915 INFO :