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!

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...