Splunk ITSI

ITSI User usage report

cindywee
New Member

Hi, need some expert help tuning a search query focused only on ITSI users per week. I have the following query but it is running really slow.

index="_internal" host= app=itsi NOT user="splunk-system-user"| timechart span=1d count as count_user by user usenull=f

Any suggestions are welcomed.

Thanks.

0 Karma

stuartidelta01
Path Finder

Try this:

index=_internal host=<insert-your-ITSI-host(s)> source="/opt/splunk/var/log/splunk/splunkd_ui_access.log" uri=*SA-ITOA/itoa_interface* 
|timechart span=1d dc(user) as users
0 Karma

rphillips_splk
Splunk Employee
Splunk Employee

Do you have a more specific goal you are trying to achieve aside from counting events from the itsi app by user? That will help tailor the search requirements.

0 Karma

cindywee
New Member

Hi there. I need to track and report who logged into ITSI, either to view or create glasstables, base searches and entities etc . Thanks.

0 Karma
Get Updates on the Splunk Community!

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

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...