Giter Club home page Giter Club logo

es-csv-exporter's Introduction

es-csv-exporter

Missing CSV export feature for Elasticsearch on Kibana Dashboard. Install this chrome plugin, go to the Kibana Discover tab and start exporting search results as CSV files.

Tested in Kibana 4.4.2 + ElasticSearch 2.2.x

Tested in Kibana 4.3.3 + ElasticSearch 2.2.x

Tested in Kibana 4.3.1 + ElasticSearch 2.1.x

Tested in Kibana 4.1.x + ElasticSearch 1.7.x

es-csv-exporter's People

Contributors

janakg avatar santbob avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

es-csv-exporter's Issues

Spaces stripped out field values

On

CHROME VERSION 48.0.2564.103
OS VERSION Linux: 4.2.0-27-generic

the spaces in individual fields/columns get stripped, so if the value in the field was

"Big Bad Wolf"

when I select "copy to clipboard" and paste it I get

"BigBadWolf"

Kibana 4.4.0 / Elastic 2.2.0

Problem export json

Hi,

When printing json to the log, the exporter replace commas with semicolons, and turn the json to be invalid.
//Replace comma with colon
h = h.replace(/,/g, ";");

Why did you choose to replace ',' with ';'?

Awesome extension BTW!
Thanks!

Fails on kibana 5.4.1 - navbar element no longer exists.

Hi, -it looks like the recent update for kibana 5.x now fails to find a location to attach the export button.

It fails on the indicated line since the navbar tag can't be found.

function injectCSVExportButton() {
 ---> var buttonGroup = document.getElementsByTagName("navbar")[0].getElementsByClassName("button-group");
  var span = createCSVButton();
  buttonGroup[0].appendChild(span);
}

I'm not altogether sure where the export buttons should be now but perhaps to the right of the magnifying glass on the right, or to the right of the navigation:

image

Great product!

We just upgraded to kibana 4.3.2 to get some of the functionality that monitor provides. But it looks like it broke csv export. Could you look to see if there's any easy fix to get it updated to use 4.3.2?

It only export 500 records or results to csv

Hi ,
First of all thanks for developing this most awaited feature .
I installed this plugin but I can only see 500 records out of 7000 in my CSV . So this is what I have done , I fire a query in Discover tab and it returns 7000 count . I hit "Copy to Clipboard" , then paste results in CSV but I can only see 500 records .This is it , or do we need to do anything extra for this plugin ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.