Due to breaking changes in last versions of Kibana, there are numerous issues with maintaining the working version. Therefore, the further development of the plugin is currently ceased.
Still, the currently available groundwork is free to use for your own custom integrations.
Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.
This repository contains the Flexmonster Pivot plugin for Kibana.
The version of Kibana should be compatible with Elasticsearch. For more details, check the support matrix.
For the latest versions, please make changes in package.json
and/or other files if necessary.
The following is the most recent working configuration:
- Kibana v.7.3.2
- Plugin v.1.21
- react-flexmonster@2.7.24
Navigate to the Kibana bin/
folder and run the following commands in the console:
kibana-plugin install https://github.com/flexmonster/pivot-kibana/releases/download/v1.21/flexmonster_pivot-v1.21.zip
cd plugins/flexmonster_pivot
yarn add flexmonster@2.7.24 --flat
yarn add react-flexmonster@2.7.24-1 --flat
Specify the license key in FlexmonsterPivotTable.js as follows:
<FlexmonsterReact.Pivot
ref="pivot"
toolbar={true}
componentFolder="https://cdn.flexmonster.com/"
report={this.props.report}
licenseKey="XXXX-XXXX-XXXX-XXXX-XXXX"
/>
Note that licenseKey
is your license or trial key, so replace XXXX-XXXX-XXXX-XXXX-XXXX
with an actual key. If you don’t have a license key, contact our team.
Open elasticsearch.yml
and add the following configurations:
http.cors.enabled : true
http.cors.allow-origin : "*"
http.cors.allow-credentials: true
http.cors.allow-methods : OPTIONS,HEAD,GET,POST,PUT,DELETE
http.cors.allow-headers : kbn-version,Origin,X-Requested-With,Content-Type,Accept,Engaged-Auth-Token,Content-Length,Authorization
Open kibana.yml
and add the following configurations:
elasticsearch.hosts: ["http://localhost:9200"]
server.cors: true
server.cors.origin: ['*']
A new tab with Flexmonster Pivot will be available if you open Kibana: