Splunk Search

ISE Logging

netmart
New Member

Hello,

I wanted to filter Cisco ISE Logging Activities by authentication, authorization, and accounting.

So far, I've been able to filter by Accounting, but not the other two.

In Cisco ISE Logging, TACACS Accounting has been linked to splunk server.

And I am running the following filter:

<ISE Server> AND "CISE_TACACS_Accounting" AND Type=Accounting | stats count(_time) by _time.

Any advice is much appreciated.

Thanks.

 

netmart_0-1743429520353.png

 

 

Labels (1)
0 Karma

livehybrid
SplunkTrust
SplunkTrust

Hi @netmart 

I dont have any ISE events in Splunk to verify the exact SPL for this, however your could start by looking at doing your stats by "Type" and then limit this in your SPL once you know which you want.

<ISE Server> Type=* | stats count by Type

This is a high level search but might get you started.

If you're able to provide examples of the events I'd be happy to update the search accordingly.


🌟 Did this answer help you? If so, please consider:

    • Adding kudos to show it was useful
    • Marking it as the solution if it resolved your issue
    • Commenting if you need any clarification

Your feedback encourages the volunteers in this community to continue contributing

netmart
New Member

Thank you @livehybrid 

Just one more information.

In Cisco ISE TACACs live logs I do have the option for filtering both:

Authorization

Authentication.

However, in splunk I also tried to filer for Authorization and Authentication, but only was able to filter for type Accountings.

netmart_1-1743438900063.png

 

 

0 Karma

richgalloway
SplunkTrust
SplunkTrust

@netmart wrote:

I wanted to filter Cisco ISE Logging Activities by authentication, authorization, and accounting.

So far, I've been able to filter by Accounting, but not the other two.

Why not the other two?  What happens when you try?

In Cisco ISE Logging, TACACS Accounting has been linked to splunk server.

What does it mean to link to a Splunk server?

And I am running the following filter:

<ISE Server> AND "CISE_TACACS_Accounting" AND Type=Accounting | stats count(_time) by _time.


Have you tried adding the other types to the query?

<ISE Server> AND ("CISE_TACACS_Accounting" OR <<name for ISE authenticaton>> OR <<name for ISE authorization>>) AND (Type=Accounting OR Type=Authentication OR Type=Authorization)

BTW, there's little value in counting events by timestamp.

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

netmart
New Member

Thank you.

For some reason I am still only able to filter for type accounting. At this point, I am wondering whether it is an issue with splunk or ISE does not send this information as part of syslog.

 

Regards,

Martin

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

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 ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...