Not a direct fix for your issue, however, possibly a workaround. Sounds like you are having a collision between the version of VMware and NetApp technical addons on the same heavy forwarder? Assuming you are running on Linux you can stack multiple instances of Splunk and just offset the port numbers. Most of my heavy forwarder servers have 2-5 Splunk heavy forwarder instances hosting different tecnical addons to limit blast radius due to upgrades and different version requirements, etc. I have DB connect hosted by itself and the Splunk addon for AWS hosted by itself. I tend to group smaller, less important and/or similar apps together such as Web URL or API checking addons. Anything more important, needing more resources, or that has special requirements, I host in its own instance.
I run my heavy forwarders in a directory structure like the following with offset ports.
/opt/spl/hf01/splunk port 8000/8089 (netapp here)
/opt/spl/hf02/splunk port 8001/8090 (vmware here)
/opt/spl/hf03/splunk port 8002/8091 (one more addons here)
/opt/spl/hf04/splunk port 8003/8092 (one ore more addons here)
...
... View more