Splunk Search

Could not have data summary

PoojaChand02
New Member

PoojaChand02_0-1713388203757.png

As per the above screenshot I am unable to view the Data summary tab in our Splunk search environment 

PoojaChand02_1-1713388314411.png

 

Labels (1)
Tags (1)
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @PoojaChand02 ,

It seems the screenshots were from different Splunk platforms. The first one is Splunk Enterprise but second one is  Splunk Cloud. 

Splunk Cloud does not have "Data Summary" button.

You can see similar data summary using below query for host data .(You can use other types like  "hosts", "sources" or "sourcetypes". Please do not forget to replace rename command accordingly. You can also see other indexes than main.

| metadata index=main type=hosts
| eval lastSeen = strftime(lastTime, "%x %l:%M:%S %p")
| rename host AS Host, totalCount AS Count, lastSeen AS "Last Update" 
| table Host, Count, "Last Update"

 

If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma

bowesmana
SplunkTrust
SplunkTrust

The data summary option does not exist in Splunk Cloud

0 Karma

bowesmana
SplunkTrust
SplunkTrust
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!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...