Search found 14 matches

by fabian.vanderhoeven
Tue Oct 13, 2015 2:02 am
Forum: Nagios Log Server
Topic: JSON and JSON_LINES delimiter
Replies: 19
Views: 7796

Re: JSON and JSON_LINES delimiter

This is the input i'm using: tcp { type => 'import_json' tags => 'import_json' port => 2057 codec => json } I have no filters defined in my dev environment. This is a small python script which demonstrates the issue: #!/usr/bin/python import socket try: import json except ImportError: import simplej...
by fabian.vanderhoeven
Sat Oct 10, 2015 6:17 am
Forum: Nagios Log Server
Topic: JSON and JSON_LINES delimiter
Replies: 19
Views: 7796

Re: JSON and JSON_LINES delimiter

Hi Jesse,

This test I ran was only whit 1 logline (I used just 1 line for easy testing purposes). The multiline tests are next. But my logshipper does send multiple lines in just 1 stream.

I just mentioned the multiline part because that was the reason we jumper from UDP to TCP.

Regards,

Fabian.
by fabian.vanderhoeven
Fri Oct 09, 2015 2:36 am
Forum: Nagios Log Server
Topic: JSON and JSON_LINES delimiter
Replies: 19
Views: 7796

JSON and JSON_LINES delimiter

I've build my own log forwarder using python (using inotify). The reason beinig the logstash-forwarder is to heavy for our systems (accessing directory listings a lot). The way our application write logs is very inefficient (logswitch ones or twice a minute) and logstash-forwarder can't cope with th...
by fabian.vanderhoeven
Tue Sep 22, 2015 4:16 am
Forum: Nagios Log Server
Topic: Message not displaying properly
Replies: 1
Views: 483

Message not displaying properly

Another message which is not displayed properly. It is cut off at a bracket < The raw message: { "_index": "logstash-2015.09.08", "_type": "lumberjack", "_id": "AU-sOkkG1Oc3ccf2E85k", "_score": null, "_source": { "m...
by fabian.vanderhoeven
Tue Sep 22, 2015 4:13 am
Forum: Nagios Log Server
Topic: XML not displaying properly
Replies: 1
Views: 261

XML not displaying properly

The Nagios Logserver frontend doesn't display XML messages properly. When you click on RAW view, it is displayed properly. It looks like the frontend can't cope with some brackets properly < > Raw message: { "_index": "logstash-2015.09.08", "_type": "lumberjack&quo...
by fabian.vanderhoeven
Fri Jun 12, 2015 3:37 am
Forum: Nagios Log Server
Topic: Zero fill graphs not functioning properly
Replies: 12
Views: 3878

Re: Zero fill graphs not functioning properly

Sorry for the late reply. I had a puppet course which spanned multiple days.

I tried to sent the file via PM, but the size is limited to 1MB and it is about 2.5 MB.
by fabian.vanderhoeven
Thu Jun 04, 2015 10:52 am
Forum: Nagios Log Server
Topic: Zero fill graphs not functioning properly
Replies: 12
Views: 3878

Re: Zero fill graphs not functioning properly

I now get that you mean the version of Nagios Log Server :) . I use version 2015R1.4

It is the same across Chrome, Firefox and IE11.
by fabian.vanderhoeven
Thu Jun 04, 2015 10:35 am
Forum: Nagios Log Server
Topic: Zero fill graphs not functioning properly
Replies: 12
Views: 3878

Re: Zero fill graphs not functioning properly

If i zoom in a lot, i still don't see the zero fill.

I have no idea how to find a NLS version.
by fabian.vanderhoeven
Thu Jun 04, 2015 5:48 am
Forum: Nagios Log Server
Topic: Zero fill graphs not functioning properly
Replies: 12
Views: 3878

Re: Zero fill graphs not functioning properly

Here is my panel and style configuration. I've also included a couple of graphs. They're all configured the same. It looks like the top graph is doing the zero fill, but if you look closely, you.ll see that the last couple of hours, there has been no result for the query, thus it is not filling up t...
by fabian.vanderhoeven
Wed Jun 03, 2015 1:43 am
Forum: Nagios Log Server
Topic: Zero fill graphs not functioning properly
Replies: 12
Views: 3878

Re: Zero fill graphs not functioning properly

This is allready zoomed out to a month. When nothing matches the query for a prolonged time, it doesn't seem to fill the zero's. When it matches something after a couple of weeks for example, then it seems to fill in the zero's from the previous weeks. I hope you understand because english is not my...