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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...