[graylog2] Grok pattern convert to int

2016-04-07 Thread Alexey Chuenko
I'm extracting a number from http log using the following grok pattern: %{NUMBER:timetoload;int}. When I try to "Generate chart" against this field I receive error: Could not create field graph. Field graphs are only available for numeric fields. Also trying to search for entries with timetoload

Re: [graylog2] Question: can I apply an extractor to only specific sources?

2016-04-07 Thread Joi Owen
Well, on my messages, the src ip was always available, because the receiving system creates that field, it isn't parsed out of the message. (The HOSTNAME field is parsed out of messages that are properly formatted but this may not match the src_ip.) When you create the extractor, look at the othe

Re: [graylog2] High-Availability Graylog deployment

2016-04-07 Thread Michael Laporte
Hi Ryan Did you ever find out if the first Mongo_uri server is used as the primary? On Friday, 26 February 2016 08:45:33 UTC, ryangr...@outlook.com wrote: > > Hi, > > Thank you very much; your suggested changes to mongodb_uri worked > perfectly, and our several-node Graylog cluster is now work

[graylog2] Re: Graylog (Invoking external Java Classes from graylog drl file fails with a compilation [class cannot be resolved ]

2016-04-07 Thread Jochen Schalanda
Hi Rajarshi, Only a type can be imported. etc.code.PropertiesCache resolves to a package > > It looks like you've compiled in your class in a wrong way. But please understand that we don't have the resources to support custom builds of Graylog. Cheers, Jochen On Thursday, 7 April 2016 12:00:14

[graylog2] Re: Graylog Collector: 'Unable to send heartbeat...'

2016-04-07 Thread Jochen Schalanda
Hi, all stable releases of the Graylog Collector are currently incompatible with Graylog 2.0.0-beta*. Please subscribe to https://github.com/Graylog2/collector/pull/85 for updates on this issue. Cheers, Jochen On Wednesday, 6 April 2016 17:59:51 UTC+2, ob1 wrote: > > Hi Folks, > > Running late

[graylog2] Re: Graylog (Invoking external Java Classes from graylog drl file fails with a compilation [class cannot be resolved ]

2016-04-07 Thread rajarshi bhattacharjee
Kay, Yes i tried with source class file being in classpath , below are the snippet of the exception i am getting, Am i missing something ARN : org.graylog2.rules.DroolsEngine - Unable to add rules due to compilation errors. org.graylog2.rules.RulesCompilationException: Message [id=1, level=ER

[graylog2] Re: Graylog (Invoking external Java Classes from graylog drl file fails with a compilation [class cannot be resolved ]

2016-04-07 Thread rajarshi bhattacharjee
Kay, Yes you are right regarding the source file being in classpath ,I tried with with the class file and below are the snippet of the exception i am getting, ARN : org.graylog2.rules.DroolsEngine - Unable to add rules due to compilation errors. org.graylog2.rules.RulesCompilationException: M

[graylog2] Re: Graylog (Invoking external Java Classes from graylog drl file fails with a compilation [class cannot be resolved ]

2016-04-07 Thread rajarshi bhattacharjee
Hi Kay, Thanks for your prompt reply. Please correct me if i am wrong , creating a standalone jar with a compiled .class and referencing the jar file through import should solve it , or i need to add it to graylog build as per graylog plugin.I d be more inclined towards a standalone jar appr

[graylog2] Re: Nodes- Connection to machines

2016-04-07 Thread sikender . mohammad
HI Jochen, My graylog server is different server compare to client server. my graylog server is x.x.x.x:9000 and client server is on x.x.x.x:port. DO we need this API access to perform well? I have mu graylog server up and able to receive logs though? When I run lsof -l :12900; It gives me

[graylog2] Re: Graylog 1.3.4 OVA install issue

2016-04-07 Thread Jochen Schalanda
Hi Quentin, please refer to our Getting Started Guide (see http://docs.graylog.org/en/1.3/pages/getting_started.html) for information how to set up the virtual appliance. You can restart the Graylog web interface using the graylog-ctl script (see http://docs.graylog.org/en/1.3/pages/installati

[graylog2] Re: Cannot access web-interface with preset login/password

2016-04-07 Thread Jochen Schalanda
Hi Milo, please use the hash 5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8 (which is "password"), put it into your server configuration file, and restart Graylog. Try to login with that password ("password") afterwards. If this works, your password hash has been wrong. If i

[graylog2] Re: Nodes- Connection to machines

2016-04-07 Thread Jochen Schalanda
Hi Sikender, the loopback interface is always only accessible from the very same machine, so your client or browser also needs to run on that machine in order to access the Graylog REST API at http://127.0.0.1:12900/. If that's already the case, then y

[graylog2] Re: Nodes- Connection to machines

2016-04-07 Thread sikender . mohammad
Hi Jochen, The graylog-server is running. Status is "graylog-server (pid 24233) is running..." But I can't able to access http://127.0.0.1:12900/ . Even graylog server and server web are on the same server. ?? CAn you please tell me where am I going wrong. Thank you Sikender On Thursd