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
Get Updates on the Splunk Community!

Buttercup Games Tutorial Extension - part 9

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Buttercup Games Tutorial Extension - part 8

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Introducing the Splunk Developer Program!

Hey Splunk community! We are excited to announce that Splunk is launching the Splunk Developer Program in ...