Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exporter for 1.3.1 #36

Closed
itshikanov opened this issue Apr 4, 2022 · 2 comments
Closed

exporter for 1.3.1 #36

itshikanov opened this issue Apr 4, 2022 · 2 comments

Comments

@itshikanov
Copy link

Hello. I am were Update opensearch to 1.3.1 version and get this error.

Exception in thread "main" java.lang.IllegalArgumentException: Plugin [prometheus-exporter] was built for OpenSearch version 1.3.0 but version 1.3.1 is running
	at org.opensearch.plugins.PluginsService.verifyCompatibility(PluginsService.java:392)
	at org.opensearch.plugins.InstallPluginCommand.loadPluginInfo(InstallPluginCommand.java:815)
	at org.opensearch.plugins.InstallPluginCommand.installPlugin(InstallPluginCommand.java:870)
	at org.opensearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:275)
	at org.opensearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:249)
	at org.opensearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:100)
	at org.opensearch.cli.Command.mainWithoutErrorHandling(Command.java:138)
	at org.opensearch.cli.MultiCommand.execute(MultiCommand.java:104)
	at org.opensearch.cli.Command.mainWithoutErrorHandling(Command.java:138)
	at org.opensearch.cli.Command.main(Command.java:101)
	at org.opensearch.plugins.PluginCli.main(PluginCli.java:60)
@lukas-vlcek
Copy link
Collaborator

Hi,

thanks for quick heads up.

I am checking opensearch-project/opensearch-build#1805 and as of writing this ticket is still green (WIP) despite the OpenSearch 1.3.1 download artifacts are already available. We will release new version of the plugin once the release ticket is resolved (just in case). Stay tuned...

Regards,
Lukáš

@lukas-vlcek
Copy link
Collaborator

Done, see #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants