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
| US2 |https://api.us2.sumologic.com/docs/#tag/orgsManagement<br/>https://organizations.sumologic.com/docs/#tag/organizationsManagement* <br/><small> *This assembly is exclusive to the US2 deployment and is designed to manage APIs for Sumo Logic orgs that are not tied to a specific deployment. For example, a parent organization might have child organizations across different deployments. As a result, the [List Organizations API](https://organizations.sumologic.com/docs/#operation/listOrganizations), which lists child organizations, is included in this assembly to accommodate child organizations spread across multiple deployments.</small> |
<sup>`*`</sup> This assembly is exclusive to the US2 deployment and manages APIs for Sumo Logic orgs not tied to a specific deployment, such as parent orgs with child orgs across multiple deployments. It includes the [List Organizations API](https://organizations.sumologic.com/docs/#operation/listOrganizations) to support this setup.
Sumo Logic provides the ability to configure private connectivity between your AWS Infrastructure and Sumologic via [AWS PrivateLink](https://aws.amazon.com/privatelink). This prevents any traffic from being accessible to the public internet.
16
+
Sumo Logic provides the ability to configure private connectivity between your AWS Infrastructure and Sumologic via [AWS PrivateLink](https://aws.amazon.com/privatelink). This prevents any traffic from being accessible to the public internet.
17
17
18
-
Following sources are supported for AWS PrivateLink:
18
+
Following sources are supported for AWS PrivateLink:
19
19
20
20
-**Installed Collector sources**. Data collected on Installed collectors deployed on customer VPC and sent to Sumo Logic.
21
21
-**Sumo Logic OpenTelemetry Distro Collector sources**. Data collected on OpenTelemetry Distro collectors deployed on customer VPC and sent to Sumo Logic.
22
22
-**HTTPs sources**. Data sent by the applications hosted in customers VPC and sent over to Sumologic using [HTTP Logs and Metrics Source](/docs/send-data/hosted-collectors/http-source/logs-metrics/) and Kinesis Firehose Source for Logs and Metrics.
23
-
-**OTLP Source**. An [OTLP/HTTP Source](/docs/send-data/hosted-collectors/http-source/otlp/) is an endpoint for receiving OTLP-formatted Logs and Metrics from OpenTelemetry collectors using [OTLP exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/v0.99.0/exporter/otlphttpexporter#otlphttp-exporter).
23
+
-**OTLP Source**. An [OTLP/HTTP Source](/docs/send-data/hosted-collectors/http-source/otlp/) is an endpoint for receiving OTLP-formatted Logs and Metrics from OpenTelemetry collectors using [OTLP exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/v0.99.0/exporter/otlphttpexporter#otlphttp-exporter).
24
24
25
-
The following sources are not supported for AWS PrivateLink:
25
+
The following sources are not supported for AWS PrivateLink:
26
26
27
-
- Cloud Syslog
27
+
- Cloud Syslog
28
28
- AWS S3
29
29
- AWS Cloudwatch source
30
30
- RUM sources
@@ -37,89 +37,18 @@ With the NLB-created and ALB-registered as a target, requests over AWS PrivateL
37
37
38
38
Sumo Logic exposes AWS PrivateLink endpoints to different [regions that depend on your Sumo Logic deployment](/docs/api/getting-started/#sumo-logic-endpoints-by-deployment-and-firewall-security). If you're using the VPC in a different region where the Sumo Logic PrivateLink endpoint service is set up, you need to set up VPC peering. Either way, you need to create an endpoint.
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Logs > Fields**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Logs** select **Fields**. You can also click the **Go To...** menu at the top of the screen and select **Fields**.
234
-
1. Search for the “**functionname**” field.
216
+
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Logs > Fields**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Logs** select **Fields**. You can also click the **Go To...** menu at the top of the screen and select **Fields**.
217
+
1. Search for the “**functionname**” field.
235
218
1. If not present, create it. Learn how to create and manage fields [here](/docs/manage/fields.md#manage-fields).
Copy file name to clipboardExpand all lines: docs/integrations/app-development/jfrog-xray.md
+13-46Lines changed: 13 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,52 +228,19 @@ Advanced configuration can be used with all JFrog Xray script-based collection c
228
228
229
229
This section provides a list of variables for Jfrog Xray that you can define in the configuration file.
230
230
231
-
<table><small>
232
-
<tr>
233
-
<td>Variable </td>
234
-
<td>Usage </td>
235
-
</tr>
236
-
<tr>
237
-
<td>BACKFILL_DAYS in Collection Section </td>
238
-
<td>Number of days before the event collection will start. If the value is 1, then events are fetched from yesterday to today. </td>
239
-
</tr>
240
-
<tr>
241
-
<td>LOG_FORMAT in Logging Section </td>
242
-
<td>Log format used by the python logging module to write logs in a file. </td>
243
-
</tr>
244
-
<tr>
245
-
<td>ENABLE_LOGFILE in Logging Section </td>
246
-
<td>Set to TRUE to write all logs and errors to a log file. </td>
247
-
</tr>
248
-
<tr>
249
-
<td>ENABLE_CONSOLE_LOG in Logging Section </td>
250
-
<td>Enables printing logs in a console. </td>
251
-
</tr>
252
-
<tr>
253
-
<td>LOG_FILEPATH in Logging Section </td>
254
-
<td>Path of the log file used when ENABLE_LOGFILE is set to TRUE. </td>
255
-
</tr>
256
-
<tr>
257
-
<td>NUM_WORKERS in Collection Section </td>
258
-
<td>Number of threads to spawn for API calls. </td>
259
-
</tr>
260
-
<tr>
261
-
<td>MAX_RETRY in Collection Section </td>
262
-
<td>Number of retries to attempt in case of request failure. </td>
263
-
</tr>
264
-
<tr>
265
-
<td>BACKOFF_FACTOR in Collection Section </td>
266
-
<td>A backoff factor to apply between attempts after the second try. If the backoff_factor is 0.1, then sleep() will sleep for [0.0s, 0.2s, 0.4s, ...] between retries. </td>
267
-
</tr>
268
-
<tr>
269
-
<td>TIMEOUT in Collection Section </td>
270
-
<td>Request time out used by the requests library. </td>
271
-
</tr>
272
-
<tr>
273
-
<td>HTTP_LOGS_ENDPOINT in SumoLogic sectio </td>
274
-
<td>HTTP source endpoint url created in Sumo Logic for ingesting Logs. </td>
275
-
</tr></small>
276
-
</table>
231
+
| Variable | Usage |
232
+
|:----|:-----------------------|
233
+
| BACKFILL_DAYS in Collection Section | Number of days before the event collection will start. If the value is 1, then events are fetched from yesterday to today. |
234
+
| LOG_FORMAT in Logging Section | Log format used by the Python logging module to write logs in a file. |
235
+
| ENABLE_LOGFILE in Logging Section | Set to TRUE to write all logs and errors to a log file. |
236
+
| ENABLE_CONSOLE_LOG in Logging Section | Enables printing logs in a console. |
237
+
| LOG_FILEPATH in Logging Section | Path of the log file used when ENABLE_LOGFILE is set to TRUE. |
238
+
| NUM_WORKERS in Collection Section | Number of threads to spawn for API calls. |
239
+
| MAX_RETRY in Collection Section | Number of retries to attempt in case of request failure. |
240
+
| BACKOFF_FACTOR in Collection Section | A backoff factor to apply between attempts after the second try. If the backoff_factor is 0.1, then sleep() will sleep for [0.0s, 0.2s, 0.4s, ...] between retries. |
241
+
| TIMEOUT in Collection Section | Request timeout used by the requests library. |
242
+
| HTTP_LOGS_ENDPOINT in Sumo Logic Section | HTTP source endpoint URL created in Sumo Logic for ingesting logs. |
0 commit comments