Html plugin for kibana 6.4.1

I want to install html plugin in kibana 6.4.1. I tried to go through the procedure mentioned in @html plugin by raystorm.

Even after modifying the version in package.json, it gives the same error i.e :
" .\kibana-plugin : Plugin installation was unsuccessful due to error "No valid url specified.""

can someone help me, to install that plugin. Thanks in advance

Hey @SunilT, where were you editing the package.json for that plugin? Did you clone the github repo locally, edit the package.json, and then try to install the package using a file based URL?

Yes, i tried that. And some progress was made. But there is a new error. I tried to run the following command:
"bin> .\kibana-plugin.bat install file:///C:\kibana\kibana-html-plugin-master.zip"

The error i am getting is:

"Attempting to transfer from file:///C:\kibana\kibana-html-plugin-master.zip
Transferring 74089 bytes....................
Transfer complete
Retrieving metadata from plugin archive
.\kibana-plugin.bat : Plugin installation was unsuccessful due to error "No kibana plugins found in archive"
"

Could you help me with this?

Hey @SunilT it's probably worthwhile to open this issue in the https://github.com/raystorm-place/kibana-html-plugin repo to have the author add Kibana 6.4.1 support.

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