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
Super Champion

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
Get Updates on the Splunk Community!

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...

Splunk App for Anomaly Detection End of Life Announcement

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...