Spaces:
Sleeping
Sleeping
Update elasticsearch.yml
Browse files- elasticsearch.yml +1 -1
elasticsearch.yml
CHANGED
|
@@ -6,7 +6,7 @@ discovery.type: single-node
|
|
| 6 |
# path.data: /app/Saved_Indexes
|
| 7 |
|
| 8 |
network.host: 0.0.0.0
|
| 9 |
-
http.port:
|
| 10 |
http.host: 0.0.0.0
|
| 11 |
|
| 12 |
xpack.security.enabled: false
|
|
|
|
| 6 |
# path.data: /app/Saved_Indexes
|
| 7 |
|
| 8 |
network.host: 0.0.0.0
|
| 9 |
+
http.port: 9200
|
| 10 |
http.host: 0.0.0.0
|
| 11 |
|
| 12 |
xpack.security.enabled: false
|