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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Event Series: Splunk Observability Metrics Cost Optimization

Balancing Scale and Spend: Gaining Control Over High-Volume Metrics in Splunk Observability Cloud As ...

Kick the Tires Before You Commit: A Hands-On Tour of the Splunk Observability Cloud ...

Evaluating an enterprise observability platform usually goes like this: fill out a form, get a free trial with ...

Deep insights, no barriers: Splunk Observability Cloud Free Edition

As software delivery cycles continue to accelerate, observability shouldn’t be a luxury — it should be a ...