Skip to content

Commit d87b55d

Browse files
author
Robin Duda
committed
Merge remote-tracking branch 'origin/master'
2 parents 7bd3f51 + eb5dd2c commit d87b55d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# parser-excel-elasticsearch [![Build Status](https://travis-ci.org/codingchili/parser-excel-elasticsearch.svg?branch=master)](https://travis-ci.org/codingchili/parser-excel-elasticsearch)
22

3-
Parses XLSX files into ElasticSearch using column titles from specified row combined with data in columns on each row. For use with Kibana or other visualization applications, example result using a transaction log in excel format [image](https://raw.githubusercontent.com/codingchili/parser-banktrans-es/master/sample-redacted.png). The application comes with a [web interface](https://raw.githubusercontent.com/codingchili/parser-excel-elasticsearch/master/sample-ui.png) to simplify uploading.
3+
Parses XLSX files into ElasticSearch using column titles from specified row combined with data in columns on each row. For use with Kibana or other visualization applications, example result using a transaction log in excel format [image](https://raw.githubusercontent.com/codingchili/parser-banktrans-es/master/sample-redacted.png). The application comes with a web-interface to simplify uploading.
4+
5+
![sample UI image](https://raw.githubusercontent.com/codingchili/parser-excel-elasticsearch/master/excelastic.png)
46

57
## Features
68
- import excel (.xlsx/.xls) files into elasticsearch.
@@ -19,12 +21,16 @@ The application requires ElasticSearch as its output.
1921
Tested with ElasticSearch 5.6.2 and 6.1.0.
2022

2123
## Running
22-
Running the application, filename, index and mapping are required: use to import from the terminal.
24+
Running the application, filename and index is required, to import from the terminal run:
2325
```
2426
java -Xmx1g -jar excelastic-1.2.6.jar <filename> <index> <mapping> --clear
2527
```
2628
If running with --clear, then the existing index will be cleared before the import starts.
2729

30+
To run with the web interface, run the following in your terminal:
31+
```
32+
java -Xmx1g -jar excelastic-1.2.6.jar
33+
```
2834
When the application successfully connects to the ElasticSearch server, the browser will automatically open a new tab.
2935

3036
If any connection errors occur check that the ElasticSearch listen port matches with the elastic_port in the configuration file. Make sure that ElasticSearch is running by directing your browser at [localhost:9200](http://localhost:9200/).

excelastic.png

25.6 KB
Loading

sample-ui.png

-31.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)