Skip to content

Commit 511bbe2

Browse files
authored
Update README.md
1 parent e8c0578 commit 511bbe2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Parses XLSX files into ElasticSearch using column titles from specified row comb
55
## Prerequisites
66
The application requires ElasticSearch as its output.
77

8-
ElasticSearch and Kibana (version 5.2.4) should not require any additional configuration or installation, just download and run from [Elastic](https://www.elastic.co/products).
8+
1. ElasticSearch (version 5+) should not require any additional configuration or installation, just download and run from [Elastic](https://www.elastic.co/products).
9+
10+
2. Download the latest release of excelastic-1.2.0.jar and the configuration.json (optional) file from [GitHub releases](https://github.com/codingchili/parser-excel-elasticsearch/releases).
911

1012
## Running
1113
Running the application, filename and index is optional to import using terminal mode.
@@ -15,9 +17,9 @@ java -jar excelastic-1.2.0.jar <filename> <index>
1517

1618
When the application successfully connects to the ElasticSearch server, the browser will automatically open a new tab.
1719

18-
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/_count).
20+
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/).
1921

20-
Compiling a new fatjar,
22+
Compiling a new fatjar and run tests,
2123
```
2224
mvn clean package
2325
```

0 commit comments

Comments
 (0)