diff --git a/public/__redirects b/public/__redirects index 2fa87cdabe697a9..33b10ba227c6d8f 100644 --- a/public/__redirects +++ b/public/__redirects @@ -979,6 +979,7 @@ /logs/get-started/alerts-and-analytics/ /logs/logpush/alerts-and-analytics/ 301 /logs/edge-log-delivery/ /logs/logpush/logpush-job/edge-log-delivery/ 301 /logs/reference/filters/ /logs/logpush/logpush-job/filters/ 301 +/logs/reference/log-output-options/ /logs/logpush/logpush-job/log-output-options/ 301 # magic-firewall /magic-firewall/reference/examples/ /magic-firewall/how-to/add-rules/ 301 diff --git a/src/content/docs/bots/additional-configurations/detection-ids.mdx b/src/content/docs/bots/additional-configurations/detection-ids.mdx index f89ba1bb713e937..b7305c563774718 100644 --- a/src/content/docs/bots/additional-configurations/detection-ids.mdx +++ b/src/content/docs/bots/additional-configurations/detection-ids.mdx @@ -53,7 +53,7 @@ You can create or edit existing Logpush jobs to include the new Bot Detection ID ### Via the API -[Update your logpush job](/logs/reference/log-output-options/) by adding `BotDetectionIDs` to the `output_options:` parameters. +[Update your logpush job](/logs/logpush/logpush-job/log-output-options/) by adding `BotDetectionIDs` to the `output_options:` parameters. ## Create or edit an expression diff --git a/src/content/docs/logs/get-started/api-configuration.mdx b/src/content/docs/logs/get-started/api-configuration.mdx index 679f7943c784e05..58d1971a8b02a0e 100644 --- a/src/content/docs/logs/get-started/api-configuration.mdx +++ b/src/content/docs/logs/get-started/api-configuration.mdx @@ -206,7 +206,7 @@ The kind parameter cannot be used to update existing Logpush jobs. You can only ## Options -Logpull\_options has been replaced with Custom Log Formatting output\_options. Please refer to the [Log Output Options](/logs/reference/log-output-options/) documentation for instructions on configuring these options and updating your existing jobs to use these options. +Logpull\_options has been replaced with Custom Log Formatting output\_options. Please refer to the [Log Output Options](/logs/logpush/logpush-job/log-output-options/) documentation for instructions on configuring these options and updating your existing jobs to use these options. If you are still using logpull\_options, here are the options that you can customize: diff --git a/src/content/docs/logs/logpush/examples/example-logpush-curl.mdx b/src/content/docs/logs/logpush/examples/example-logpush-curl.mdx index 6b17293d68c0f06..62c9a769230053b 100644 --- a/src/content/docs/logs/logpush/examples/example-logpush-curl.mdx +++ b/src/content/docs/logs/logpush/examples/example-logpush-curl.mdx @@ -95,7 +95,7 @@ When using Sumo Logic, you may find it helpful to have [Live Tail](https://help. * **name** (optional) - We suggest using your domain name as the job name; the name cannot be changed after the job is created. * **destination\_conf** - Refer to [Destination](/logs/get-started/api-configuration/#destination) for details. * **dataset** - The category of logs you want to receive. Refer to [Log fields](/logs/reference/log-fields/) for the full list of supported datasets; this parameter cannot be changed after the job is created. -* **output\_options** (optional) - Refer to [Log Output Options](/logs/reference/log-output-options/). +* **output\_options** (optional) - Refer to [Log Output Options](/logs/logpush/logpush-job/log-output-options/). * Typically includes the desired fields and timestamp format. * Set the timestamp format to `RFC 3339` (`×tamps=rfc3339`) for: * Google BigQuery usage. diff --git a/src/content/docs/logs/logpush/logpush-job/enable-destinations/datadog.mdx b/src/content/docs/logs/logpush/logpush-job/enable-destinations/datadog.mdx index b575f7100e2eb09..83d69c04d584de3 100644 --- a/src/content/docs/logs/logpush/logpush-job/enable-destinations/datadog.mdx +++ b/src/content/docs/logs/logpush/logpush-job/enable-destinations/datadog.mdx @@ -96,7 +96,7 @@ To create a job, make a `POST` request to the Logpush jobs endpoint with the fol ``` * **dataset** - The category of logs you want to receive. Refer to [Log fields](/logs/reference/log-fields/) for the full list of supported datasets. -* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/reference/log-output-options/). +* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/logpush/logpush-job/log-output-options/). Example request using cURL: diff --git a/src/content/docs/logs/logpush/logpush-job/enable-destinations/http.mdx b/src/content/docs/logs/logpush/logpush-job/enable-destinations/http.mdx index 482887a0c9044fb..5a726927b45a758 100644 --- a/src/content/docs/logs/logpush/logpush-job/enable-destinations/http.mdx +++ b/src/content/docs/logs/logpush/logpush-job/enable-destinations/http.mdx @@ -48,7 +48,7 @@ The supported parameters are as follows: * Fields that are unchanged from other sources: * **dataset** (required): For example, `http_requests`. * **name** (optional): We suggest using your domain name as the job name. - * **output\_options** (optional): Refer to [Log Output Options](/logs/reference/log-output-options/) to configure fields, sample rate, and timestamp format. + * **output\_options** (optional): Refer to [Log Output Options](/logs/logpush/logpush-job/log-output-options/) to configure fields, sample rate, and timestamp format. * Unique fields: * **destination\_conf**: Where to send the logs. This consists of an endpoint URL and HTTP headers used. * Any `"header_*"` URL parameters will be used to set request headers. diff --git a/src/content/docs/logs/logpush/logpush-job/enable-destinations/new-relic.mdx b/src/content/docs/logs/logpush/logpush-job/enable-destinations/new-relic.mdx index 33ba5dd8e1af592..7bd867a14c195e9 100644 --- a/src/content/docs/logs/logpush/logpush-job/enable-destinations/new-relic.mdx +++ b/src/content/docs/logs/logpush/logpush-job/enable-destinations/new-relic.mdx @@ -59,7 +59,7 @@ To create a job, make a `POST` request to the Logpush jobs endpoint with the fol * **name** (optional) - Use your domain name as the job name. -* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/reference/log-output-options/). +* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/logpush/logpush-job/log-output-options/). :::note[Note] diff --git a/src/content/docs/logs/logpush/logpush-job/enable-destinations/s3-compatible-endpoints.mdx b/src/content/docs/logs/logpush/logpush-job/enable-destinations/s3-compatible-endpoints.mdx index ef3e780fb40fe97..5d56c31b0c2f6a8 100644 --- a/src/content/docs/logs/logpush/logpush-job/enable-destinations/s3-compatible-endpoints.mdx +++ b/src/content/docs/logs/logpush/logpush-job/enable-destinations/s3-compatible-endpoints.mdx @@ -92,7 +92,7 @@ To create a job, make a `POST` request to the Logpush jobs endpoint with the fol ::: * **dataset** - The category of logs you want to receive. Refer to [Log fields](/logs/reference/log-fields/) for the full list of supported datasets. -* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/reference/log-output-options/). +* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/logpush/logpush-job/log-output-options/). Example request using cURL: diff --git a/src/content/docs/logs/logpush/logpush-job/enable-destinations/splunk.mdx b/src/content/docs/logs/logpush/logpush-job/enable-destinations/splunk.mdx index 85af81af70f92e1..da24b18553270f9 100644 --- a/src/content/docs/logs/logpush/logpush-job/enable-destinations/splunk.mdx +++ b/src/content/docs/logs/logpush/logpush-job/enable-destinations/splunk.mdx @@ -85,7 +85,7 @@ Cloudflare highly recommends setting this value to fals - **dataset** - The category of logs you want to receive. Refer to [Log fields](/logs/reference/log-fields/) for the full list of supported datasets. -- **output_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/reference/log-output-options/). For timestamp, Cloudflare recommends using `timestamps=rfc3339`. +- **output_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/logpush/logpush-job/log-output-options/). For timestamp, Cloudflare recommends using `timestamps=rfc3339`. Example request using cURL: diff --git a/src/content/docs/logs/reference/log-output-options.mdx b/src/content/docs/logs/logpush/logpush-job/log-output-options.mdx similarity index 99% rename from src/content/docs/logs/reference/log-output-options.mdx rename to src/content/docs/logs/logpush/logpush-job/log-output-options.mdx index 8d0484cdb2f0674..e9d36b2c61d3214 100644 --- a/src/content/docs/logs/reference/log-output-options.mdx +++ b/src/content/docs/logs/logpush/logpush-job/log-output-options.mdx @@ -2,7 +2,7 @@ pcx_content_type: concept title: Log Output Options sidebar: - order: 39 + order: 6 --- diff --git a/src/content/docs/logs/reference/log-fields/account/device_posture_results.md b/src/content/docs/logs/reference/log-fields/account/device_posture_results.md index 50c3f898b6fb28b..96d08ebad348d86 100644 --- a/src/content/docs/logs/reference/log-fields/account/device_posture_results.md +++ b/src/content/docs/logs/reference/log-fields/account/device_posture_results.md @@ -109,7 +109,7 @@ The UUID of the device registration associated with this posture result. Type: `int or string` -The date and time the corresponding device posture upload was performed (for example, '2021-07-27T00:01:07Z'). To specify the timestamp format, refer to [Output types](/logs/reference/log-output-options/#output-types). +The date and time the corresponding device posture upload was performed (for example, '2021-07-27T00:01:07Z'). To specify the timestamp format, refer to [Output types](/logs/logpush/logpush-job/log-output-options/#output-types). ## UserUID diff --git a/src/content/docs/logs/reference/log-fields/account/email_security_alerts.md b/src/content/docs/logs/reference/log-fields/account/email_security_alerts.md index c8fc5c6c1e8994e..0a5e1559a1a0aa4 100644 --- a/src/content/docs/logs/reference/log-fields/account/email_security_alerts.md +++ b/src/content/docs/logs/reference/log-fields/account/email_security_alerts.md @@ -157,7 +157,7 @@ Threat categories attributed by Email Security processing (for example, 'Credent Type: `int or string` -Start time of message processing (for example, '2024-08-28T15:32:35Z'). To specify the timestamp format, refer to [Output types](/logs/reference/log-output-options/#output-types). +Start time of message processing (for example, '2024-08-28T15:32:35Z'). To specify the timestamp format, refer to [Output types](/logs/logpush/logpush-job/log-output-options/#output-types). ## To