Splunk Search

Splunk 5.0 Search Summary page not showing any indexed logs, metadata related?

khhenderson
Path Finder

I have build a new Splunk 5.0 server to be a search head and indexer.
I have one forwarder sending logs.
When I go to the Search Summary page it shows nothing.

All indexed data(window)

Events indexed N/A
Earliest event N/A
Latest event N/A

Sources (≥ 0)

Hosts (≥ 0)

Source types (≥ 0)

If I do a simple search, "index=" I get results.

I have created indexes to separate the logs by type.
After a little research and chat with other Splunkers, I was told it might be related to metadata?

The command on the search prompt returns nothing.

| metadata type=hosts

I need some help.

0 Karma
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

A short term fix could be to edit the xml of the dashboard ($SPLUNK_HOME/etc/apps/search/default/data/ui/views/dashboard_live.xml) and add the index to each search call there.

I was also thinking that this could be a role based issue. If you use roles and don't search the internal indexes by default, it might not return valid summary data.

View solution in original post

alacercogitatus
SplunkTrust
SplunkTrust

A short term fix could be to edit the xml of the dashboard ($SPLUNK_HOME/etc/apps/search/default/data/ui/views/dashboard_live.xml) and add the index to each search call there.

I was also thinking that this could be a role based issue. If you use roles and don't search the internal indexes by default, it might not return valid summary data.

khhenderson
Path Finder

sowings! YOU ROCK. That did the trick!

0 Karma

sowings
Splunk Employee
Splunk Employee

It's probably the case that the role for your user identity does not search those indexes by default. Try adding the <indexname> to the list of default indexes (Manager -> Access Controls -> Roles) and see if the summary page's contents change.

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...