Re: [graylog2] Cannot Configure Collector Inputs

2016-06-09 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] Re: Extractor, expected numeric but string

2016-06-09 Thread Al J
did you ever get an answer to this? On Wednesday, October 21, 2015 at 11:57:02 AM UTC-4, Josep Maria Comas Serrano wrote: > > We've configured an extractor to get a numeric value from the message, in > fact we use the Numeric conversor on the extractor configuration > > We want to generate char

[graylog2] I want a dashboard widget to display the most recent value of a field from the last message in a stream

2016-06-09 Thread Al J
I want a dashboard widget to display the most recent value of a field from the last message in a stream -- it should look very simple, like the Count widget that shows the number of messages -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-09 Thread Marko Lerota
I managed to get it working. :-). There are few steps needed to be done before installing and running sidecar and this is not covered in official documentation so it's little confusing. People new to Graylog will find it difficult to understand what's needed to be done first. The steps I needed

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-09 Thread Marius Sturm
You can start the Sidecar in foreground as root and watch for error messages. Just execute it without any options. Is NXLog complaining about the missing config file or the Sidecar itself? Did you tag your configuration in the web ui and on the client side with the same string so that a configurati

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-09 Thread Marko Lerota
The path exists. I tried to change the permissions on folder but that didn't help either. Is there any other log that I can search for? Thanks On Thursday, June 9, 2016 at 2:56:13 PM UTC+1, Marius Sturm wrote: > > Thats the default location the Sidecar tries to write the config file for > the

[graylog2] Re: How to use rest api with nginx https proxy on docker container

2016-06-09 Thread Peter Kalkman
Hi, Any luck solving this issue? I have exact the same problem as you. Please let me know. Regards, Peter Kalkman On Thursday, May 26, 2016 at 9:13:32 AM UTC+2, Jirayut Nimsaeng wrote: > > I'm using graylog2/server:2.0.1-2 docker image from here > https://hub.docker.com/r/graylog2/server/. So

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-09 Thread Marius Sturm
Thats the default location the Sidecar tries to write the config file for the nxlog collector. Guess the path doesn't exists on your system? On 9 June 2016 at 15:54, Marko Lerota wrote: > Thanks. I didn't know that. It should be mentioned in official > documentation. Now collector has this error

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-09 Thread Marko Lerota
Thanks. I didn't know that. It should be mentioned in official documentation. Now collector has this error: Failed to open config file /etc/graylog/collector-sidecar/generated/nxlog.conf;No such file or directory Who should write this file? System? Me? What should be inside? Can't find anythin

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-09 Thread Marius Sturm
You have to create an output before and choose it in the 'Fowrard to' field. Otherwise the input is doing nothing. Thats why GL denies to create it. On 9 June 2016 at 15:36, Marko Lerota wrote: > You can choose: > Name: something > Forward to: none > Type: [NXLog file input] or [NXLog] UDP syslo

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-09 Thread Marko Lerota
You can choose: Name: something Forward to: none Type: [NXLog file input] or [NXLog] UDP syslog listener or any other. None of them work. Thanks On Thursday, June 9, 2016 at 2:29:48 PM UTC+1, Marius Sturm wrote: > > Hi, > could you please provide the data you used for the input. So that I can

Re: [graylog2] Cannot Configure Collector Inputs

2016-06-09 Thread Marius Sturm
Hi, could you please provide the data you used for the input. So that I can try to reproduce the issue? Thanks, Marius On 9 June 2016 at 15:25, Marko Lerota wrote: > Hi I am trying to configure collector sidecar but without success. Graylog > is failing to create inputs. > I have installed two

[graylog2] Cannot Configure Collector Inputs

2016-06-09 Thread Marko Lerota
Hi I am trying to configure collector sidecar but without success. Graylog is failing to create inputs. I have installed two Graylog servers. One on AWS (official image 2.0.2) and installation on Debian 8 also latest 2.0.2 version. It does not work on both systems. If you navigate to System - C

[graylog2] Re: How to setup tls security?

2016-06-09 Thread Earest
Work like a charm, thank you :) -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to graylog2+unsubscr...@googlegroups.com. To view this discussion on the web visit

[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 xxx.xxx.xxx.xxx

[graylog2] Re: How to setup tls security?

2016-06-09 Thread kaiser
Maybe you can give it a try: http://www.pc-freak.net/blog/auto-insert-password-for-a-trusted-ssl-certificate-automatically-enter-password-for-an-ssl-certificate-during-apache-startup-on-debian-lenny/ -- You received this message because you are subscribed to the Google Groups "Graylog Users" gr

[graylog2] Re: NTP

2016-06-09 Thread Jochen Schalanda
Hi, what exactly did you try to do and how did it fail? Installing NTP is basically just running apt-get install ntp and sudo service ntp start. Also check https://help.ubuntu.com/lts/serverguide/NTP.html for more details. Cheers, Jochen On Wednesday, 8 June 2016 16:39:38 UTC+2, zbwsys...@gma

[graylog2] Re: Lost config after upgrade

2016-06-09 Thread Jochen Schalanda
Hi Phil, a little too late, but the upgrade notes for Graylog 1.x to Graylog 2.0.x are listed in the documentation at http://docs.graylog.org/en/2.0/pages/upgrade.html, e. g. http://docs.graylog.org/en/2.0/pages/upgrade.html#overview for a list of removed/changed configuration settings. Cheer

[graylog2] Re: Search with wildcard in other fields

2016-06-09 Thread Jochen Schalanda
Hi Ivo, in order to do wildcard searches, the respective fields have to be analyzed while indexing. You can add a custom index mapping in Elasticsearch to define a schema for your data: - https://www.elastic.co/guide/en/elasticsearch/reference/2.3/mapping.html - https://www.elas

[graylog2] Re: how to export logs as csv

2016-06-09 Thread Jochen Schalanda
Hi, please check the logs of Graylog (should be "server"), as nginx is only a reverse proxy and won't contain any useful information in this case. Cheers, Jochen On Wednesday, 8 June 2016 19:31:26 UTC+2, Mohammad Amin Khodamoradi wrote: > > I went to this directory that include server , mongoDB