From d2c0f355a1d7074d737067f5dcf2717a5b56b8c3 Mon Sep 17 00:00:00 2001 From: Brendan Irvine-Broque <birvine-broque@cloudflare.com> Date: Thu, 28 Sep 2023 18:21:41 -0700 Subject: [PATCH] Clarify that it is possible to edit logpush output options via the dashboard --- content/logs/reference/log-output-options.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/logs/reference/log-output-options.md b/content/logs/reference/log-output-options.md index 5ad99807e..be4df577e 100644 --- a/content/logs/reference/log-output-options.md +++ b/content/logs/reference/log-output-options.md @@ -10,6 +10,8 @@ Jobs in Logpush now have a new key **output_options** which replaces **logpull_o Edge Logstream jobs do not support this yet. +You can modify log output options via the Cloudflare dashboard when creating or editing a Logpush job, or via the API as shown below. + ## Replace logpull_options Previously, Logpush jobs could be customized by specifying the list of fields, sampling rate, and timestamp format in **logpull_options** as [URL-encoded parameters](/logs/get-started/api-configuration/#options). For example: @@ -310,4 +312,4 @@ For example, if logpull_options are `fields=ClientIP,EdgeStartTimestamp,RayID&sa "timestamp_format": "rfc3339", "CVE-2021-4428": true } -``` \ No newline at end of file +``` -- GitLab