Hi,
Im a beginner in Splunk. For an integration, Im trying to access the metric data available in Splunk using REST API.
when I try the below mentioned URI im not getting any data returned (Just getting a link to the acl)
https://<host>:<mPort>/services/catalog/metricstore/metrics
Im authorizing as a user with list_metrics_catalog capability. Please find the acl permissions for the specified REST URL in my instance below,
app- system
can_change_perms-1
can_list-1
can_share_app-1
can_share_global-1
can_share_user-0
can_write-1
modifiable-1
owner - nobody
perms
read - *
write - admin
Using mstats , im able to view the metric data in SPlunk UI but I want to access it through REST API.
Please help.
... View more