From dbefc2c49f747d331e63a796f694b110cbb6c7d7 Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Mon, 3 Feb 2025 20:52:00 +0530 Subject: [PATCH 1/2] Update f5-big-ip-ltm.md --- .../integrations/security-threat-detection/f5-big-ip-ltm.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/integrations/security-threat-detection/f5-big-ip-ltm.md b/docs/integrations/security-threat-detection/f5-big-ip-ltm.md index 051c7ad589..7e68577d23 100644 --- a/docs/integrations/security-threat-detection/f5-big-ip-ltm.md +++ b/docs/integrations/security-threat-detection/f5-big-ip-ltm.md @@ -91,7 +91,7 @@ Perform the following tasks to configure log collection for the F5 - BIG-IP LTM #### Step 2: Use AS3 Declarative language to define a logging profile on BIG-IP -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. +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. 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: @@ -101,7 +101,7 @@ curl -k --user admin: -H "Accept: application/json" -H "Content-Type #### Step 3: Sumo Logic Consumer Set up using Telemetry -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. +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. Example: For the Sumo Logic HTTP URL `https://collectors.us2.sumologic.com/receiver/v1/http/test-endpoint`, the above values are as follows: * `SUMOLOGIC_HOST`. `collectors.us2.sumologic.com` @@ -116,6 +116,8 @@ curl -k --user admin: -H "Accept: application/json" -H "Content-Type: Contact F5 support team if the above curl commands return an error. ::: +#### Associate logging profiles with virtual servers + 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). Follow the below steps to associate LTM logging profile: From 43624e81e17573921d467806c3596082120ce460 Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Mon, 3 Feb 2025 20:54:05 +0530 Subject: [PATCH 2/2] Update f5-big-ip-ltm.md --- docs/integrations/security-threat-detection/f5-big-ip-ltm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/security-threat-detection/f5-big-ip-ltm.md b/docs/integrations/security-threat-detection/f5-big-ip-ltm.md index 7e68577d23..1c0dcfe81a 100644 --- a/docs/integrations/security-threat-detection/f5-big-ip-ltm.md +++ b/docs/integrations/security-threat-detection/f5-big-ip-ltm.md @@ -116,7 +116,7 @@ curl -k --user admin: -H "Accept: application/json" -H "Content-Type: Contact F5 support team if the above curl commands return an error. ::: -#### Associate logging profiles with virtual servers +#### Step 4: Associate logging profiles with virtual servers 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).