Hello,
I've seen some similar questions on the forum, but wanted to see if I could get any official input on this. Is there any way to properly mirror the Elasticsearch plugins that are in: https://artifacts.elastic.co/downloads/elasticsearch-plugins.
Alternatively is there a way to get the zipfiles of all the ES plugins for that specific version of ES? I guess theoretically you could just figure out the list of available plugins from Git like so: elasticsearch/plugins at v7.17.6 · elastic/elasticsearch · GitHub and make up the URL.
Thanks!