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 Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...