Re: [graylog2] Re: How to make a version check on Graylog2 server and web interface

2015-12-11 Thread Joi Owen
For the Graylog server version, click on System/Nodes, then click on the node name link. Scroll down to the 'System' section: SystemHostname:graylog2.dev.pavlovmedia.corpNode ID: 5116c704-783f-4553-af5e-c885e19b7947Version:1.2.1 (c301e97) (*Augustiner*) JVM:PID 1744, Oracle Corporation 1.8.0_60 o

[graylog2] Re: importing old logs from syslog server

2015-12-11 Thread Alberto Frosi
Hi all, I work with logstash + graylog and all works fine. I read several files (also entire path) by logstash and after I send all to graylog. Ciao Alberto On Friday, December 11, 2015 at 3:00:25 PM UTC+1, kaiser wrote: > > Hello, > > in graylog doc: > > the y re saying : > > Reading from files

[graylog2] Re: importing old logs from syslog server

2015-12-11 Thread kaiser
Hello, in graylog doc: the y re saying : Reading from files Graylog is currently not providing an out-of-the-box way to read log messages from files. We do however recommend two fantastic tools to do that job for you. Both come with native Graylog (GELF) outputs: - fluentd

[graylog2] Re: Update Graylog 1.2 -> 1.3 via repositories

2015-12-11 Thread Alberto Frosi
Thanks a lot !!! Ciao Alberto On Friday, December 11, 2015 at 2:48:44 PM UTC+1, kaiser wrote: > > Hi, > > I have upgraded graylog 1.3 from 1.2.1 by: > > /etc/init.d/mongod stop > /etc/init.d/elasticsearch stop > /etc/init.d/graylog-server stop > /etc/init.d/graylog-web stop > > wget > https://pac

[graylog2] Re: Upgrade from 1.2 to 1.3 yum

2015-12-11 Thread kaiser
Hi, I have upgraded graylog 1.3 from 1.2.1 by: /etc/init.d/mongod stop /etc/init.d/elasticsearch stop /etc/init.d/graylog-server stop /etc/init.d/graylog-web stop Choose your distrib from https://packages.graylog2.org

[graylog2] Re: Update Graylog 1.2 -> 1.3 via repositories

2015-12-11 Thread kaiser
Hi, I have upgraded graylog 1.3 from 1.2.1 by: /etc/init.d/mongod stop /etc/init.d/elasticsearch stop /etc/init.d/graylog-server stop /etc/init.d/graylog-web stop wget https://packages.graylog2.org/el/6/1.3/x86_64/graylog-web-1.3.0-3.noarch.rpm wget https://packages.graylog2.org/repo/el/6/1.3/

[graylog2] How to use API token in curl command to call REST API

2015-12-11 Thread clifford sanders
Hi, Background: I want to get an alert email when one of our log collectors can't write log data to Graylog anymore. For this I configured the log collectors (NXLog) to write "-- MARK --" to Graylog every 5 minutes. After adding the permission *searches:relative *to the user I can execute th

[graylog2] Re: How to make a version check on Graylog2 server and web interface

2015-12-11 Thread kaiser
yum info graylog-server Le lundi 29 septembre 2014 16:12:06 UTC+2, Spirit a écrit : > > Where can I find the current version of my Graylog server and web > interface? > > Just out of curiosity.. > > > -- You received this message because you are subscribed to the Google Groups "Graylog Users

[graylog2] diagnosing lost deflector index

2015-12-11 Thread Joan Picanyol i Puig
Hi there, We have two nodes running graylog-server (v 1.2.0) and ElasticSearch in both of them and I'm trying to figure out what happened that forced us to manually cycle the deflector in order to see our messages again. We are processing a few hundred messages per second, running with 3.5GB heap

[graylog2] Re: "HTTP 415 Unsupported Media Type" when creating a token in API browser

2015-12-11 Thread clifford sanders
It works if I create the token with curl on the commandline: $ curl -s -L --user "username:password" -XPOST "http://:12900/users/username/tokens/icinga" {"name":"icinga","token":"","last_access":"1970-01-01T00:00:00.000Z"}~ Regards, Clifford -- You received this message because you are subscri

[graylog2] Re: Update Graylog 1.2 -> 1.3 via repositories

2015-12-11 Thread Emerson Coimbra
Luciano, I decided to test and did the yum update at off-peak hours. Everything is OK! My steps: 1. install graylog 1.3 on another server and separated the server.conf (web.conf it is identical to the previous version). Perhaps this is not required, just grab the server.conf on Githu