Search found 3 matches

by OTrading
Mon Jul 13, 2015 8:30 am
Forum: Nagios Log Server
Topic: Terms_stats panel blank
Replies: 4
Views: 1608

Re: Terms_stats panel blank

I managed to sort this out by adding the following to the filter: mutate { convert => [ 'Bytes Received','integer' ] convert => [ 'Bytes Sent','integer' ] convert => [ 'Bytes','integer' ] } One problem - I had to delete the existing index files before it would pick up the new field type, which right...
by OTrading
Mon Jul 13, 2015 3:09 am
Forum: Nagios Log Server
Topic: Terms_stats panel blank
Replies: 4
Views: 1608

Re: Terms_stats panel blank

You are correct. It's showing up as a string.

Do I change this under the filter settings?
by OTrading
Fri Jul 10, 2015 7:28 am
Forum: Nagios Log Server
Topic: Terms_stats panel blank
Replies: 4
Views: 1608

Terms_stats panel blank

Just installed the trial version of log server and was able to get up to speed quite quickly. I've managed to get our firewall logs indexed (and have a filter to identify/index individual fields). The fields appear to be pulling through correctly (although some are NULL/blank, which is expected in t...