Skip to content
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

Cherry-pick to 7.9: [docs] Promote ingest management to beta (#20295) #20462

Merged
merged 1 commit into from
Aug 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[role="xpack"]
= Command line options

experimental[]
beta[]

The `elastic-agent run` command provides flags that alter the behavior of an
agent:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[role="xpack"]
= Configuration example

experimental[]
beta[]

The following example shows a full list of configuration options:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[role="xpack"]
= Configuration settings

experimental[]
beta[]

By default {agent} runs in standalone mode to ingest system data and send it to
a local {es} instance running on port 9200. It uses the demo credentials of the
Expand Down
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/docs/elastic-agent.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

= Manage your {agent}s

experimental[]
beta[]

// tag::agent-install-intro[]
{agent} is a single, unified agent that you can deploy to hosts or containers to
Expand Down
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/docs/install-elastic-agent.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[role="xpack"]
= Install {agent}

experimental[]
beta[]

Download and install the Agent on each system you want to monitor.

Expand Down
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/docs/run-elastic-agent.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[role="xpack"]
= Run {agent}

experimental[]
beta[]

{agent} runs in two modes: standalone or fleet. The two modes differ in how you
configure and manage the Agent.
Expand Down
2 changes: 0 additions & 2 deletions x-pack/elastic-agent/docs/stop-elastic-agent.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
To stop {agent} and its related executables, stop the {agent} process. Use the
commands that work for your system.

//TODO: Replace with tabbed panel when it's out of experimental phase.

*Windows:*

If you installed the Agent as a service, stop the service. If
Expand Down