Splunk Search

How to create search to show created/deleted tokens?

fatsug
Contributor

Hi, if someone could help me out with, or point me in a nice direction to, producing a search which shows if/when a token (for API calls) is/was generated and/or deleted through either the UI or API calls, I would really appreciate it.

To be clear, the search should be using the UI though the creation/deletion of tokens could be done in either way.

Thank you in advance

Labels (1)
Tags (3)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

It's in the audit logs.  Start with this search

index=_audit ((action=edit_token_http operation=*) OR action=create)
---
If this reply helps you, Karma would be appreciated.

fatsug
Contributor

Hm, what's the protocol here? Do I mark my own solution as "accepted solution" or the suggestion that led to the solution? 

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Your choice.

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

fatsug
Contributor

Today, three tokens were generated, two through API and one webUI. Two were removed using web UI.

Though looking at the available actions for past 24h I see neither "edit_token_http" or "create" listed under action.

However, your suggestion did help me achieve what I needed:

index=_audit (action=create_token OR action=remove_token)

And there we are, big thank you and have a nice weekend

richgalloway
SplunkTrust
SplunkTrust

Interesting.  Must be a version thing.  Glad you figured it out.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...