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

Clean up heading tags in Elastic Agent docs #19963

Merged
merged 1 commit into from
Jul 16, 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 @@ -15,7 +15,7 @@ To alter this behavior, configure the output and other configuration settings:
* <<elastic-agent-monitoring-configuration>>
* <<elastic-agent-datasource-configuration>>

[float]
[discrete]
[[elastic-agent-output-configuration]]
== Output settings

Expand Down Expand Up @@ -51,7 +51,7 @@ username and password pair, and the second one contains an API key.
A default output configuration is required.
==============

[float]
[discrete]
[[elastic-agent-monitoring-configuration]]
== {beats} monitoring settings

Expand Down Expand Up @@ -81,6 +81,7 @@ To enable monitoring, set `agent.monitoring.enabled` to `true`. Also set the
collected. If neither setting is specified, monitoring is disabled. Set
`use_output` to specify the output to which monitoring events are sent.

[discrete]
[[elastic-agent-datasource-configuration]]
== Datasource settings

Expand Down
4 changes: 2 additions & 2 deletions x-pack/elastic-agent/docs/run-elastic-agent.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ experimental[]
{agent} runs in two modes: standalone or fleet. The two modes differ in how you
configure and manage the Agent.

[float]
[discrete]
[[fleet-mode]]
== Run in {fleet} mode

Expand Down Expand Up @@ -40,7 +40,7 @@ To start {agent}, run:
./elastic-agent run
----

[float]
[discrete]
[[standalone-mode]]
== Run in standalone mode (default)

Expand Down