- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to get the mapping relationship between data models and indexes?
Iris_Pi
Path Finder
08-20-2024
08:07 PM
Hello Guys,
I wonder if there's any query that can list the mapping information between the existing data models and indexes? I would like to use these info to set index constrains for data models to speed up searching.
Thanks & Regards,
Iris
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
08-21-2024
05:14 AM
Use this query to find out which indexes are used by a data model.
| tstats count from datamodel=foo by index
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
