Need a special offer?Find out if your project fits.
+

Failed to install pivot-kibana-master on kibana 7.4.0

Answered
Yoav asked on April 2, 2020

Hi,
I have downloaded : pivot-kibana-master.zip
I unzipped the file , and changed the version to 7.4.0 in package.json file
Then I have rerun the command line and got the following error:
 
$ /usr/share/kibana/bin/kibana-plugin install pivot-kibana-master.zip
Attempting to transfer from pivot-kibana-master.zip
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/pivot-kibana-master.zip/pivot-kibana-master.zip-7.4.0.zip
Plugin installation was unsuccessful due to error "No valid url specified."
I have also checked :
wget https://artifacts.elastic.co/downloads/kibana-plugins/pivot-kibana-master.zip/pivot-kibana-master.zip-7.4.0.zip
But the page not found.
--2020-04-02 08:55:22--  https://artifacts.elastic.co/downloads/kibana-plugins/pivot-kibana-master.zip/pivot-kibana-master.zip-7.4.0.zip
Resolving artifacts.elastic.co (artifacts.elastic.co)... 151.101.114.222, 2a04:4e42:1b::734
Connecting to artifacts.elastic.co (artifacts.elastic.co)|151.101.114.222|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-04-02 08:55:23 ERROR 404: Not Found.
 
Please advise if the link is correct .
Thanks
Yoav

5 answers

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster April 2, 2020

Hello, Yoav,
 
Thank you for contacting us.
 
Please note that release 1.21 of the plugin works with Kibana 7.3.2.
 
As for the Kibana 7.4.0, it seems that they made some breaking changes, and now the plugin does not work. Currently, we recommend making changes in the source code of the plugin to support the latest version of Kibana or using it with Kibana 7.3.2.
 
For the latest versions, please make changes in the package.json and/or other files if necessary.
 
Feel free to contact us in case of additional questions occur.
 
Kind Regards,
Illia

Public
Yoav April 2, 2020

Hello illia,
Thanks for you help.
"For the latest versions, please make changes in the package.json and/or other files
if necessary"
---> I have modify the package.json file and set the version to 7.4.0
I am still getting the same error message.
Is there another place to make changes ...?

cat package.json
{
  "license": "MIT",
  "name": "flexmonster_pivot",
  "version": "1.2.1",
  "description": "Flexmonster Pivot Table",
  "main": "index.js",
  "kibana": {
    "version": "7.4.0",
    "templateVersion": "1.0.0"
  },
  "scripts": {
    "kbn": "node ../../scripts/kbn",
    "es": "node ../../scripts/es",
    "lint": "eslint .",
    "start": "plugin-helpers start",
    "test:server": "plugin-helpers test:server",
    "test:browser": "plugin-helpers test:browser",
    "build": "plugin-helpers build"
  },
  "dependencies": {
    "elasticsearch": "^15.0.0",
    "elasticsearch-browser": "^15.0.0",
    "react-flexmonster": "^2.7.14"
  }
}Start your code here

Thanks
Yoav

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster April 3, 2020

Hello, Yoav,
 
Thank you for your feedback.
 
Our team would like to kindly explain that breaking changes were made in Kibana, and the source code of the plugin may have to be modified in order to make it work with the later versions of Kibana.
 
Also, we want to draw your attention to the fact that some issues may appear when using the latest version of Flexmonster, even with Kibana v.7.3.2. Therefore, we recommend the following configuration:
Kibana v.7.3.2
Plugin v.1.21
Flexmonster v.2.7.24
 
Earlier versions of Flexmonster can be gotten from our NPM.
 
We hope it helps.
 
Kind regards,
Illia

Public
Yoav April 3, 2020

Hi ilia,
Thanks a lot for your answer.
Unfortunately we cant not downgrade to kibana 7.3.2 , actually we are planning the migration to Kibana 7.6 ….
If the Pivot plagin for kibana will be available for versions 7.4 / 7.6  I will be happy to be notify .
Best Regards
Yoav

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster April 3, 2020

Hello,
 
Our team would like to kindly inform you that creation of a plugin compatible with the latest versions of Kibana is added to our backlog. However, our road map is full at the moment; therefore we are not ready to provide you with an exact ETA on releasing the plugin.
 
We will keep you posted with any updates on this point.
 
Kind regards,
Illia

Please login or Register to Submit Answer