Skip to content

Commit 334c967

Browse files
committed
more
1 parent d5a8901 commit 334c967

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Next steps [_next_steps_2]
2+
3+
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).
6+
* Configure [important {{es}} settings](important-settings-configuration.md).
7+
* Configure [important system settings](important-system-configuration.md).

deploy-manage/deploy/self-managed/install-elasticsearch-with-zip-on-windows.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ sub:
88

99
# Install {{es}} with .zip on Windows [zip-windows]
1010

11-
{{es-conf}}
12-
1311
{{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.
1412

1513
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
215213
| plugins | Plugin files location. Each plugin will be contained in a subdirectory. | `%ES_HOME%\plugins` | |
216214
| 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` |
217215

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).
224-
* Configure [important {{es}} settings](important-settings-configuration.md).
225-
* Configure [important system settings](important-system-configuration.md).
216+
:::{include} _snippets/install-next-steps.md
217+
:::

0 commit comments

Comments
 (0)