From f678a7d91d60d9ff271400830c4507556faaccfd Mon Sep 17 00:00:00 2001 From: Michael Denomy Date: Tue, 5 Dec 2023 13:09:48 -0500 Subject: [PATCH] Update docs --- docs/resources/service_vcl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/service_vcl.md b/docs/resources/service_vcl.md index e3615f5b4..955495626 100644 --- a/docs/resources/service_vcl.md +++ b/docs/resources/service_vcl.md @@ -913,12 +913,12 @@ Required: Optional: -- `format` (String) Apache style log formatting. Your log must produce valid JSON that New Relic OTLP can ingest. +- `format` (String) Apache style log formatting. Your log must produce valid JSON that New Relic Logs can ingest. - `format_version` (Number) The version of the custom logging format used for the configured endpoint. Can be either `1` or `2`. (default: `2`). - `placement` (String) Where in the generated VCL the logging call should be placed. - `region` (String) The region that log data will be sent to. Default: `US` -- `url` (String) The optional URL of a New Relic trace observer to send logs to. Must be a New Relic domain name. - `response_condition` (String) The name of the condition to apply. +- `url` (String) The New Relic Trace Observer URL to stream logs to for New Relic Infinite Tracing.