Splunk Search

How to find RSA connection failures for a user?

aarnelson
New Member

I need a script that will find rsa connection failures for a user

0 Karma

DalJeanis
Legend

Most RSA connection failures have the words "connection failure" in them, although the capitalization and the surrounding words change based on the type of failure. Start with...

index=myindex sourcetype=mysourcetype "connection" "failed" "someuserid" | head 1

...and then use the specific wording of the record you find to craft a more careful way of extracting them. Check whether the userid appears in a specific extracted field or not, and so on. Once you have that information, then you can make a better query than that one.

If you don't know the sourcetype or index they are in, then use * and keep narrowing it down until you figure it out.

0 Karma
Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...