Reporting

Datamodel Change

mrtolu6
Path Finder

whats a good search to run to see if any change was done to a datamodel. For example if I want to see if someone enable or disable datamodel acceleration. what search can I run to see what user change the datamodel and which datamodel was changed?

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Try this

| rest /servicesNS/<user>/<app>/data/models

0 Karma

mrtolu6
Path Finder

I tried that and got the following error "REST Processor: Failed to fetch REST endpoint uri=https://127.0.0.1:8089/servicesNS///data/models?count=0 from server https://127.0.0.1:8089. Check that the URI path provided exists in the REST API."

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Try this

| rest /services/data/models| transpose

0 Karma

mrtolu6
Path Finder

thanks the search did work, but it didn't give me the info I'm looking for, Just looking to see who accelerated or disable data model acceleration.

0 Karma

skoelpin
SplunkTrust
SplunkTrust

If you look at the last row you can see the last updated time of the datamodel. As for who made the modification, you will probably have to do a subsearch against the internal audit index

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...