good morning
Is there a way to be able to identify the indexes that are being used by APP?., Currently we are working in a cluster but the query we have only identifies the indexes declared by app in the master server 😞
Any help will be appreciated
regards
What about this:
(oi_vmware is the index name)
| rest /servicesNS/-/-/saved/searches
| search ( search="*oi_vmware*" )
| fields title author eai:acl.app eai:acl.app request.ui_dispatch_app request.ui_dispatch_app eai:acl.sharing id
HI,
did you try this?
| rest /servicesNS/-/-/data/indexes | table title eai:acl.app
thanks for your answer, this query identifies the indexer.conf statement of the master server and what we need is if a user performs a query in any app using a particular index, know in which app the dashboard or .xml is created