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
You now have a test {{es}} environment set up. Before you start serious development or go into production with {{es}}, you must do some additional setup:
4
+
5
+
* Learn how to [configure {{es}}](configure-elasticsearch.md).
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed/install-elasticsearch-with-zip-on-windows.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ sub:
8
8
9
9
# Install {{es}} with .zip on Windows [zip-windows]
10
10
11
-
{{es-conf}}
12
-
13
11
{{es}} can be installed on Windows using the Windows `.zip` archive. This comes with a `elasticsearch-service.bat` command which will setup {{es}} to run as a service.
14
12
15
13
This package contains both free and subscription features. [Start a 30-day trial](asciidocalypse://docs/elasticsearch/docs/reference/elasticsearch/configuration-reference/license-settings.md) to try out all of the features.
@@ -215,11 +213,5 @@ This is very convenient because you don’t have to create any directories to st
215
213
| plugins | Plugin files location. Each plugin will be contained in a subdirectory. |`%ES_HOME%\plugins`||
216
214
| repo | Shared file system repository locations. Can hold multiple locations. A file system repository can be placed in to any subdirectory of any directory specified here. | Not configured |`path.repo`|
217
215
218
-
219
-
## Next steps [_next_steps_2]
220
-
221
-
You now have a test {{es}} environment set up. Before you start serious development or go into production with {{es}}, you must do some additional setup:
222
-
223
-
* Learn how to [configure {{es}}](configure-elasticsearch.md).
0 commit comments