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.
47
stars
17
forks
source link
Fails on kibana 5.4.1 - navbar element no longer exists. #11
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:
Extremely sorry for the delay, we are not actively maintaining this repo. If you have interested to maintain. Please mail me ram [at] minewhat [dot] com
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.
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: