All Apps and Add-ons

how to change Infoblox dhcp report default time interval set as 4 hours to a custom one (say 30 minutes, 1 hour)

iamrenjithkj7
New Member

index=ib_dhcp_summary report=si_dhcp_range_utilization_trend DHCP_RANGE="10.1.1.10-10.1.1.100" | msservers ms_servers | eval members=if(isnull(members), "", members) | eval ms_servers=if(isnull(ms_servers), "", ms_servers) | stats avg(dhcp_utilization) as ADU by _time view members ms_servers start_address end_address DHCP_RANGE dhcp_utilization_status | timechart bins=1000 eval(avg(ADU)/10) by DHCP_RANGE where max in top5 useother=f | interpolate 43200

the above search string we use in infoblox 8.2.6 version. But with this graph only displays for report morethan 4 hours. It can not get data for last 4 hour or less interval.
How to get this custom interval set

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...