You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ Parses XLSX files into ElasticSearch using column titles from specified row comb
5
5
## Prerequisites
6
6
The application requires ElasticSearch as its output.
7
7
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).
9
11
10
12
## Running
11
13
Running the application, filename and index is optional to import using terminal mode.
When the application successfully connects to the ElasticSearch server, the browser will automatically open a new tab.
17
19
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/).
0 commit comments