Re: [graylog2] Bundeling/copying all executable jars after comiling graylog

2015-08-27 Thread Kay Röpke
Hi! We use the assembly plugin to do this. Run mvn assembly:single (or mvn package) to perform the same steps our build system does. Please have a look at the travis.yml: https://github.com/Graylog2/graylog2-server/blob/master/.travis.yml

[graylog2] Bundeling/copying all executable jars after comiling graylog

2015-08-27 Thread Anant Sawant
Hi, I have successfully compiled the Graylog server component (it wasn't easy)by running maven clean install on the parent module namely graylog2-parent in eclipse using m2e. After compilation, in the m2e repository the multiple executable jars for respective modules (10 modules) are created.

[graylog2] Re: What's the difference between local and global input?

2015-08-27 Thread Sebastien Malinge
Hi Mehtap, Local inputs run only on one node (where you configure the input). You can have one server with an input for syslog and one server with an input for gelf for example. Global inputs are launched on all server nodes. On Wednesday, August 26, 2015 at 5:45:15 PM UTC+2, Mehtap Gundogdu

[graylog2] Re: Unable to see Collector component in Graylog Web UI in Ubuntu

2015-08-27 Thread Jochen Schalanda
Hi Preetika, support for the Graylog Collector has been added in Graylog 1.1.x and you seem to be running Graylog 1.0.x. Please upgrade to a more recent version as described at http://docs.graylog.org/en/1.1/pages/installation/operating_system_packages.html#ubuntu-14-04 . On Graylog 1.1.x,

[graylog2] Re: Anyone successfully using a load balancer to round robin each message sent to graylog?

2015-08-27 Thread Drew Miranda
It is possibly a configuration issue on our side, but we have a content switch load balancer setup to round robin between two graylog nodes. What i'm seeing is that the load balance is only distributing the number of endpoinds sending logs to each graylog node and not truly round robining the

[graylog2] Re: Service graylog2-server shuts down after start of CentOS

2015-08-27 Thread Karl Schleifenbaum
Thanks, Jochen, for pointing that out. I rewrote the install script in terms of new versions of elasticsearch, graylog-web and graylog-server. The installation runs fine but now service --status-all says elasticsearch dead but subsys locked and also the same message for graylog-server and -web.

[graylog2] Extractors: Add field with static content

2015-08-27 Thread Jan
Hello everyone, I'm trying to add an extractor field, based on regular expressions I want to add different tags to the incoming messages. I only found the normal way to extract a part of a regex-match for usage as value of the new field so far. Is there a possibility to set a static value as

[graylog2] Re: Graylog On Apache

2015-08-27 Thread Anant Sawant
Hi Drew, Thanks for the response, it was really helpful. Can you please tell me, how does *Graylog web interface* communicates with* Graylog server* component. I couldn't find any docs for the same. I need this to better understanding of these component. Thanks in advance. Anant :-) On