Skip to content

Commit 22a9a05

Browse files
Fix applies_to tags for same lifecycle, multiple versions (#46782)
1 parent 9438b0d commit 22a9a05

7 files changed

+14
-20
lines changed

docs/reference/auditbeat/auditbeat-installation-configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,8 @@ If script execution is disabled on your system, you need to set the execution po
101101
:::
102102

103103
:::{important}
104-
```{applies_to}
105-
stack: ga 9.1.0, ga 9.0.6
106-
```
104+
{applies_to}`stack: ga 9.1.0` {applies_to}`stack: ga 9.0.6`
105+
107106
The base folder has changed from `C:\ProgramData\` to `C:\Program Files\`
108107
because the latter has stricter permissions. The home path (base for
109108
state and logs) is now `C:\Program Files\Auditbeat-Data`.

docs/reference/filebeat/filebeat-input-httpjson.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Some built-in helper functions are provided to work with the input state inside
221221
* `parseTimestamp`: parses a timestamp in seconds and returns a `time.Time` in UTC. Example: `[[parseTimestamp 1604582732]]` returns `2020-11-05 13:25:32 +0000 UTC`.
222222
* `replaceAll(old, new, s)`: replaces all non-overlapping instances of `old` with `new` in `s`. Example: `[[ replaceAll "some" "my" "some value" ]]` returns `my value`.
223223
* `sprintf`: formats according to a format specifier and returns the resulting string. Refer to [the Go docs](https://pkg.go.dev/fmt#Sprintf) for usage. Example: `[[sprintf "%d:%q" 34 "quote this"]]`
224-
* `terminate`: exits the template without falling back to the default value and without causing an error. It takes a single string argument that is logged in debug logging. {applies_to}`stack: ga 9.1.2, ga 9.0.6, ga 8.19.2, ga 8.18.6`
224+
* `terminate`: exits the template without falling back to the default value and without causing an error. It takes a single string argument that is logged in debug logging. {applies_to}`stack: ga 9.1.2` {applies_to}`stack: ga 9.0.6` {applies_to}`stack: ga 8.19.2` {applies_to}`stack: ga 8.18.6`
225225
* `toInt`: converts a value of any type to an integer when possible. Returns 0 if the conversion fails.
226226
* `toJSON`: converts a value to a JSON string. This can be used with `value_type: json` to create an object from a template. Example: `[[ toJSON .last_response.body.pagingIdentifiers ]]`.
227227
* `urlEncode`: URL encodes the supplied string. Example `[[urlEncode "string1"]]`. Example `[[urlEncode "<string1>"]]` will return `%3Cstring1%3E`.
@@ -1472,7 +1472,7 @@ Each cursor entry is formed by:
14721472
* A `value` template, which will define the value to store when evaluated.
14731473
* A `default` template, which will define the value to store when the value template fails or is empty.
14741474
* An `ignore_empty_value` flag. When set to `true`, will not store empty values, preserving the previous one, if any. Default: `true`.
1475-
* A `do_not_log_failure` flag. When set to `true`, will not signal a degraded Fleet health status. Default: `true`. {applies_to}`stack: ga 9.1.4, ga 9.0.7, ga 8.19.4, ga 8.18.7`
1475+
* A `do_not_log_failure` flag. When set to `true`, will not signal a degraded Fleet health status. Default: `true`. {applies_to}`stack: ga 9.1.4` {applies_to}`stack: ga 9.0.7` {applies_to}`stack: ga 8.19.4` {applies_to}`stack: ga 8.18.7`
14761476

14771477
Can read state from: [`.last_response.*`, `.first_event.*`, `.last_event.*`].
14781478

docs/reference/filebeat/filebeat-installation-configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ If script execution is disabled on your system, you need to set the execution po
100100
:::
101101

102102
:::{important}
103-
```{applies_to}
104-
stack: ga 9.1.0, ga 9.0.6
105-
```
103+
{applies_to}`stack: ga 9.1.0` {applies_to}`stack: ga 9.0.6`
104+
106105
The base folder has changed from `C:\ProgramData\` to `C:\Program Files\`
107106
because the latter has stricter permissions. The home path (base for
108107
state and logs) is now `C:\Program Files\Filebeat-Data`.

docs/reference/heartbeat/heartbeat-installation-configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ If script execution is disabled on your system, you need to set the execution po
102102
:::
103103

104104
:::{important}
105-
```{applies_to}
106-
stack: ga 9.1.0, ga 9.0.6
107-
```
105+
{applies_to}`stack: ga 9.1.0` {applies_to}`stack: ga 9.0.6`
106+
108107
The base folder has changed from `C:\ProgramData\` to `C:\Program Files\`
109108
because the latter has stricter permissions. The home path (base for
110109
state and logs) is now `C:\Program Files\Heartbeat-Data`.

docs/reference/metricbeat/metricbeat-installation-configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ If script execution is disabled on your system, you need to set the execution po
104104
:::
105105

106106
:::{important}
107-
```{applies_to}
108-
stack: ga 9.1.0, ga 9.0.6
109-
```
107+
{applies_to}`stack: ga 9.1.0` {applies_to}`stack: ga 9.0.6`
108+
110109
The base folder has changed from `C:\ProgramData\` to `C:\Program Files\`
111110
because the latter has stricter permissions. The home path (base for
112111
state and logs) is now `C:\Program Files\Metricbeat-Data`.

docs/reference/packetbeat/packetbeat-installation-configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,8 @@ If script execution is disabled on your system, you need to set the execution po
141141
:::
142142

143143
:::{important}
144-
```{applies_to}
145-
stack: ga 9.1.0, ga 9.0.6
146-
```
144+
{applies_to}`stack: ga 9.1.0` {applies_to}`stack: ga 9.0.6`
145+
147146
The base folder has changed from `C:\ProgramData\` to `C:\Program Files\`
148147
because the latter has stricter permissions. The home path (base for
149148
state and logs) is now `C:\Program Files\Packetbeat-Data`.

docs/reference/winlogbeat/winlogbeat-installation-configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ To use a local non-Administrator account to run Winlogbeat, follow [these additi
7373
:::
7474

7575
:::{important}
76-
```{applies_to}
77-
stack: ga 9.1.0, ga 9.0.6
78-
```
76+
{applies_to}`stack: ga 9.1.0` {applies_to}`stack: ga 9.0.6`
77+
7978
The base folder has changed from `C:\ProgramData\` to `C:\Program Files\`
8079
because the latter has stricter permissions. The home path (base for
8180
state and logs) is now `C:\Program Files\Winlogbeat-Data`.

0 commit comments

Comments
 (0)