Skip to content

Commit 9459f8f

Browse files
[observability] Spot check rendering/syntax issues (#1078)
Spot checks rendering/syntax issues in Solutions → Observability.
1 parent 6f9449d commit 9459f8f

File tree

97 files changed

+520
-503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+520
-503
lines changed
-985 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Loading
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Loading

solutions/observability/apm/api-keys.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ APM Server provides a command line interface for creating, retrieving, invalidat
199199
| `manage_own_api_key` | Allow APM Server to create, retrieve, and invalidate API keys |
200200

201201
2. Depending on what the **API key role** will be used for, also assign the appropriate `apm` application-level privileges:
202-
203202
* To **receive Agent configuration**, assign `config_agent:read`.
204203
* To **ingest agent data**, assign `event:write`.
205204
* To **upload source maps**, assign `sourcemap:write`.

solutions/observability/apm/apm-server-command-reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ apm-server apikey SUBCOMMAND [FLAGS]
7575
| `manage_own_api_key` | Allow APM Server to create, retrieve, and invalidate API keys |
7676

7777
2. Depending on what the **API key role** will be used for, also assign the appropriate `apm` application-level privileges:
78-
7978
* To **receive Agent configuration**, assign `config_agent:read`.
8079
* To **ingest agent data**, assign `event:write`.
8180
* To **upload source maps**, assign `sourcemap:write`.

solutions/observability/apm/get-started-apm-server-binary.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ tar xzvf apm-server-{{apm_server_version}}-darwin-x86_64.tar.gz
6767
$$$apm-installing-on-windows$$$
6868
**Windows:**
6969

70-
1. Download the APM Server Windows zip file from the
71-
https://www.elastic.co/downloads/apm/apm-server[downloads page].
70+
1. Download the APM Server Windows zip file from the [downloads page](https://www.elastic.co/downloads/apm/apm-server).
7271

7372
1. Extract the contents of the zip file into `C:\Program Files`.
7473

solutions/observability/apm/get-started-serverless.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,9 @@ To send APM data to Elastic, you must install an APM agent and configure it to s
182182

183183
If you can’t find your distribution, you can install the agent by building it from the source. The following instructions will build the APM agent using the same docker environment that Elastic uses to build our official packages.
184184

185-
::::{note}
185+
```{note}
186186
The agent is currently only available for Linux operating system.
187-
188-
::::
187+
```
189188

190189
1. Download the [agent source](https://github.com/elastic/apm-agent-php/).
191190
2. Execute the following commands to build the agent and install it:

solutions/observability/apm/installation-layout.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ View the installation layout and default paths for both Fleet-managed APM Server
2626
: Main {{agent}} {{fleet}} encrypted configuration
2727

2828
`/Library/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent.ndjson`
29-
: Log files for {{agent}} and {{beats}} shippers <sup class="footnote" id="_footnote_lognumbering">[<a id="_footnoteref_1" class="footnote" href="#_footnotedef_1" title="View footnote.">1</a>]</sup>
29+
: Log files for {{agent}} and {{beats}} shippers[¹](#footnote-1)
3030

3131
`/usr/bin/elastic-agent`
3232
: Shell wrapper installed into PATH
@@ -45,7 +45,7 @@ You can install {{agent}} in a custom base path other than `/Library`. When ins
4545
: Main {{agent}} {{fleet}} encrypted configuration
4646

4747
`/opt/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent.ndjson`
48-
: Log files for {{agent}} and {{beats}} shippers <sup class="footnoteref">[<a class="footnote" href="#_footnotedef_1" title="View footnote.">1</a>]</sup>
48+
: Log files for {{agent}} and {{beats}} shippers[¹](#footnote-1)
4949

5050
`/usr/bin/elastic-agent`
5151
: Shell wrapper installed into PATH
@@ -64,7 +64,7 @@ You can install {{agent}} in a custom base path other than `/opt`. When install
6464
: Main {{agent}} {{fleet}} encrypted configuration
6565

6666
`C:\Program Files\Elastic\Agent\data\elastic-agent-*\logs\elastic-agent.ndjson`
67-
: Log files for {{agent}} and {{beats}} shippers <sup class="footnoteref">[<a class="footnote" href="#_footnotedef_1" title="View footnote.">1</a>]</sup>
67+
: Log files for {{agent}} and {{beats}} shippers[¹](#footnote-1)
6868

6969
You can install {{agent}} in a custom base path other than `C:\Program Files`. When installing {{agent}} with the `.\elastic-agent.exe install` command, use the `--base-path` CLI option to specify the custom base path.
7070
::::::
@@ -80,7 +80,7 @@ You can install {{agent}} in a custom base path other than `C:\Program Files`.
8080
: Main {{agent}} {{fleet}} encrypted configuration
8181

8282
`/var/lib/elastic-agent/data/elastic-agent-*/logs/elastic-agent.ndjson`
83-
: Log files for {{agent}} and {{beats}} shippers <sup class="footnoteref">[<a class="footnote" href="#_footnotedef_1" title="View footnote.">1</a>]</sup>
83+
: Log files for {{agent}} and {{beats}} shippers[¹](#footnote-1)
8484

8585
`/usr/bin/elastic-agent`
8686
: Shell wrapper installed into PATH
@@ -97,7 +97,7 @@ You can install {{agent}} in a custom base path other than `C:\Program Files`.
9797
: Main {{agent}} {{fleet}} encrypted configuration
9898

9999
`/var/lib/elastic-agent/data/elastic-agent-*/logs/elastic-agent.ndjson`
100-
: Log files for {{agent}} and {{beats}} shippers <sup class="footnoteref">[<a class="footnote" href="#_footnotedef_1" title="View footnote.">1</a>]</sup>
100+
: Log files for {{agent}} and {{beats}} shippers[¹](#footnote-1)
101101

102102
`/usr/bin/elastic-agent`
103103
: Shell wrapper installed into PATH
@@ -150,3 +150,6 @@ For the deb and rpm distributions, these paths are set in the init script or in
150150
::::::
151151

152152
:::::::
153+
154+
$$$footnote-1$$$
155+
¹ Logs file names end with a date (`YYYYMMDD`) and optional number: `elastic-agent-YYYYMMDD.ndjson`, `elastic-agent-YYYYMMDD-1.ndjson`, and so on as new files are created during rotation.

solutions/observability/apm/switch-an-elastic-cloud-cluster-to-apm-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Go to the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs
5353
:alt: scale APM
5454
:::
5555

56-
Congratulations -- you now have the latest and greatest in Elastic APM!
56+
Congratulations  you now have the latest and greatest in Elastic APM!

0 commit comments

Comments
 (0)