Skip to content

Commit c2c0e0d

Browse files
committed
Use correct technical preview tags
1 parent bb18297 commit c2c0e0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/en/ingest-management/commands.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ invoking the wrong binary.
2828
* <<elastic-agent-help-command,help>>
2929
* <<elastic-agent-inspect-command,inspect>>
3030
* <<elastic-agent-install-command,install>>
31-
* <<elastic-agent-otel-command,otel>> [technical preview]
31+
* <<elastic-agent-otel-command,otel>> preview:[]
3232
* <<elastic-agent-privileged-command,privileged>>
3333
* <<elastic-agent-restart-command,restart>>
3434
* <<elastic-agent-run-command,run>>
@@ -826,7 +826,7 @@ For details and limitations for running {agent} in this mode, refer to {fleet-gu
826826
+
827827
Note that changing to `unprivileged` mode is prevented if the agent is currently enrolled in a policy that includes an integration that requires administrative access, such as the {elastic-defend} integration.
828828
+
829-
[technical preview] To run {agent} without superuser privileges as a pre-existing user or group, for instance under an Active Directory account, you can specify the user or group, and the password to use.
829+
preview:[] To run {agent} without superuser privileges as a pre-existing user or group, for instance under an Active Directory account, you can specify the user or group, and the password to use.
830830
+
831831
For example:
832832
+
@@ -1191,7 +1191,7 @@ For details and limitations for running {agent} in this mode, refer to {fleet-gu
11911191

11921192
Note that changing a running {agent} to `unprivileged` mode is prevented if the agent is currently enrolled with a policy that contains the {elastic-defend} integration.
11931193

1194-
[technical preview] To run {agent} without superuser privileges as a pre-existing user or group, for instance under an Active Directory account, add either a `--user` or `--group` parameter together with a `--password` parameter.
1194+
preview:[] To run {agent} without superuser privileges as a pre-existing user or group, for instance under an Active Directory account, add either a `--user` or `--group` parameter together with a `--password` parameter.
11951195

11961196
[discrete]
11971197
=== Examples
@@ -1203,14 +1203,14 @@ Run {agent} without administrative privileges:
12031203
elastic-agent unprivileged
12041204
----
12051205

1206-
Run {agent} without administrative privileges, as a pre-existing user: [technical preview]
1206+
preview:[] Run {agent} without administrative privileges, as a pre-existing user:
12071207

12081208
[source,shell]
12091209
----
12101210
elastic-agent unprivileged --user="my.pathl\username" --password="mypassword"
12111211
----
12121212

1213-
Run {agent} without administrative privileges, as a pre-existing group: [technical preview]
1213+
preview:[] Run {agent} without administrative privileges, as a pre-existing group:
12141214

12151215
[source,shell]
12161216
----

0 commit comments

Comments
 (0)