Re: [graylog2] Custom GrayLog Web Plugin Error "Cannot read property 'call' of undefined"

2017-02-01 Thread Dennis Oelkers
Hey Bill, could you tell us a bit more about the frustration you had when trying to build a plugin, so we can either improve the documentation or the build process? Kind regards, D. > On 31.01.2017, at 06:46, Bill Murrin wrote: > > Hi everyone, > > I'm

Re: [graylog2] Slow web interface and overly large JS files

2017-01-24 Thread Dennis Oelkers
mpression works, the caching doesn't. It is possible that haproxy is > messing up the etag which is invalidating the browser's cache? > > On Tue, Jan 24, 2017 at 5:54 AM, Dennis Oelkers <den...@torch.sh> wrote: > Hey Richard, > > thanks for the extensive and very

Re: [graylog2] Plugin API documentation?

2017-01-04 Thread Dennis Oelkers
Hey, > On 04.01.2017, at 15:05, dhef...@gmail.com wrote: > > I've installed the Jabber Alarm Callback plugin and found it to be of little > use and would like to make it a little more informative. It really only tells > you about a specific stream triggered an alert for some reason but you

Re: [graylog2] Broken Streams?

2016-09-27 Thread Dennis Oelkers
Hey Nathan, so routing the message into the stream seems to work. The reason why you did not get an alert mail, is that you need to define an alert condition first. You do that by clicking “Manage Alerts” in the Streams page next to your stream and then follow the steps below “Add alert

Re: [graylog2] Alerts not getting triggered Graylog v2.0.3 when master node is down

2016-09-09 Thread Dennis Oelkers
Hey Brad, > On 08.09.2016, at 22:15, Brad Schauf wrote: > > I am new to this group. > > We have a three node Graylog 2.0.3 cluster and a three node Elasticsearch > cluster. > > When the master node is not running, Graylog will still accept a message but > it will not

Re: [graylog2] Graylog 2.0 SSL issue

2016-08-24 Thread Dennis Oelkers
Hey Anant, it looks like https://172.16.0.78:12900/ is not reachable from your browser. Please make sure that your browser can connect to the REST API. For further information, please have a look at http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html. Kind regards,

Re: [graylog2] Speed up the Web Interface

2016-08-19 Thread Dennis Oelkers
Hey Philipp, which part of it is slow? Kr, D. > On 19.08.2016, at 13:52, Philipp J. <sorn...@gmail.com> wrote: > > We use 2.0.3 > > Am Donnerstag, 18. August 2016 10:15:32 UTC+2 schrieb Dennis Oelkers: > Hey Philipp, > > which Graylog version ar

Re: [graylog2] Speed up the Web Interface

2016-08-18 Thread Dennis Oelkers
Hey Philipp, which Graylog version are you using? Starting with 2.0, the web interface is a client side application, which should consume much less resources on the server, so upgrading might help you. Kr, D. > On 17.08.2016, at 14:55, Philipp J. wrote: > > Hello,

Re: [graylog2] Server currently unavailable (different from issue below)

2016-07-01 Thread Dennis Oelkers
Hey Chauncey, from your browser’s perspective, where is your server (providing the REST API) running for the development environment? You can configure how your development environment is reaching the server by editing the graylog2-web-interface/config.js file in your local checkout and

Re: [graylog2] graylog-server 2.0.1 not working through reverse proxy

2016-05-30 Thread Dennis Oelkers
Hey Martin, we have now implemented a function to disable the proxy for requests going to localhost. It is already merged and will be included in the next release of Graylog. Thanks for your support, D. > On 27.05.2016, at 12:19, Dennis Oelkers <den...@graylog.com&

Re: [graylog2] Permissions On Inputs

2016-05-30 Thread Dennis Oelkers
Hey Todd, what you can do at the moment is that your define streams for each input (adding rules so that only the messages of this input are routed into the stream) and then define the users to be readers for the corresponding streams. Kr, D. > On 27.05.2016, at 17:22, Todd Bryant

Re: [graylog2] Alerts not getting triggered Graylog v2.0.1

2016-05-30 Thread Dennis Oelkers
Hey Rakesh, thanks for contacting us. Could please provide a short overview over the rules your have configured for your stream and the alert conditions which are not triggered after a while? Do you see anything in your server log? Kr, D. > On 30.05.2016, at 10:42, Rakesh R

Re: [graylog2] Cannot get Messages with offset < 10000 via api

