ElasticSearch CSV Exporter
Missing CSV export feature for Elasticsearch on Kibana Dashboard. Start exporting search results as CSV file from Kibana Discover.
ElasticSearch CSV Exporter क्या है?
ElasticSearch CSV Exporter MineWhat,Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Missing CSV export feature for Elasticsearch on Kibana Dashboard. Start exporting search results as CSV file from Kibana Discover."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ElasticSearch CSV Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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. https://github.com/minewhat/es-csv-exporter 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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kjkjddcjojneaeeppobfolgojhohbpjn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/elasticsearch-csv-exporte/kjkjddcjojneaeeppobfolgojhohbpjn |
विवरण | Missing CSV export feature for Elasticsearch on Kibana Dashboard. Start exporting search results as CSV file from Kibana Discover. |
फ़ाइल का आकार | 16.92 KB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2016-03-25 |
प्रकाशन तिथि | 2016-03-25 |
रेटिंग | 3.87/5 कुल 23 रेटिंग्स |
डेवलपर | MineWhat,Inc |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/minewhat/es-csv-exporter |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ElasticSearch CSV Exporter", "version": "0.4", "manifest_version": 2, "description": "Missing CSV export feature for Elasticsearch on Kibana Dashboard. Start exporting search results as CSV file from Kibana Discover.", "homepage_url": "http:\/\/minewhat.com\/blog", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "clipboardWrite", "downloads", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js", "src\/inject\/lib\/arrive.js" ] } ] } |