You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/security-threat-detection/f5-big-ip-ltm.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -87,25 +87,25 @@ Perform the following tasks to configure log collection for the F5 - BIG-IP LTM
87
87
#### Step 1: Create a Sumo Logic Hosted Collector
88
88
89
89
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`.
91
91
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
93
93
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.
95
95
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:
#### Step 3: Sumo Logic Consumer Set up using Telemetry
103
103
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.
105
105
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:
107
107
*`SUMOLOGIC_HOST`. `collectors.us2.sumologic.com`
108
-
*`SUMOLOGIC_SECRET_KEY`. `exampleAccessKey`
108
+
*`SUMOLOGIC_SECRET_KEY`. `test-endpoint`
109
109
110
110
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`.
0 commit comments