You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-linux/install-linux.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,16 @@ The installer script deploys and configures these elements:
29
29
30
30
To install the package using the installer script, follow these steps:
31
31
32
-
#. Ensure you have systemd, ``curl`` and ``sudo`` installed.
32
+
#. Ensure you have ``systemd``, ``curl`` and ``sudo`` installed.
33
33
#. Download and run the installer script.
34
34
#. Replace the following variables for your environment:
35
35
36
36
* ``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>`.
37
37
* ``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.
38
38
* ``SPLUNK_ACCESS_TOKEN``: This is the base64-encoded access token for authenticating data ingest requests. See :ref:`admin-org-tokens`.
39
39
40
+
The command to download and invoke the installer script is as follows:
0 commit comments