Error installing prometheus-exporter

I’m trying to install the opensearch prometheus exporter into opensearch 1.2.4 and I’m running into the error below. Can someone help me figure out how to solve it?

Thanks!

-> Installing https://github.com/aparo/opensearch-prometheus-exporter/releases/download/1.2.4/prometheus-exporter-1.2.4.zip
-> Downloading https://github.com/aparo/opensearch-prometheus-exporter/releases/download/1.2.4/prometheus-exporter-1.2.4.zip
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@     WARNING: plugin requires additional permissions     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission accessClassInPackage.sun.misc
* java.lang.RuntimePermission accessDeclaredMembers
* java.lang.reflect.ReflectPermission suppressAccessChecks
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.
-> Installed prometheus-exporter with folder name prometheus-exporter

HI @thedraketaylor ,

There are no errors during this installation, the tool just warns you that some permissions had been granted to the plugin. The plugin should be installed succesfully.

-> Installed prometheus-exporter with folder name prometheus-exporter

Thanks!

1 Like