Skip to content

Commit 765b970

Browse files
jpipkin1kimsauce
andauthored
DOCS-265 - Fix for F5 BIG-IP (#4188)
* Fix for F5 BIG-IP * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md Co-authored-by: Kim (Sumo Logic) <56411016+kimsauce@users.noreply.github.com> * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md * Fix cnc * Update docs/integrations/security-threat-detection/f5-big-ip-ltm.md Co-authored-by: Kim (Sumo Logic) <56411016+kimsauce@users.noreply.github.com> --------- Co-authored-by: Kim (Sumo Logic) <56411016+kimsauce@users.noreply.github.com>
1 parent f78b84a commit 765b970

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,25 +87,25 @@ Perform the following tasks to configure log collection for the F5 - BIG-IP LTM
8787
#### Step 1: Create a Sumo Logic Hosted Collector
8888

8989
1. Configure a Hosted Collector in Sumo Logic using [these instructions](/docs/send-data/hosted-collectors/configure-hosted-collector).
90-
2. Add an [HTTP source](/docs/send-data/hosted-collectors/http-source/logs-metrics), configuring the Source Category with the string f5 in it (e.g., “f5/ltm”). Make a note of the URL for the HTTP source, as you will need it in the following steps. The URL for our example is: `https://collectors.us2.sumologic.com/receiver/v1/http/`.
90+
2. Add an [HTTP source](/docs/send-data/hosted-collectors/http-source/logs-metrics), configuring the Source Category with the string f5 in it (e.g., “f5/ltm”). Make a note of the URL for the HTTP source, as you will need it in the following steps. The URL for our example is: `https://collectors.us2.sumologic.com/receiver/v1/http/test-endpoint`.
9191

92-
#### Step 2: Use AS3 Declarative language to define a logging profile on BIG-IP.
92+
#### 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 st BIG IP.
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.
9595

96-
Use the following curl cmd to set logging profile at BIG-IP. Replace `BIG-IP PWD`, `BIG-IP IP`, and `PORT` in the following cmd:
96+
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

9898
```bash
9999
curl -k --user admin:<BIG-IP PWD> -H "Accept: application/json" -H "Content-Type:application/json" -X POST -d@AS3Listener.json https://<BIG-IP IP>:<PORT>/mgmt/shared/appsvcs/declare | python -m json.tool
100100
```
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` with the value created in step 1, and replace `SUMOLOGIC_SECRET_KEY` with your Sumo Logic [access key](/docs/manage/security/access-keys/).
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.
105105

106-
Example: For the Sumo Logic HTTP URL `https://collectors.us2.sumologic.com/receiver/v1/http/`, the above values are as follows:
106+
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`
108-
* `SUMOLOGIC_SECRET_KEY`. `exampleAccessKey`
108+
* `SUMOLOGIC_SECRET_KEY`. `test-endpoint`
109109

110110
Now, using telemetry, we will define a [Sumo Logic sink](https://clouddocs.f5.com/products/extensions/f5-telemetry-streaming/latest/setting-up-consumer.html#sumo-logic). This will enable us to forward statistics and events from the BIG-IP to Sumo Logic. Use the following curl command and replace `BIG-IP PWD`, `BIG-IP IP`, and `PORT`.
111111

0 commit comments

Comments
 (0)