Splunk Search

when consulting for sourcetype it does not bring data

splunkcol
Builder

I understand that I should obtain results if I also consult only specifying the sourcetype and the rest of the search criteria, but I don't know why it does not bring results, how could I solve it?

there are results
index = myindex sourcetype = my sourcetype 

no results
sourcetype = my sourcetype 

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

If index= is not specified in the search then Splunk uses the default indexes, if any, for your role.  If myindex is not among the default indexes then there will be no results.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

If index= is not specified in the search then Splunk uses the default indexes, if any, for your role.  If myindex is not among the default indexes then there will be no results.

---
If this reply helps you, Karma would be appreciated.
0 Karma

splunkcol
Builder

You are absolutely right, I did the sourcetypes query of the index main and it returned results.

When taking any sourcetype from any other index there are no results.

In conclusion: It only brings information when consulting only with sourcetype but from index = main

0 Karma

splunkcol
Builder

where do I manage those indexes? I also need to be able to search only specifying the sourcetype only

0 Karma

richgalloway
SplunkTrust
SplunkTrust

The default index list is managed by admins at Settings->Roles.

Searching only by sourcetype is inefficient.  Index and time are the best ways to narrow the scope of a search.  Sourcetype and host are next-best.

If you know the data resides in a particular index then specifying that index is faster than having Splunk search all of your default indexes (all but one of which will have no data).

---
If this reply helps you, Karma would be appreciated.
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...