Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

jsubida/kibana-discover-csv-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Export for Kibana 5

Export query results as CSV files from the Kibana Discover tab.

Dependencies

Installation

cd <kibana plugins folder>
git clone git@github.com:jscubida/kibana-discover-csv-export.git
sudo pip install es2csv
npm install @elastic/filesaver
npm install node-cmd

You should remove the contents of Kibana's optimize folder before restarting Kibana.

Usage

Navigate to the plugin and modify config.js.

Go to Kibana -> Discover. At the top, you should see an Export CSV button.

Implementation Notes

A column whose name starts with a _ may or may not be exported properly.

About

CSV Export for Kibana 5

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors