Knowledge Management

How can we search the data which we moved in to summary index?

vikkysplunk
Path Finder

Hello Team,

Recently i have created one report to send the data from _introspection index to summary index using collect command and i am able to see the data in summary index but how can i search the data as per below output from summary index?

SPL command which we used to get the Indexer CPU utilization on one hour span :

index="_introspection" host="xxxx*" component=hostwide
|lookup indexers_lookup host OUTPUT alias
| eval Pct_time=(100-'data.cpu_idle_pct')
|eval Pct_time=round(Pct_time,2)
| timechart span=1h avg(Pct_time) by alias limit=0 usenull=f

SPL command which we used in report to send the above CPU utilization report to Summary index on every one hour base.

index="_introspection" host="xxxx*" component=hostwide earliest=-1h@h latest=@h
| lookup indexers_lookup host OUTPUT alias
| eval cpu_time=round((100-'data.cpu_idle_pct'),2)
| fillnull alias value=NONE
| search alias != "NONE"
| table _time,alias,cpu_time
| rename host as "orig_host" cpu_time as "Percent CPU Busy"
| collect index=summary addtime=true marker="search_name=\"Splunk Indexers CPU Busy Snapshot\"" run_in_preview=false

Note : 1) I have created one cron job to send the report to _intersection index to summary on every one hour basis
2) Cron Expression : */17 */1 * * *
3) Time Range : Last One hour

i am able to see the data after moving the data from intersepection to summary index so please could you some one help me to get the below output from summary index?

index="_introspection" host="xxxx*" component=hostwide
|lookup indexers_lookup host OUTPUT alias
| eval Pct_time=(100-'data.cpu_idle_pct')
|eval Pct_time=round(Pct_time,2)
| timechart span=1h avg(Pct_time) by alias limit=0 usenull=f

Thanks in advance!!!

0 Karma

richgalloway
SplunkTrust
SplunkTrust

One searches a summary index the same as any other index. index=summary.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...