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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...