Skip to content

Commit 098b47f

Browse files
amee-sumoJV0812
andauthored
Update F5 BIG-IP Local Traffic Manager (#5002)
* Update F5 BIG-IP Local Traffic Manager * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md Co-authored-by: Jagadisha V <[email protected]> * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md Co-authored-by: Jagadisha V <[email protected]> * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md Co-authored-by: Jagadisha V <[email protected]> * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md Co-authored-by: Jagadisha V <[email protected]> * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md Co-authored-by: Jagadisha V <[email protected]> * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md Co-authored-by: Jagadisha V <[email protected]> * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md Co-authored-by: Jagadisha V <[email protected]> * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md Co-authored-by: Jagadisha V <[email protected]> * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md Co-authored-by: Jagadisha V <[email protected]> * Update f5-big-ip-ltm.md * Update f5-big-ip-ltm.md --------- Co-authored-by: Jagadisha V <[email protected]>
1 parent bdefe7b commit 098b47f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,24 @@ Now, using telemetry, we will define a [Sumo Logic sink](https://clouddocs.f5.co
112112
```bash
113113
curl -k --user admin:<BIGIP PWD> -H "Accept: application/json" -H "Content-Type:application/json" -X POST [email protected] https://<BIG-IP IP>:<PORT>3/mgmt/shared/telemetry/declare | python -m json.tool
114114
```
115+
:::note
116+
Contact F5 support team if the above curl commands return an error.
117+
:::
118+
119+
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).
120+
121+
Follow the below steps to associate LTM logging profile:
122+
123+
1. From the BIG-IP console UI, navigate to **Local Traffic** > **Virtual Servers** > **Virtual Server List**.<br/> <img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/F5+BIG-IP+Local+Traffic+Manager/step1.png')} alt="console UI" style={{border: '1px solid gray'}} width="500" />
124+
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.<br/> <img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/F5+BIG-IP+Local+Traffic+Manager/step2.png')} alt="server config" style={{border: '1px solid gray'}} width="500" />
125+
1. In the **Request Logging Profile**, select the previously created LTM logging profile to the virtual server(s).<br/> <img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/F5+BIG-IP+Local+Traffic+Manager/step3.png')} alt="assign LTM logging profile" style={{border: '1px solid gray'}} width="500" />
126+
1. Click **Update** to save the changes.
127+
128+
Follow the below steps to associate ASM logging profile:
129+
130+
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.<br/> <img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/F5+BIG-IP+Local+Traffic+Manager/step5.png')} alt="security" style={{border: '1px solid gray'}} width="500" />
131+
1. In the **Log Profile**, enable logging and assign the previously created ASM logging profile. <br/> <img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/F5+BIG-IP+Local+Traffic+Manager/step6.png')} alt="assign ASM logging profil" style={{border: '1px solid gray'}} width="500" />
132+
1. Click **Update** to save the configuration changes.
115133

116134
## Installing the F5 - BIG-IP LTM app
117135

@@ -188,4 +206,4 @@ import AppUpdate from '../../reuse/apps/app-update.md';
188206

189207
import AppUninstall from '../../reuse/apps/app-uninstall.md';
190208

191-
<AppUninstall/>
209+
<AppUninstall/>

0 commit comments

Comments
 (0)