- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to get IP address from CISCO ACS logs ?
![seetharamanPr seetharamanPr](https://community.splunk.com/legacyfs/online/avatars/440390.jpg)
seetharamanPr
New Member
10-17-2016
12:48 AM
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
alemarzu
Motivator
10-17-2016
05:50 AM
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.
![](/skins/images/53C7C94B4DD15F7CACC6D77B9B4D55BF/responsive_peak/images/icon_anonymous_message.png)