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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ElasticSearch and Kibana (version 5.0.0) should not require any additional confi
10
10
## Running
11
11
Running the application,
12
12
```
13
-
java -jar <filename.jar> run Launcher
13
+
java -jar excelastic-1.0.1.jar run Launcher
14
14
```
15
15
16
16
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).
0 commit comments