All Apps and Add-ons

App: Metricatior for nmon - setting of the spannrestricted field

damucka
Builder

Hello,

I changed the following 2 parameters in the TA as per the documentation in order to lower the data volume:

fifo_interval="60" --> "300"
fifo_snapshot="1440" --> "288"

In the documentation there is also mentioned that the macro nmon_span, field spanrestricted should be changed.
How would I set it to reflect the above parameter changes on the charts?
The field is defined as below:

| eval spanrestricted=case(
info_min_time == "0.000", 2*60,
Difference > (916*60*60),60*60,
Difference > (833*60*60),55*60,
Difference > (750*60*60),50*60,
Difference > (666*60*60),45*60,
Difference > (583*60*60),40*60,
Difference > (500*60*60),35*60,
Difference > (416*60*60),30*60,
Difference > (333*60*60),25*60,
Difference > (250*60*60),20*60,
Difference > (166*60*60),15*60,
Difference > (83*60*60),10*60,
Difference > (66*60*60),5*60,
Difference > (50*60*60),4*60,
Difference > (33*60*60),180,
Difference > (16*60*60),120,
Difference > (8*60*60),60,
Difference <= (8*60*60),60
)

Could you please advice?

Kind Regards,
Kamil

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...