Skip to content

Commit 2ab79e6

Browse files
authored
Update f5-big-ip-ltm.md (#5032)
* Update f5-big-ip-ltm.md * Update f5-big-ip-ltm.md
1 parent 1441bae commit 2ab79e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/integrations/security-threat-detection/f5-big-ip-ltm.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Perform the following tasks to configure log collection for the F5 - BIG-IP LTM
9191

9292
#### Step 2: Use AS3 Declarative language to define a logging profile on BIG-IP
9393

94-
Download [AS3Listener.json from here](https://sumologic-app-data.s3.amazonaws.com/F5LTM/AS3Listener.json), and we will use it to define the logging profile on BIG IP.
94+
Download [AS3Listener.json from here](https://sumologic-app-data.s3.us-east-1.amazonaws.com/F5LTM/V1/AS3Listener.json), and we will use it to define the logging profile on BIG IP.
9595

9696
Use the following curl command to set logging profile at BIG-IP. Replace `BIG-IP PWD`, `BIG-IP IP`, and `PORT` in the following command:
9797

@@ -101,7 +101,7 @@ curl -k --user admin:<BIG-IP PWD> -H "Accept: application/json" -H "Content-Type
101101

102102
#### Step 3: Sumo Logic Consumer Set up using Telemetry
103103

104-
Download the Sumo Logic `sumo.json` [here](https://sumologic-app-data.s3.amazonaws.com/F5LTM/sumo.json), and replace `SUMOLOGIC_HOST` and `SUMOLOGIC_SECRET_KEY` with values from Sumo Logic HTTP URL created in step 1.
104+
Download the Sumo Logic `sumo.json` [here](https://sumologic-app-data.s3.us-east-1.amazonaws.com/F5LTM/V1/sumo..json), and replace `SUMOLOGIC_HOST` and `SUMOLOGIC_SECRET_KEY` with values from Sumo Logic HTTP URL created in step 1.
105105

106106
Example: For the Sumo Logic HTTP URL `https://collectors.us2.sumologic.com/receiver/v1/http/test-endpoint`, the above values are as follows:
107107
* `SUMOLOGIC_HOST`. `collectors.us2.sumologic.com`
@@ -116,6 +116,8 @@ curl -k --user admin:<BIGIP PWD> -H "Accept: application/json" -H "Content-Type:
116116
Contact F5 support team if the above curl commands return an error.
117117
:::
118118

119+
#### Step 4: Associate logging profiles with virtual servers
120+
119121
To begin collecting telemetry, the logging profiles (LTM and ASM) created by AS3 in [step 2](#step-2-use-as3-declarative-language-to-define-a-logging-profile-on-big-ip) need to be assigned to the BIG-IP virtual server(s).
120122

121123
Follow the below steps to associate LTM logging profile:

0 commit comments

Comments
 (0)