All Projects → Orange-OpenSource → kibana-xlsx-import

Orange-OpenSource / kibana-xlsx-import

Licence: Apache-2.0 license
Kibana plugin for import XLSX/CSV file to ElasticSearch

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
shell
77523 projects
Less
1899 projects

Projects that are alternatives of or similar to kibana-xlsx-import

kibana calendar vis
Calendar heatmap visualization Kibana plugin
Stars: ✭ 38 (-34.48%)
Mutual labels:  kibana
OpenSpreadsheet
OpenSpreadsheet provides an easy-to-use wrapper around the OpenXML spreadsheet SAX API. It specializes in efficiently reading and writing between strongly typed collections and worksheets.
Stars: ✭ 24 (-58.62%)
Mutual labels:  xlsx
twitter-sentiment-analysis
Streaming tweets with spark, language detection & sentiment analysis, dashboard with Kibana
Stars: ✭ 100 (+72.41%)
Mutual labels:  kibana
Dexiom.EPPlusExporter
A very simple, yet incredibly powerfull library to generate Excel documents out of objects, arrays, lists, collections, etc.
Stars: ✭ 19 (-67.24%)
Mutual labels:  xlsx
vue-xls-csv-parser
Simple VueJS component to parse XLS/CSV files with validation
Stars: ✭ 28 (-51.72%)
Mutual labels:  xlsx
ExcelInitBundle
Setup your Akeneo PIM data with a single init.xls file
Stars: ✭ 21 (-63.79%)
Mutual labels:  xlsx
fxl
fxl is a Clojure spreadsheet library
Stars: ✭ 117 (+101.72%)
Mutual labels:  xlsx
TelephoneDirectory
microservices-> .net 6, golang - Docker, Ocelot, RabbitMq, MassTransit, mssql, postgresql, elasticsearch, kibana, jwt
Stars: ✭ 40 (-31.03%)
Mutual labels:  kibana
xlsx reader
A production-ready XLSX file reader for Elixir.
Stars: ✭ 46 (-20.69%)
Mutual labels:  xlsx
convey
CSV processing and web related data types mutual conversion
Stars: ✭ 16 (-72.41%)
Mutual labels:  xlsx
elastic-stax
elastic-stax Docker Compose projects => for learning/training purposes only!
Stars: ✭ 13 (-77.59%)
Mutual labels:  kibana
opentbs
With OpenTBS you can merge OpenOffice - LibreOffice and Ms Office documents with PHP using the TinyButStrong template engine. Simple use OpenOffice - LibreOffice or Ms Office to edit your templates : DOCX, XLSX, PPTX, ODT, OSD, ODP and other formats. That is the Natural Template philosophy.
Stars: ✭ 48 (-17.24%)
Mutual labels:  xlsx
docker-elk-stack
The ELK stack Docker containerization (Elasticsearch, Logstash and Kibana)
Stars: ✭ 20 (-65.52%)
Mutual labels:  kibana
pikaz-excel-js
一个纯js版本的excel导入导出插件
Stars: ✭ 145 (+150%)
Mutual labels:  xlsx
eec
A fast and lower memory excel write/read tool.一个非POI底层,支持流式处理的高效且超低内存的Excel读写工具
Stars: ✭ 93 (+60.34%)
Mutual labels:  xlsx
dockelk
ELK log transport and aggregation at scale
Stars: ✭ 31 (-46.55%)
Mutual labels:  kibana
kibana diagram
Experimental Flow Diagram Vis for Kibana 6.x
Stars: ✭ 15 (-74.14%)
Mutual labels:  kibana
spreadsheet
Yii2 extension for export to Excel
Stars: ✭ 79 (+36.21%)
Mutual labels:  xlsx
logrus-redis-hook
Hook for Logrus which enables logging to RELK stack (Redis, Elasticsearch, Logstash and Kibana)
Stars: ✭ 33 (-43.1%)
Mutual labels:  kibana
docker-case
这个项目主要是为了快速拉起docker服务
Stars: ✭ 31 (-46.55%)
Mutual labels:  kibana

XLSX import

Kibana plugin for import XLSX/CSV file to ElasticSearch


Installation

Use this example or manually pick a release

/opt/kibana/bin/kibana-plugin install https://github.com/Orange-OpenSource/kibana-xlsx-import/releases/download/6.5.4/kibana-xlsx-import-6.5.4-latest.zip

How to use

1 - Select your file and sheet

2 - Configure

- If you want to define your own mapping, you have to use an index name which doesn't already exist.
- Index name must be all lower case.

Use your own mapping

For every field you can choose the type and apply more options with the advanced JSON.
The list of parameters can be found here, https://www.elastic.co/guide/en/elasticsearch/reference/6.2/mapping-params.html

Use a custom Kibana ID

To create a custom Kibana ID with your field values you can use a template with placeholder {fieldname}.
In our example, if I use the following template {ID}-{Nom} this will lead us to the following ID for the first document :

  • 1-Toto

You're done !

Advanced settings

In the kibana advanced setting you can find those parameters
Warning : All those options might cause crash or slowing the plugin.

  • kibana-xlsx-import:bulk_package_size
    Allow you to define the number of json item you want to send per bulk package

  • kibana-xlsx-import:displayed_rows
    Define the number of rows which will be displayed in the preview


development

See the kibana contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm tasks.

  • npm start

    Start kibana and have it include this plugin

  • npm start -- --config kibana.yml

    You can pass any argument that you would normally send to bin/kibana by putting them after -- when running npm start

  • npm run build

    Build a distributable archive

  • npm run test:browser

    Run the browser tests in a real web browser

  • npm run test:server

    Run the server tests using mocha

For more information about any of these commands run npm run ${task} -- --help.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].