diff --git a/content/logs/reference/log-output-options.md b/content/logs/reference/log-output-options.md index 5ad99807e75944f2fc423859bbff62b02db925b3..be4df577e6c0322bc444bcd67b4881745fa18758 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 +```