Knowledge Management

How to find the app name in splunk internal log? And also How to find that certain APP has data model config in it?

Madhan45
Path Finder

How to find the app name in splunk internal log? And also How to find that certain APP has data model config in it(eventtypes & tags conf files)?

Is there way to find a datamodel name which resides inside a certain app using internal/some other logs?

0 Karma

p_gurav
Champion

you can try this to find all details related to datamodels and corresponding appliations:

 | rest /servicesNS/-/-/datamodel/model 
0 Karma

splunker12er
Motivator

To list all available apps in the splunk server :

| REST /services/apps/local | search disabled=0 | table label version

to list data models :

|REST /services/data/models
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...