Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 08cdf91

Browse files
committed
fixes typos and adds a clarifying sentence
1 parent fe2b4ec commit 08cdf91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gdi/opentelemetry/collector-linux/install-linux.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ The installer script deploys and configures these elements:
2929

3030
To install the package using the installer script, follow these steps:
3131

32-
#. Ensure you have systemd, ``curl`` and ``sudo`` installed.
32+
#. Ensure you have ``systemd``, ``curl`` and ``sudo`` installed.
3333
#. Download and run the installer script.
3434
#. Replace the following variables for your environment:
3535

3636
* ``SPLUNK_REALM``: This is the Realm to send data to. The default is ``us0``. To find your Splunk realm, see :ref:`Note about realms <about-realms>`.
3737
* ``SPLUNK_MEMORY_TOTAL_MIB``: This is the total allocated memory in mebibytes (MiB). For example, ``512`` allocates 512 MiB (500 x 2^20 bytes) of memory.
3838
* ``SPLUNK_ACCESS_TOKEN``: This is the base64-encoded access token for authenticating data ingest requests. See :ref:`admin-org-tokens`.
3939

40+
The command to download and invoke the installer script is as follows:
41+
4042
.. code-block:: bash
4143
4244
curl -sSL https://dl.signalfx.com/splunk-otel-collector.sh > /tmp/splunk-otel-collector.sh;
@@ -356,7 +358,7 @@ Splunk provides a Salt formula to install and configure the Collector. See :ref:
356358
Next steps
357359
==================================
358360

359-
After you`` ve installed the package, you can perform these actions:
361+
After you've installed the package, you can perform these actions:
360362

361363
* :ref:`Configure the Collector <otel-configuration>`.
362364
* Use :ref:`Infrastructure Monitoring <get-started-infrastructure>` to track the health of your infrastructure.

0 commit comments

Comments
 (0)