NAgios LS - Dashboard Table Input Colors

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
newmember
Posts: 43
Joined: Sat Sep 03, 2016 2:54 pm

Nagios LS - Capacity Planning

Post by newmember »

In one full day of business on Monday we consumed 137G of events.
Index # Docs Primary Size
logstash-2019.06.10 379,128,391 137GB

I see that the disk is holding what i would expect for a few days of data
Drive Used Free Folder
965G 304G 623G 33% /appl

I have 8 inputs currently.

How do I tell the daily volume size of events from each input?

Thanks
newmember
Posts: 43
Joined: Sat Sep 03, 2016 2:54 pm

NAgios LS - Dashboard Table Input Colors

Post by newmember »

Is there a way to set the color of the different inputs in the "EVENTS OVER TIME" table?
ie:
input 1 - red
input 2 = blue
input 3 - yellow
etc
Capture.PNG
Thanks
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NAgios LS - Dashboard Table Input Colors

Post by scottwilkerson »

One way is to click on the blue dot in the query area and change the query type to TopN then in "Field" enter "host"

this will separate them into different shades, the alternative would be to enter each host as a different query with a different color by addinf multiple queries with the +

Example:
red

Code: Select all

host:xxx.xxx.xxx.xxx
blue

Code: Select all

host:yyy.yyy.yyy.yyy
yellow

Code: Select all

host:zzz.zzz.zzz.zzz
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
newmember
Posts: 43
Joined: Sat Sep 03, 2016 2:54 pm

Re: NAgios LS - Dashboard Table Input Colors

Post by newmember »

Thanks and WOW

The 'eventlog' is really chatty for 6 window server hosts.
That was unexpected.
CapturenagiosLSvolume.PNG
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NAgios LS - Dashboard Table Input Colors

Post by scottwilkerson »

newmember wrote:Thanks and WOW

The 'eventlog' is really chatty for 6 window server hosts.
That was unexpected.
CapturenagiosLSvolume.PNG
In the TopN settings if you change the "Field" from _type to "host" you would see which server is the most chatty
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
newmember
Posts: 43
Joined: Sat Sep 03, 2016 2:54 pm

Re: NAgios LS - Dashboard Table Input Colors

Post by newmember »

Perfect

yes one host stands out for more windows events
Capturenagioshost.PNG
You do not have the required permissions to view the files attached to this post.
newmember
Posts: 43
Joined: Sat Sep 03, 2016 2:54 pm

Re: NAgios LS - Dashboard Table Input Colors

Post by newmember »

This appears to be the main event (sounds like MMA) that this driving up the event count.
Not sure if its important?

Cool how we can use Nagios LS to trouble shoot its self.




Code: Select all

The Windows Filtering Platform has permitted a connection.

Application Information:
	Process ID:		316
	Application Name:	\device\harddiskvolume2\windows\system32\svchost.exe

Network Information:
	Direction:		Inbound
	Source Address:		224.0.0.252
	Source Port:		5355
	Destination Address:	XX.XX.XX.12
	Destination Port:		60317
	Protocol:		17

Filter Information:
	Filter Run-Time ID:	68611
	Layer Name:		Receive/Accept
	Layer Run-Time ID:	44

Volume of this event from this host:

Capture-windows-event-filter.PNG
You do not have the required permissions to view the files attached to this post.
Last edited by newmember on Tue Jun 11, 2019 11:59 am, edited 1 time in total.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NAgios LS - Dashboard Table Input Colors

Post by scottwilkerson »

newmember wrote:Cool how we can use Nagios LS to trouble shoot its self.
Yep ;)
https://www.google.com/search?q=224.0.0.252
The connection to 224.0.0.252:5355 with protocol UDP is used by recent versions of Windows for Link Local Multicast Name Resolution (LLMNR) searching for local network computers.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked