Splunk Search

SPL to find first time account access

corecomputetool
New Member

To find the user first time login in PCI compilance - what is the SPL query ?

I am using the query as below :

| from inputlookup:access_tracker | stats min(firstTime) as firstTime,values(dest) as dest by user | sort 100 - firstTime | uitime(firstTime) | fields dest user firstTime

Tags (1)
0 Karma

Adrian_ftx
Path Finder

Hi,

Can you provide a sample of your data and the expected result please?
Can you share the return of your SPL request too please?

Best regards,
Adrian

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...