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
Copy file name to clipboardExpand all lines: docs/class1/module2/lab2.rst
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Lab 2 - Configuring, Updating, and Accessing the F5 AST
10
10
Environment Variables
11
11
---------------------
12
12
13
-
#. If your previously-opened *web shell* has closed or timed out, navigate to the **App Study Tool** component with the UDF lab, then select **Access** and **Web Shell**.
13
+
#. If your previously-opened *web shell* has closed or timed out, navigate to the **Application Study Tool** component with the UDF lab, then select **Access** and **Web Shell**.
14
14
15
15
#. Change over to the ``application-study-tool`` repo's root directory:
This file contains configuration parameters for both the F5 AST itself and the devices subject to data collection. As the name implies, default settings for device collection can be set here.
79
79
80
-
Take a look at the value for ``password``. It's referencing an environment variable -- one which has been defined in the ``.env.device-secrets`` we reviewed in Step 7.
80
+
Take a look at the value for ``password``. It's referencing an environment variable -- one which has been defined in the ``.env.device-secrets`` we reviewed in the previous step.
81
81
82
82
.. note:: Default device settings can be overridden by individual device configurations in the ``config/bigip_receivers.yaml`` file.
83
83
84
-
As mentioned in Step 4, we need to add a new BIG-IP instance for data scraping: ``West Region - bigip-01``.
84
+
As mentioned in Step 4 of :ref:`Accessing and Using the GitHub Repository`, we need to add a new BIG-IP instance for data scraping: ``West Region - bigip-01``.
85
85
86
86
#. First, inspect the ``config/bigip_receivers.yaml`` file with the following command:
87
87
@@ -159,7 +159,7 @@ F5 AST Configuration Helper
159
159
160
160
Once the ``bigip_receivers.yaml`` file has been updated, you must run the configuration helper script. This processes the changes made and updates the OTel collector's embedded yaml configuration files, as we will soon see.
161
161
162
-
#. The following command must be run from the f5-application-study repo root directory, ``/home/ubuntu/application-study-tool``
162
+
#. The following command must be run from the f5-application-study repo root directory, ``/home/ubuntu/pre-built/application-study-tool``
0 commit comments