Just wondering if I’m missing something or if it’s not possible to pass the analytics plugin via a plugins bundle?
Other plugin types can be and I’m keen to do the same so that I can host it on our plugin bundle server rather than having to make separate provision to load it on the gateway’s filesystem.
Is this possible but just not well documented or is the only way to attach analytics plugins to an API definition to load them onto the gateway’s filesystem ourself and then reference the local file in the API definition?
I think it’s too long for this but I just wanted to share as we are currently using tyk gw v5.3.1 and it also doesn’t have that bundle option for analytics plugin but we are packaging that Analytics plugin as bundle using same bundle approach and adding that in manifest.json file-list in that way we are able to pull it from the API def and check the path of that from work-dir/bundle/hash/file.so and put it inside api raw def " analytics_plugin" this way it will be similar to use analytics plugin as bundles