-
Notifications
You must be signed in to change notification settings - Fork 74
Update stack-version
to 9.0.1
#1373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ mapped_pages: | |
|
||
# Limitations [ml-limitations] | ||
|
||
The following limitations and known problems apply to the {{version}} release of the Elastic {{ml-features}}. The limitations are grouped into four categories: | ||
The following limitations and known problems apply to the {{stack-version}} release of the Elastic {{ml-features}}. The limitations are grouped into four categories: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we even be using a version variable here? |
||
|
||
* [Platform limitations](#ad-platform-limitations) are related to the platform that hosts the {{ml}} feature of the {{stack}}. | ||
* [Configuration limitations](#ad-config-limitations) apply to the configuration process of the {{anomaly-jobs}}. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ mapped_pages: | |
|
||
# Limitations [ml-dfa-limitations] | ||
|
||
The following limitations and known problems apply to the {{version}} release of the Elastic {{dfanalytics}} feature. The limitations are grouped into the following categories: | ||
The following limitations and known problems apply to the {{stack-version}} release of the Elastic {{dfanalytics}} feature. The limitations are grouped into the following categories: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we even be using a version variable here? |
||
|
||
* [Platform limitations](#dfa-platform-limitations) are related to the platform that hosts the {{ml}} feature of the {{stack}}. | ||
* [Configuration limitations](#dfa-config-limitations) apply to the configuration process of the {{dfanalytics-jobs}}. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ mapped_pages: | |
|
||
# Limitations [ml-nlp-limitations] | ||
|
||
The following limitations and known problems apply to the {{version}} release of the Elastic {{nlp}} trained models feature. | ||
The following limitations and known problems apply to the {{stack-version}} release of the Elastic {{nlp}} trained models feature. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we even be using a version variable here? |
||
|
||
## Document size limitations when using `semantic_text` fields [ml-nlp-large-documents-limit-10k-10mb] | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ When installing the MSI, the Windows Defender SmartScreen might warn about runni | |
Your driver must be compatible with your {{es}} version. | ||
|
||
::::{important} | ||
The driver version cannot be newer than the {{es}} version. For example, {{es}} version 7.10.0 is not compatible with {{version}} drivers. | ||
The driver version cannot be newer than the {{es}} version. For example, {{es}} version 7.10.0 is not compatible with {{stack-version}} drivers. | ||
:::: | ||
|
||
|
||
|
@@ -53,7 +53,7 @@ The driver version cannot be newer than the {{es}} version. For example, {{es}} | |
|
||
## Download the `.msi` package(s) [download] | ||
|
||
Download the `.msi` package for Elasticsearch SQL ODBC Driver {{version}} from: [https://www.elastic.co/downloads/odbc-client](https://www.elastic.co/downloads/odbc-client) | ||
Download the `.msi` package for Elasticsearch SQL ODBC Driver {{stack-version}} from: [https://www.elastic.co/downloads/odbc-client](https://www.elastic.co/downloads/odbc-client) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we even be using a version variable here? |
||
|
||
There are two versions of the installer available: | ||
|
||
|
@@ -82,7 +82,7 @@ Clicking **Next** will present the End User License Agreement. You will need to | |
The following screen allows you to customise the installation path for the Elasticsearch ODBC driver files. | ||
|
||
::::{note} | ||
The default installation path is of the format: **%ProgramFiles%\Elastic\ODBCDriver\\{{version}}** | ||
The default installation path is of the format: **%ProgramFiles%\Elastic\ODBCDriver\\{{stack-version}}** | ||
:::: | ||
|
||
|
||
|
@@ -128,19 +128,19 @@ The examples given below apply to installation of the 64 bit MSI package. To ach | |
The `.msi` can also be installed via the command line. The simplest installation using the same defaults as the GUI is achieved by first navigating to the download directory, then running: | ||
|
||
```sh subs=true | ||
msiexec.exe /i esodbc-{{version}}-windows-x86_64.msi /qn | ||
msiexec.exe /i esodbc-{{stack-version}}-windows-x86_64.msi /qn | ||
``` | ||
|
||
By default, `msiexec.exe` does not wait for the installation process to complete, since it runs in the Windows subsystem. To wait on the process to finish and ensure that `%ERRORLEVEL%` is set accordingly, it is recommended to use `start /wait` to create a process and wait for it to exit: | ||
|
||
```sh subs=true | ||
start /wait msiexec.exe /i esodbc-{{version}}-windows-x86_64.msi /qn | ||
start /wait msiexec.exe /i esodbc-{{stack-version}}-windows-x86_64.msi /qn | ||
``` | ||
|
||
As with any MSI installation package, a log file for the installation process can be found within the `%TEMP%` directory, with a randomly generated name adhering to the format `MSI<random>.LOG`. The path to a log file can be supplied using the `/l` command line argument | ||
|
||
```sh subs=true | ||
start /wait msiexec.exe /i esodbc-{{version}}-windows-x86_64.msi /qn /l install.log | ||
start /wait msiexec.exe /i esodbc-{{stack-version}}-windows-x86_64.msi /qn /l install.log | ||
``` | ||
|
||
Supported Windows Installer command line arguments can be viewed using: | ||
|
@@ -156,12 +156,12 @@ msiexec.exe /help | |
All settings exposed within the GUI are also available as command line arguments (referred to as *properties* within Windows Installer documentation) that can be passed to `msiexec.exe`: | ||
|
||
`INSTALLDIR` | ||
: The installation directory. Defaults to _%ProgramFiles%\Elastic\ODBCDriver\\{{version}}_. | ||
: The installation directory. Defaults to _%ProgramFiles%\Elastic\ODBCDriver\\{{stack-version}}_. | ||
|
||
To pass a value, simply append the property name and value using the format `<PROPERTYNAME>="<VALUE>"` to the installation command. For example, to use a different installation directory to the default one: | ||
|
||
```sh subs=true | ||
start /wait msiexec.exe /i esodbc-{{version}}-windows-x86_64.msi /qn INSTALLDIR="c:\CustomDirectory" | ||
start /wait msiexec.exe /i esodbc-{{stack-version}}-windows-x86_64.msi /qn INSTALLDIR="c:\CustomDirectory" | ||
``` | ||
|
||
Consult the [Windows Installer SDK Command-Line Options](https://msdn.microsoft.com/en-us/library/windows/desktop/aa367988(v=vs.85).aspx) for additional rules related to values containing quotation marks. | ||
|
@@ -191,11 +191,11 @@ Once opened, find the Elasticsearch ODBC Driver installation within the list of | |
Uninstallation can also be performed from the command line by navigating to the directory containing the `.msi` package and running: | ||
|
||
```sh subs=true | ||
start /wait msiexec.exe /x esodbc-{{version}}-windows-x86_64.msi /qn | ||
start /wait msiexec.exe /x esodbc-{{stack-version}}-windows-x86_64.msi /qn | ||
``` | ||
|
||
Similar to the install process, a path for a log file for the uninstallation process can be passed using the `/l` command line argument | ||
|
||
```sh subs=true | ||
start /wait msiexec.exe /x esodbc-{{version}}-windows-x86_64.msi /qn /l uninstall.log | ||
start /wait msiexec.exe /x esodbc-{{stack-version}}-windows-x86_64.msi /qn /l uninstall.log | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ mapped_pages: | |
|
||
# Limitations [transform-limitations] | ||
|
||
The following limitations and known problems apply to the {{version}} release of the Elastic {{transform}} feature. The limitations are grouped into the following categories: | ||
The following limitations and known problems apply to the {{stack-version}} release of the Elastic {{transform}} feature. The limitations are grouped into the following categories: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we even be using a version variable here? |
||
|
||
* [Configuration limitations](#transform-config-limitations) apply to the configuration process of the {{transforms}}. | ||
* [Operational limitations](#transform-operational-limitations) affect the behavior of the {{transforms}} that are running. | ||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -135,7 +135,7 @@ output.kafka: | |||||
message: "ERR" | ||||||
``` | ||||||
|
||||||
This configuration results in topics named _critical-{{version}}_, _error-{{version}}_, and _logs-{{version}}_. | ||||||
This configuration results in topics named _critical-{{stack-version}}_, _error-{{stack-version}}_, and _logs-{{stack-version}}_. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should this actually not use version variables (is the version the
Suggested change
|
||||||
|
||||||
### `key` [_key] | ||||||
|
||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ Every event sent to {{ls}} contains a special field called [`@metadata`](logstas | |
... | ||
"@metadata": { | ||
"beat": "apm-server", <1> | ||
"version": "{{version}}" <2> | ||
"version": "{{stack-version}}" <2> | ||
} | ||
} | ||
``` | ||
|
@@ -218,7 +218,7 @@ The `proxy_use_local_resolver` option determines if {{ls}} hostnames are resolve | |
|
||
#### `index` [apm-logstash-index] | ||
|
||
The index root name to write events to. The default is `apm-server`. For example `"apm"` generates `"[apm-]VERSION-YYYY.MM.DD"` indices (for example, _"apm-{{version}}-2017.04.26"_). | ||
The index root name to write events to. The default is `apm-server`. For example `"apm"` generates `"[apm-]VERSION-YYYY.MM.DD"` indices (for example, _"apm-{{stack-version}}-2017.04.26"_). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since this is just an example we probably don't have to use a version variable, but in my opinion it doesn't hurt. |
||
|
||
::::{note} | ||
This parameter’s value will be assigned to the `metadata.beat` field. It can then be accessed in {{ls}}'s output section as `%{[@metadata][beat]}`. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we even be using a version variable here?