[graylog2] ApiError http404 not found

2016-10-17 Thread mehmet hasdemir
*hi , I got this error * *(You caused a org.graylog2.restclient.lib.APIException. API call failed GET http://@10.200.65.12:12900/system/radios returned 404 Not Found body: {"type":"ApiError","message":"HTTP 404 Not Found"})* *my graylog server IP is 10.200.65.12 and web interface IP is

[graylog2] Graylog 1.3 UDP input "Error starting this input on node 572c0419 / Unknown: Permission denied."

2016-10-17 Thread Mac Gyver
Hi guys, my environments is Graylog 1.3, use the UDP input but show "Error starting this input on node 572c0419 / Unknown: Permission denied.". I have disable iptables and also use tcpdump check data. What should i do? Thanks. #tcpdump dst port 555 tcpdump: verbose output suppressed, use -v or

[graylog2] Graylog doesn't process messages

2016-10-17 Thread Пётр
Hi, when i resize disk partition, graylog work's several days and stop process message. Graylog show that input buffer is full. After reboot Linux, input buffer move to

[graylog2] Re: Highly available GrayLog configuration for Production

2016-10-17 Thread imperatives
Two Graylog Nodes should be more than sufficient for your requirements. However, if you are planing on running a MongoDB replica set it requires three members. On Monday, October 17, 2016 at 8:31:35 AM UTC-4, Yuriy Petrenko wrote: > > Hi, > > We are trying to get *highly available GrayLog*

[graylog2] Re: Unreadable or missing REST API private key

2016-10-17 Thread Evgueni Gordienko
Changed permissions to 0444 for cert/key files and 0755 for embracing folder - restarted without problem. The issue starts when I login via GUI - attached WARN message - see attached file. Why it refers to my secondary interface (10.0.0.16) and not primary one 192.168.17.15 ? Please clarify -

[graylog2] Re: graylog2 timestamp not from application log message

2016-10-17 Thread Jochen Schalanda
Hi Wayne On Friday, 14 October 2016 19:36:17 UTC+2, Wayne wrote: > > I have tried your extractor, and it looks like it almost worked, except > that the timestamp seems to use UTC, instead of my local time zone. > The date converter can be configured to use a specific timezone. Cheers, Jochen

[graylog2] Re: Graylog Field Auto Tagging

2016-10-17 Thread Jochen Schalanda
Hi Joe, we're planning to enable generic dictionary lookups in the message processing pipelines in a future release, but for now you'd have to do this with Drools: http://docs.graylog.org/en/2.1/pages/drools.html Cheers, Jochen On Friday,

[graylog2] Re: ApiError http404 not found

2016-10-17 Thread Jochen Schalanda
Hi Mehmet, it looks like you're using a very old version of Graylog. If you're starting from scratch, please follow the installation instructions at http://docs.graylog.org/en/2.1/pages/installation.html for the latest version of Graylog. Cheers, Jochen On Monday, 17 October 2016 11:29:58

Re: [graylog2] Re: ApiError http404 not found

2016-10-17 Thread mehmet hasdemir
my graylog server version is 2.03 web interface server version 1.3.2 which two version should I use? which versions are compatible with each other ? when I upgrade the graylog version , is it possible to fix the issue? thx in advance 2016-10-17 14:28 GMT+03:00 Jochen Schalanda

Re: [graylog2] Re: ApiError http404 not found

2016-10-17 Thread Jochen Schalanda
Hi Mehmet, On Monday, 17 October 2016 13:35:57 UTC+2, mehmet hasdemir wrote: > > my graylog server version is 2.03 > web interface server version 1.3.2 > These are incompatible. The Graylog web interface has been integrated into the Graylog server starting with Graylog 2.0.0. Please read

[graylog2] Highly available GrayLog configuration for Production

2016-10-17 Thread yuriypetrenko3
Hi, We are trying to get *highly available GrayLog* configuration for Production. 1) I used Graylog sizing estimator (beta) - https://www.graylog.org/tools/sizing-estimator According to our requirements: a) Expected messages/sec - 100 b) Average message size (bytes) - 1400 c)

[graylog2] Seperate input required for each Node?

2016-10-17 Thread imperatives
Does each Graylog Node require a separate input in a multi-node environment? The log messages will be sent to a load balancer and round-robin them to the Graylog Nodes. To get this working in test I had to create duplicate inputs (same type and port), each running on a different Node. Is

[graylog2] Re: Seperate input required for each Node?

2016-10-17 Thread imperatives
I just noticed the "Global" option button when creating an Input. On Monday, October 17, 2016 at 1:19:20 PM UTC-4, imper...@gmail.com wrote: > > Does each Graylog Node require a separate input in a multi-node > environment? The log messages will be sent to a load balancer and > round-robin

[graylog2] Graylog 2.1 lost saved searches

2016-10-17 Thread Tommy Grignon
I recently updated Graylog on Ubuntu from 1.x to 2.1 and lost my saved searches templates. Where can I try to find where is it? -- 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,

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

2016-10-17 Thread Rakesh R
Hi Justin, Thanks for the reply. I will try debugging more regarding this issue. On Thursday, October 6, 2016 at 11:12:16 PM UTC+5:30, Justin Hildreth wrote: > > > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this

[graylog2] Global input bind_address

2016-10-17 Thread imperatives
What is the best practice for the bind_address of global inputs (2 Graylog Nodes behind load balancer)? Setting as 127.0.0.1 doesn't appear to work. When we were using a single Node the fqdn of the node worked fine, but doesn't seem like it would work with multiple servers. Any assistance