Skip to content

A enhanced version of datatable plugin for Kibana with Excel Export functionality

Notifications You must be signed in to change notification settings

incubyteco/excel-export-datatable-kibana

Repository files navigation

excelExportDatatable

A Kibana plugin


Development

See the kibana contributing guide for instructions setting up your development environment.

Note:

  • This plugin is a copy of src/plugin/vis_type_table plugin (inbuilt datatable) with additional functionality of Excel exports.
  • for exporting we utilize xlsx library
  • table_vis_controls.tsx contains changes related to excel exports
  • to differentiate this datatable plugin from inbuilt one, the name has to be different (if they are same, you will not see this plugin available on kibana)

Scripts

yarn kbn bootstrap
Execute this to install node_modules and setup the dependencies in your plugin and in Kibana
yarn plugin-helpers build
Execute this to create a distributable version of this plugin that can be installed in Kibana