Plugins

Is the marvel plugin there for elasticsearch version 6.2

xpack monitoring that is now.

As in marvel plugin used to monitor the log size is it the same with X-Pack monitoring?

I will have to download X-pack for all the tools right?

C:\Users\gagarwal3\Downloads\Elastic\Elasticsearch\6.1.1\bin>elasticsearch-plugin install x-pack
-> Downloading x-pack from elastic
[=================================================] 100%
Exception in thread "main" java.lang.IllegalStateException: Could not load plugin descriptor for exi
sting plugin [.installing-5449458442685265315]. Was the plugin built before 2.0?
at org.elasticsearch.plugins.PluginsService.getPluginBundles(PluginsService.java:339)
at org.elasticsearch.plugins.InstallPluginCommand.jarHellCheck(InstallPluginCommand.java:576
)
at org.elasticsearch.plugins.InstallPluginCommand.verify(InstallPluginCommand.java:558)
at org.elasticsearch.plugins.InstallPluginCommand.install(InstallPluginCommand.java:601)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:215)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:204)
at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124)
at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:75)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124)
at org.elasticsearch.cli.Command.main(Command.java:90)
at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:48)
Caused by: java.nio.file.NoSuchFileException: C:\Users\gagarwal3\Downloads\Elastic\Elasticsearch\6.1
.1\plugins.installing-5449458442685265315\plugin-descriptor.properties
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at org.elasticsearch.plugins.PluginInfo.readFromProperties(PluginInfo.java:123)
at org.elasticsearch.plugins.PluginsService.getPluginBundles(PluginsService.java:336)
... 11 more

Whenever I try to download xpack it gives this error

That's strange. Could you test all that with 6.2.1?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.