Kibana 7.4 language server installation

Hi,
I am trying to install java as a language server but each time I try I get this error:
/bin/kibana-plugin: No such file or directory
I added the files and directories, and the error changed to:
bin/kibana-plugin: Is a directory

the step I try to do in order to add the language is run the following command:
bin/kibana-plugin install https://artifacts.elastic.co/downloads/kibana-plugins/java-langserver/java-langserver-7.4.0-linux.zip

Please help,
Faten

Hi @Faten

the kibana-plugin is an executable inside the bin directory where you have installed kibana.
It should be there. The path is not /bin/kibana-plugin because this path refers to the root of your filesystem, but it's on bin/kibana-plugin relative to the kibana root directory.

Saying that, I've to warn you that the Code application was in beta/experimental phase in kibana 7.4 and it was removed starting from 7.5. Here you can find the release note and the removal notes:
https://www.elastic.co/guide/en/kibana/7.5/release-notes-7.5.0.html

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