2016-05-30 Thread Dennis Oelkers
Hey Lukas, thanks for reporting this. Could you please open an issue on github for this? (https://github.com/Graylog2/graylog2-server/issues/new) We will investigate if this is a bug and possibly provide a fix for this. Kr, D. > On 30.05.2016, at 10:46, Lukas Fenner

Re: [graylog2] graylog-server 2.0.1 not working through reverse proxy

2016-05-27 Thread Dennis Oelkers
> On 27.05.2016, at 10:18, Martin René Mortensen > <martin.rene.morten...@gmail.com> wrote: > > > On Friday, 27 May 2016 09:39:46 UTC+2, Dennis Oelkers wrote: > Do you have the http_proxy_uri configuration directive set in your config > file, by any chance? >

Re: [graylog2] graylog-server 2.0.1 not working through reverse proxy

2016-05-27 Thread Dennis Oelkers
On Thursday, 26 May 2016 17:20:44 UTC+2, Dennis Oelkers wrote: > What happens when you do something like: > > curl -XPOST -u admin -v -H "Content-Type: application/json" -d '{"metrics": > []}' http://localhost:12900/cluster/metrics/multiple > > lo

Re: [graylog2] streams error

2016-05-27 Thread Dennis Oelkers
Hey Nit, you need to configure Graylog to use authentication for SMTP by using the relevant configuration directives in your config file: https://github.com/Graylog2/graylog2-server/blob/master/graylog2-server/src/main/java/org/graylog2/configuration/EmailConfiguration.java#L43-L47 Kind

Re: [graylog2] Why AWS Load balancer in front of graylog-server is redirecting traffic to internal instance on 12900

2016-05-26 Thread Dennis Oelkers
Hey Pranay, you need to make sure that the browser is able to access the Graylog server’s REST API port directly, if you want the web interface to work. Kr, D. > On 26.05.2016, at 17:47, Pranay Manwatkar wrote: > > ### Problem description > I am unable to

Re: [graylog2] [Graylog WEB TLS] proxiedresource error

2016-05-26 Thread Dennis Oelkers
What happens when you do curl -XPOST -u admin -v -H "Accept: application/json" -H "Content-Type: application/json" -d '{"metrics": []}' http://10.0.26.10:12900/system/metrics/multiple on your server node itself? Kr, D. > On 26.05.2016, at 15:55, kaiser wrote: >

Re: [graylog2] graylog-server 2.0.1 not working through reverse proxy

2016-05-26 Thread Dennis Oelkers
bled","override_source":"","bind_address":"0.0.0.0","tls_cert_file":""},"static_fields":{},"node":null,"id":"5667d434a78e92fb03f07aa5"},{"title":"GELF > UDP for security logs",&q

Re: [graylog2] graylog-server 2.0.1 not working through reverse proxy

2016-05-26 Thread Dennis Oelkers
> On 26.05.2016, at 10:53, Martin René Mortensen > wrote: > Exactly what its saying. but it doesnt make any sense. > 2016-05-26T09:20:46.527+02:00 WARN [ProxiedResource] Unable to call > http://localhost:12900/system/metrics/multiple on node > , result:

Re: [graylog2] graylog-server 2.0.1 not working through reverse proxy

2016-05-26 Thread Dennis Oelkers
Hey Martin, > On 26.05.2016, at 09:19, Martin René Mortensen > wrote: > > After upgrading and reconfiguring my apache proxy for the new graylog-server > 2.0.1 according to > http://docs.graylog.org/en/2.0/pages/configuring_webif.html I can get it to > login

Re: [graylog2] More Email Alerts as desired

2016-05-23 Thread Dennis Oelkers
Hi Daniel, it might be a bit counterintuitive, but it seems like the code is doing exactly what it’s supposed to do. The point that is probably confusing you, is that you implicitly assume, that messages which had triggered an alert already, are not taked into account anymore for future alert

Re: [graylog2] Web Problems in Graylog 2

2016-05-02 Thread Dennis Oelkers
Hey Adel, are your Graylog nodes able to connect to each other’s REST interface? It seems like the node your web interface is using is not able to connect to the REST interface of a node you want to view node details of. Kr, D. -- Tel.: +49 (0)40 609 452 077 Fax.: +49 (0)40 609 452

Re: [graylog2] Graylog 2 beta API port listening issue in the website

2016-04-21 Thread Dennis Oelkers
Hey Eric, regarding point 3: what are your exact security concerns about exposing the REST API? Kind regards, D. -- Tel.: +49 (0)40 609 452 077 Fax.: +49 (0)40 609 452 078 TORCH GmbH - A Graylog company Steckelhörn 11 20457 Hamburg Germany Commercial Reg. (Registergericht):

Re: [graylog2] Can't delete an input in Graylog 2.0 Beta.3

2016-04-18 Thread Dennis Oelkers
Hey Jayica, it looks like the input you are trying to stop does not exist anymore. Are you sre that it is still existing? Do you still see it in the inputs page after refreshing? Kind regards, D. -- Tel.: +49 (0)40 609 452 077 Fax.: +49 (0)40 609 452 078 TORCH GmbH - A Graylog company

Re: [graylog2] Stream has been disabled due to excessive processing time

2015-07-07 Thread Dennis Oelkers
Hey Jesse! We are planning to implement OR-concatenation of rules for the next major release of Graylog. This will probably help you a lot for this specific use case to make stream matching faster. Until then, you could try increasing the “stream_processing_timeout” tunable in your server

Re: [graylog2] Internal server error when attempting to create a widget using the REST API

2015-07-01 Thread Dennis Oelkers
, 2015 at 8:13:27 AM UTC+1, Dennis Oelkers wrote: Hey Greg, your request payload is incorrect. You are passing a field named “relative” for the relative time range specification, it needs to be named “range” instead. Also you currently have to pass its value as a String (“0”) although

Re: [graylog2] Syslog Logs from Linksys Accesspoint with DD-WRT not shown

2015-07-01 Thread Dennis Oelkers
Hey David! How do you send in the logs? Via syslog? My bet is that the timestamps in the syslog messages are either in the future or in the past (very MUCH in the past, maybe even before back to the future was shot!). Can you validate this theory? Kr, D. -- Tel.: +49 (0)40 609 452 077

Re: [graylog2] Internal server error when attempting to create a widget using the REST API

2015-07-01 Thread Dennis Oelkers
Hey Greg, your request payload is incorrect. You are passing a field named “relative” for the relative time range specification, it needs to be named “range” instead. Also you currently have to pass its value as a String (“0”) although it is actually a number. Kr, D. -- Tel.: +49

Re: [graylog2] periodical plugin isn't being called

2015-06-30 Thread Dennis Oelkers
wrote: hi Dennis, thanks for the quick reply,unfortunately this isn't the remedy, because I've already done this and followed all the steps in the documentation. Ben. On Tuesday, June 30, 2015 at 2:28:50 PM UTC+3, Dennis Oelkers wrote: Hey Ben, you need to include a class in your plugin

Re: [graylog2] Access Graylog webinterface by url (https://www.example.net/graylog)

2015-05-15 Thread Dennis Oelkers
Hey Kumaravel, you need to define the application.context variable with a context of “/graylog” in your graylog-web-interface.conf. Kr, D. -- Tel.: +49 (0)40 609 452 077 Fax.: +49 (0)40 609 452 078 TORCH GmbH - A Graylog company Steckelhörn 11 20457 Hamburg Germany Commercial Reg.

Re: [graylog2] Processing of a stream has been disabled due to excessive processing time.

2014-08-29 Thread Dennis Oelkers
Hey Cornelius, On 29.08.2014, at 10:32, cornelius.r...@gmail.com wrote: Hello, any 2 or three days I get the following message within graylog2: Processing of a stream has been disabled due to excessive processing time. 16 minutes ago The processing of stream SVP has taken too long for 0

Re: [graylog2] Need APIs to access graylog2 server

2014-08-13 Thread Dennis Oelkers
Hey Shruti, you can check the API docs for your Graylog2 server version by opening http://$hostname:$port/api-browser in your browser, after replacing $hostname and $port with the details of your local graylog2 server. Kr, D. On 12.08.2014, at 09:15, shruti vardhaman

Re: [graylog2] graylog2 connection to elasticsearch

2014-07-30 Thread Dennis Oelkers
Hey Ankit, I was irritated by this too. The server log contains several attempts to get it up and running. If you scroll down to the end you will see that it is able to bind to tcp/9350, but it fails to join the cluster. Kr, D. On 30.07.2014, at 09:58, Ankit Mittal

Re: [graylog2] graylog2 connection to elasticsearch

2014-07-30 Thread Dennis Oelkers
Hey Ankit, thanks for spotting this. This should help, yes. 9200 is the HTTP port of elasticsearch, we are using the binary protocol to connect to the elasticsearch cluster so port 9300 is correct. Kr, D. On 30.07.2014, at 10:23, Ankit Mittal ankit.lnc...@gmail.com wrote: Hi Ankur,

Re: [graylog2] graylog2 connection to elasticsearch

2014-07-29 Thread Dennis Oelkers
Hey Ankur, 0.20.1 is a rather old version, the current stable release of Graylog2 is 0.20.6. Before we continue helping you get up and running I would highly suggest upgrading to this version. Also I am not sure if it is just a typo or if you are really using elasticsearch 0.90._1_. The

Re: [graylog2] graylog2 alert message issue

2014-07-09 Thread Dennis Oelkers
Hey Ankit, thanks for reporting this. Can you please send us the stream rules of both streams, your alert conditions and the message that was included in the alert message? If it's stuff you do not want to post on a public mailing list, you can send it to my company mail address

Re: [graylog2] Re: graylog2 alert message issue

2014-07-09 Thread Dennis Oelkers
Hey Ankit, thanks for supplying this. Can you also send us the alert mail you were getting that included the wrong message? Kr, D. On 09.07.2014, at 15:23, Ankit Mittal ankit.lnc...@gmail.com wrote: Hi Dennis, Both stream have single rule configured and both are different. type

Re: [graylog2] Unable to add stream rule type field presence

2014-06-23 Thread Dennis Oelkers
Hey Michael, I fixed this bug upstream, the fix for this embarrasing bug will be included in 0.20.4 and all future versions. Thanks for reporting this! Kr, Dennis On 20.06.2014, at 18:45, Scipio michael.wenth...@gmail.com wrote: I'm running Graylog2 0.20.3. When I go to add a stream

Re: [graylog2] API Created stream fails to start until manaually 'poked'

2014-06-20 Thread Dennis Oelkers
Hey Robert, thanks for reporting this. Could you please create a github issue (https://github.com/Graylog2/graylog2-server/issues/new) for this and include the necessary steps to reproduce the problem? If you do not have a github account or do not want to create an issue, please send me a

Re: [graylog2] Others not receiving emails from Stream alerts - error in log file.

2014-06-16 Thread Dennis Oelkers
Hei Neil, which version of the server are you using? I guess you are using 0.20.2. This bug should have been fixed in 0.20.3, so after upgrading it should work. Kr, Dennis On 16.06.2014, at 03:36, Neil Ferreira n...@hatchd.com.au wrote: hi all, I've setup my first stream, added 4

Re: [graylog2] Can find API Docu for create user

2014-06-16 Thread Dennis Oelkers
Hey Jens, you are missing the password field in your user creation API call. I could only determine this by checking the source code. I will add some validation the server resource, so a proper error message is returned in future version! :) Kr, D. On 05.06.2014, at 16:58, Jens

Re: [graylog2] Executing scripts when Alerts are generated

2014-06-06 Thread Dennis Oelkers
Hello Chris, in our current development branch we have implemented modular alarm callbacks. This means it is possible to define a chain of actions which are being taken when an alert is generated. One of those predefined pluggable modules is an HTTP callback which calls a certain URL and

Re: [graylog2] Duplicate inputs displayed

2014-05-30 Thread Dennis Oelkers
Hey Joe, could you please outline how you created those inputs? Did you launch those inputs as global inputs but they are showing up as local ones? To me it looks like they are all different ones, because they are running on separate hosts. It might be a bit misleading that it’s possible to

Re: [graylog2] UI feedback

2014-05-28 Thread Dennis Oelkers
Hello Uwe, thank you very much for your valuable feedback. We are constantly trying to improve UI efficiency, so your input is very helpful. Kr, Dennis -- TORCH GmbH Steckelhörn 11 20457 Hamburg Tel  +49 (0)40-60945200 https://www.torch.sh   Commercial Reg. (Registergericht):

Re: [graylog2] Re: graylog2 0.20.1 suddenly no longer receiving messages

2014-05-16 Thread Dennis Oelkers
Hello Dennis, do you have anything in the Logs this time? Is the server node responding to REST requests? Can you run jstack pid and/or jmap pid next time the server is hung and upload the results somewhere? Kind regards, D.  -- TORCH GmbH Steckelhörn 11 20457 Hamburg Tel  +49

[graylog2] Insecure default in Elasticsearch enables remote code execution

2014-05-13 Thread Dennis Oelkers
, dashboards, alerts, …) is stored in mongoDB and not in elasticsearch. If you need more information about this issue, please check this URL  http://bouk.co/blog/elasticsearch-rce/ or feel free to send any questions to the mailing list. Kind regards, Dennis Oelkers --  TORCH GmbH Steckelhörn 11

Re: [graylog2] Any plans on brining back Live Dashboards?

2014-05-13 Thread Dennis Oelkers
There is an alternative, please check out the stream dashboards. You can find them at this address:  https://github.com/Graylog2/graylog2-stream-dashboard Have fun, D. -- TORCH GmbH Steckelhörn 11 20457 Hamburg Tel  +49 (0)40-60945200 https://www.torch.sh   Commercial Reg. 

Re: [graylog2] Mongo no messages?

2014-03-24 Thread Dennis Oelkers
graylog2@googlegroups.com Subject:  Re: [graylog2] Mongo no messages? Thanks! Was just trying to figure out what all needed to be backed up :D On Monday, March 24, 2014 4:24:40 PM UTC-7, Dennis Oelkers wrote: Hey Tom! This is correct. Messages are not stored in MongoDB anymore, they are now