Skip to content

Commit aeebb52

Browse files
Moves output options (#23854)
1 parent b2fc05a commit aeebb52

File tree

12 files changed

+12
-11
lines changed

12 files changed

+12
-11
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,7 @@
979979
/logs/get-started/alerts-and-analytics/ /logs/logpush/alerts-and-analytics/ 301
980980
/logs/edge-log-delivery/ /logs/logpush/logpush-job/edge-log-delivery/ 301
981981
/logs/reference/filters/ /logs/logpush/logpush-job/filters/ 301
982+
/logs/reference/log-output-options/ /logs/logpush/logpush-job/log-output-options/ 301
982983

983984
# magic-firewall
984985
/magic-firewall/reference/examples/ /magic-firewall/how-to/add-rules/ 301

src/content/docs/bots/additional-configurations/detection-ids.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can create or edit existing Logpush jobs to include the new Bot Detection ID
5353

5454
### Via the API
5555

56-
[Update your logpush job](/logs/reference/log-output-options/) by adding `BotDetectionIDs` to the `output_options:` parameters.
56+
[Update your logpush job](/logs/logpush/logpush-job/log-output-options/) by adding `BotDetectionIDs` to the `output_options:` parameters.
5757

5858
## Create or edit an expression
5959

src/content/docs/logs/get-started/api-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The kind parameter cannot be used to update existing Logpush jobs. You can only
206206

207207
## Options
208208

209-
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.
209+
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.
210210

211211
If you are still using logpull\_options, here are the options that you can customize:
212212

src/content/docs/logs/logpush/examples/example-logpush-curl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ When using Sumo Logic, you may find it helpful to have [Live Tail](https://help.
9595
* **name** (optional) - We suggest using your domain name as the job name; the name cannot be changed after the job is created.
9696
* **destination\_conf** - Refer to [Destination](/logs/get-started/api-configuration/#destination) for details.
9797
* **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.
98-
* **output\_options** (optional) - Refer to [Log Output Options](/logs/reference/log-output-options/).
98+
* **output\_options** (optional) - Refer to [Log Output Options](/logs/logpush/logpush-job/log-output-options/).
9999
* Typically includes the desired fields and timestamp format.
100100
* Set the timestamp format to `RFC 3339` (`&timestamps=rfc3339`) for:
101101
* Google BigQuery usage.

src/content/docs/logs/logpush/logpush-job/enable-destinations/datadog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To create a job, make a `POST` request to the Logpush jobs endpoint with the fol
9696
```
9797

9898
* **dataset** - The category of logs you want to receive. Refer to [Log fields](/logs/reference/log-fields/) for the full list of supported datasets.
99-
* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/reference/log-output-options/).
99+
* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/logpush/logpush-job/log-output-options/).
100100

101101
Example request using cURL:
102102

src/content/docs/logs/logpush/logpush-job/enable-destinations/http.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The supported parameters are as follows:
4848
* Fields that are unchanged from other sources:
4949
* **dataset** (required): For example, `http_requests`.
5050
* **name** (optional): We suggest using your domain name as the job name.
51-
* **output\_options** (optional): Refer to [Log Output Options](/logs/reference/log-output-options/) to configure fields, sample rate, and timestamp format.
51+
* **output\_options** (optional): Refer to [Log Output Options](/logs/logpush/logpush-job/log-output-options/) to configure fields, sample rate, and timestamp format.
5252
* Unique fields:
5353
* **destination\_conf**: Where to send the logs. This consists of an endpoint URL and HTTP headers used.
5454
* Any `"header_*"` URL parameters will be used to set request headers.

src/content/docs/logs/logpush/logpush-job/enable-destinations/new-relic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To create a job, make a `POST` request to the Logpush jobs endpoint with the fol
5959

6060
* **name** (optional) - Use your domain name as the job name.
6161

62-
* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/reference/log-output-options/).
62+
* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/logpush/logpush-job/log-output-options/).
6363

6464
:::note[Note]
6565

src/content/docs/logs/logpush/logpush-job/enable-destinations/s3-compatible-endpoints.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To create a job, make a `POST` request to the Logpush jobs endpoint with the fol
9292
:::
9393

9494
* **dataset** - The category of logs you want to receive. Refer to [Log fields](/logs/reference/log-fields/) for the full list of supported datasets.
95-
* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/reference/log-output-options/).
95+
* **output\_options** (optional) - To configure fields, sample rate, and timestamp format, refer to [Log Output Options](/logs/logpush/logpush-job/log-output-options/).
9696

9797
Example request using cURL:
9898

src/content/docs/logs/logpush/logpush-job/enable-destinations/splunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Cloudflare highly recommends setting this value to <code class="InlineCode">fals
8585

8686
- **dataset** - The category of logs you want to receive. Refer to [Log fields](/logs/reference/log-fields/) for the full list of supported datasets.
8787

88-
- **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`.
88+
- **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`.
8989

9090
Example request using cURL:
9191

src/content/docs/logs/reference/log-output-options.mdx renamed to src/content/docs/logs/logpush/logpush-job/log-output-options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: concept
33
title: Log Output Options
44
sidebar:
5-
order: 39
5+
order: 6
66

77
---
88

0 commit comments

Comments
 (0)