I need to list down the active users in SPLUNK along with reports, dashboards and use cases created by them.
I tried below query, but it just gives list of users and roles
|rest /services/authentication/users splunk_server=local |fields title roles realname|rename title as userName|rename realname as Name
As you've discovered, it takes more than one command to get all of the information you seek. The current query gets a list of users. Next, get lists of reports, dashboards, alerts, and other knowledge objects and correlate them with the list of users.
To get a list of reports and alerts:
To get a list of dashboards:
To correlate all of the results: