-
Notifications
You must be signed in to change notification settings - Fork 228
Update F5 BIG-IP Local Traffic Manager #5002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
80abf1d
Update F5 BIG-IP Local Traffic Manager
amee-sumo 15f7856
Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md
amee-sumo d2540ae
Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md
amee-sumo 021ac87
Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md
amee-sumo ccae594
Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md
amee-sumo 3d9cee3
Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md
amee-sumo 8085c17
Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md
amee-sumo 5a2b5e0
Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md
amee-sumo 881b5eb
Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md
amee-sumo 71ae6fd
Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md
amee-sumo 8915dd2
Update f5-big-ip-ltm.md
amee-sumo 8cfe0cb
Update f5-big-ip-ltm.md
amee-sumo 735e2f7
Merge branch 'main' into F5-documentation-update
amee-sumo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -112,6 +112,23 @@ Now, using telemetry, we will define a [Sumo Logic sink](https://clouddocs.f5.co | |
| ```bash | ||
| 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 | ||
| ``` | ||
| :::note | ||
| Contact F5 Support if the above cURL commands return an error. | ||
| ::: | ||
|
|
||
| The logging profiles (LTM and ASM) created by AS3 in step 2 need to be assigned to the BIG-IP virtual server(s). Follow the steps below to begin collecting telemetry: | ||
amee-sumo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| **Associate LTM logging profile** | ||
amee-sumo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 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" /> | ||
| 1. Select and open the virtual server(s) to update their properties. 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" /> | ||
amee-sumo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 1. Scroll down and assign 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" /> | ||
amee-sumo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 1. Scroll down and select **Update** to save the changes. | ||
amee-sumo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| **Associate ASM logging profile** | ||
amee-sumo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 1. After assigning the LTM logging profile to the virtual server, navigate to the top of the form in the BIG-IP console UI and then select the **Security** tab 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" /> | ||
amee-sumo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 1. Enable logging and assign the previously created ASM logging profile, and then select **Update** to save the configuration changes.<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" /> | ||
amee-sumo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Installing the F5 - BIG-IP LTM app | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.