Reporting

how to get IP address from CISCO ACS logs ?

seetharamanPr
New Member

Hi All,

We have configured ACS in splunk and it is generating reports properly. We have configured ACS in splunk so it can pull out the top 10 failed user logins and have used the below string to achieve the same.

index=acs action=failure signature=Failed_Attempts |top user

everything works fine but I would like 2 modify this string so that it also includes the IP address of the user apart from their username. Is this possible if yes kindly let me know how to achieve the same. Thank you in advance.

Regards
Pradeep

Tags (1)
0 Karma

alemarzu
Motivator

Hi @seetharamanPr

Try this.

index=acs action=failure signature=Failed_Attempts | stats values(IP) AS IP, count by user | sort - count | head 10

Hope it helps.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...