When pushing the Splunk_TA_ontap app of "Splunk app for NetApp Data ONTAP" to all the indexers in the cluster through Master it gets added to etc/slave-apps folder and gives the below errors for all indexers in cluster on Search Head -> NetApp Data ONTAP app -> Settings -> ONTAP Collection Configuration dashboard:-
Failed to fetch REST endpoint uri=https://127.0.0.1:8089/servicesNS/nobody/Splunk_TA_ontap/data/inputs/ta_ontap_collection_scheduler/n... from server=https://127.0.0.1:8089
Unexpected status for to fetch REST endpoint uri=https://127.0.0.1:8089/servicesNS/nobody/Splunk_TA_ontap/data/inputs/ta_ontap_collection_scheduler/n... from server=https://127.0.0.1:8089 - Not Found
When checked on the indexer node the "ta_ontap_collection_scheduler" Rest Endpoint was not getting created if the "Splunk_TA_ontap" app is in the etc/slave-apps folder.
If we move the "Splunk_TA_ontap" folder from the etc/slave-apps folder to ect/apps folder on an indexer, the "ta_ontap_collection_scheduler" Rest Endpoint gets created on the indexer and it stops giving the above errors for that indexer.
Any Suggestions!
Ensure the Search head is Linux and the Data Collection Node has at least 1 Worker Process enabled in the Ontap Collection Configuration
specify argument splunk_server="local" or your "indexer url" to your rest call.
Hi sgundeti,
Do you know what file/s we would add this too in the NetApp splunk app?
Thanks!
--Jason
Look for searches using rest command(probably in ONTAP Collection Configuration dashboard) and try to add splunk_server value=local or "your indexer servername"
I am having this problem with the Splunk app for NetApp Data ONTAP, too.
I'm getting the same problem as well.