Splunk Enterprise

Splunk internal search

uagraw01
Motivator

Hello Splunkers!!

I am not getting any data in the internal index for the last 24 hours. Please let me know what will the cause behind it & what i need to check.

uagraw01_0-1698921195674.png

 

0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

Are you sure that you have access to _internal index? You could check it by

| rest /services/authentication/users splunk_server=local f=roles 
| search title="<YOUR SPLUNK ACCOUNT NAME>"
| fields title roles 
| join roles 
    [| rest /services/authorization/roles 
    | fields title srchIndexesAllowed srchIndexesDefault srchIndexesDisallowed 
    | dedup title 
    | rename title as roles
        ] 
| transpose

Just look what you have on allowed and disallowed rows.

r. Ismo 

0 Karma

uagraw01
Motivator

@isoutamo I can access it; I have admin access. I can see logs within 24 hours. But not for the last 24 hours.

0 Karma

isoutamo
SplunkTrust
SplunkTrust
Have you enough disk space for
1) creating those logs into disk
2) indexing those to _internal
0 Karma

uagraw01
Motivator

@isoutamo We have good storage for Splunk db.

 

uagraw01_0-1698923290729.png

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Does your role have permissions to read the _internal index? Has this ever worked?

0 Karma

uagraw01
Motivator

@ITWhisperer  Yes, that why I specify last 24 hours 

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 ...