[graylog2] Re: Delete by Query (XDELETE) not works

2016-06-28 Thread 'Joshua Humpich' via Graylog Users
The feature delete_by_query is deprecated, see: https://www.elastic.co/guide/en/elasticsearch/reference/1.6/docs-delete-by-query.html Deprecated in 1.5.3. "Delete by Query will be removed in 2.0: it is problematic since it silently forces a refresh which can quickly cause OutOfMemoryError

[graylog2] Re: NXlog and Graylog Collector Sidecar on SUSE Linux Server

2016-06-28 Thread 'Joshua Humpich' via Graylog Users
Jo, I faced the same on my SUSE. Try this: # installation nxlog mkdir -p /opt/nx-log cd /opt/nx-log wget -O nxlog-ce-2.9.1504-1_rhel6.x86_64.rpm https://nxlog.co/system/files/products/files/1/nxlog-ce-2.9.1504-1_rhel6.x86_64.rpm --no-check-certificate rpm -ihv --nodeps

[graylog2] Colors in Charts and Data Table

2016-06-27 Thread 'Joshua Humpich' via Graylog Users
Hello, is there a way to manipulate the colors of a pie charts or data table views? At the moment my application log levels (info, debug, trace, error) got bad colors for the chart. The idea is to tell graylog which log level wich color gets or something. Regards, Josh -- You received this

[graylog2] Multiline Start/Stop Pattern Both Match Error

2016-06-20 Thread 'Joshua Humpich' via Graylog Users
Hey, just trying to get multiline parsed messages from collector sidecar via start/stop pattern The structure is simple json format in multile lines in log looking like: Version 1: { "level" : "INFO", "parameter1" : "foo", "parameter2" : "bar" } Version 2: { "level" : "INFO", "parameter1"

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-10 Thread 'Joshua Humpich' via Graylog Users
Okay thx I will give that a try ;-) Hope this works this time Regards, Josh Am Freitag, 10. Juni 2016 12:57:40 UTC+2 schrieb Marko Lerota: > > Sorry something posted this before I have finished > Under Filter Configurations you should see something > like this: > > Configuration

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-10 Thread 'Joshua Humpich' via Graylog Users
Can you also show me the stuff from your server.conf from the graylog server? I mean the lines your using for web and rest. (listen_uri, transport_uri etc.) Regards, Josh Am Freitag, 10. Juni 2016 09:35:45 UTC+2 schrieb Marko Lerota: > > No. I have separate machines. Here is my config on one

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-10 Thread 'Joshua Humpich' via Graylog Users
Wow thank you so much for your fast reply :-) I will try it in a few minutes! Regards, Josh Am Freitag, 10. Juni 2016 09:35:45 UTC+2 schrieb Marko Lerota: > > No. I have separate machines. Here is my config on one client: > > ## > server_url:

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-10 Thread 'Joshua Humpich' via Graylog Users
Hey Marko, did you run the server and the collector-sidecar on the same machine? or does the collector-sidecar runs on another machine without a graylog server instance? I also try to get this run remotely with two machines... but still without access Regards, Josh Am Donnerstag, 9. Juni 2016

[graylog2] graylog server + collector-sidecar

2016-06-09 Thread 'Joshua Humpich' via Graylog Users
Hey, is it possible to run a graylog-server instance on one VM as a master node and then set up a collector-sidecar on another VM using nxlog to send the collected stuff to the graylog-server. When I start the collector the I get Bad Reqeuest Timeputs. Important: In the following

[graylog2] graylog-collector-sidecar

2016-06-07 Thread 'Joshua Humpich' via Graylog Users
Hi folks, I'm trying to get these collector-sidecar running on my linux. Did the installation of nxlog and the collector-sidecar.rpm file. My graylog server is running on another machine. First of all the error message when runnning the collector-sidecar binary with the conf file

[graylog2] SLES11: graylog-2.0.2 + collector sidecar + nxlog

2016-06-06 Thread 'Joshua Humpich' via Graylog Users
Hi Community, I'm trying to install collector-sidecar package and nxlog on Suse Enterprise Linux 11. Now I'm struggeling with the installation of nxlog and the collector-sidecar. I'm pretty sure, that I'm not sure how to use nxlog and the collector-sidecar within the Graylog server/Collecor