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 ff3c0a82b9..051c7ad589 100644 --- a/docs/integrations/security-threat-detection/f5-big-ip-ltm.md +++ b/docs/integrations/security-threat-detection/f5-big-ip-ltm.md @@ -112,6 +112,24 @@ Now, using telemetry, we will define a [Sumo Logic sink](https://clouddocs.f5.co ```bash curl -k --user admin: -H "Accept: application/json" -H "Content-Type:application/json" -X POST -d@sumo.json https://:3/mgmt/shared/telemetry/declare | python -m json.tool ``` +:::note +Contact F5 support team if the above curl commands return an error. +::: + +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: + +1. From the BIG-IP console UI, navigate to **Local Traffic** > **Virtual Servers** > **Virtual Server List**.
console UI +1. Select and open the virtual server(s) to update their properties. In the **Configuration** dropdown, change the virtual server configuration setting from **Basic** to **Advanced** to expose the logging properties.
server config +1. In the **Request Logging Profile**, select the previously created LTM logging profile to the virtual server(s).
assign LTM logging profile +1. Click **Update** to save the changes. + +Follow the below steps to associate ASM logging profile: + +1. After assigning the LTM logging profile to the virtual server, navigate to the **Security** tab and select **Policies** to access the virtual server’s security policy settings.
security +1. In the **Log Profile**, enable logging and assign the previously created ASM logging profile.
assign ASM logging profil +1. Click **Update** to save the configuration changes. ## Installing the F5 - BIG-IP LTM app @@ -188,4 +206,4 @@ import AppUpdate from '../../reuse/apps/app-update.md'; import AppUninstall from '../../reuse/apps/app-uninstall.md'; - \ No newline at end of file +