Monitoring Splunk

Audit log access and initialization for PCI DSS

fraserhardy
New Member

Hi,

Does splunk log all audit information relating to requirement 10.2 in PCI DSS (Successful and Failed access to splunk, initialization of logs etc.. )

Our auditor wants to see all this and I'm sure splunk does monitor this but cant find it.

Thanks,
Fraser

Tags (3)
0 Karma

MarioM
Motivator

index=_audit will give you most of the information and here 2 examples:

splunk failed access:

index=_audit "action=login attempt" NOT "action=search" "info=failed"

splunk successful access:

index=_audit "action=login attempt" NOT "action=search" "info=succeeded"
0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...