diff --git a/src/content/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial.mdx b/src/content/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial.mdx index 51e95a66bb4..cecc2223474 100644 --- a/src/content/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial.mdx +++ b/src/content/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial.mdx @@ -97,28 +97,28 @@ Configure simple browser, scripted browser, and step monitors to use one or more - Some fields are for more advanced configurations. These are optional. + Some fields detail additional configurations for specific monitor types. Use the fields related to the type of monitor you are creating or updating. These fields are required unless indicated otherwise. For [ping monitors](#create-ping), these include: - * `HEADER_NAME`: Your custom header names that appear on the request. + * `HEADER_NAME`: Your custom header names that appear on the request. (optional) - * `HEADER_VALUE`: The custom header value on the request. + * `HEADER_VALUE`: The custom header value on the request. (optional) - * `REDIRECT_IS_FAILURE`: Your monitor reports a failure if it's redirected. + * `REDIRECT_IS_FAILURE`: Your monitor reports a failure if it's redirected. Defaults to false. (optional) - * `VALIDATION_TEXT`: If this text is not included in your monitor's response, it returns a failure. + * `VALIDATION_TEXT`: If this text is not included in your monitor's response, it returns a failure. (optional) - * `TLS_VALIDATION`: Verifies the [validity](/docs/synthetics/synthetic-monitoring/using-monitors/add-edit-monitors/#simple) of the SSL certificate chain. + * `TLS_VALIDATION`: Verifies the [validity](/docs/synthetics/synthetic-monitoring/using-monitors/add-edit-monitors/#simple) of the SSL certificate chain. Defaults to false. (optional) - * `BYPASS_HEAD_REQUEST`: Bypasses the initial HEAD request and instead makes a GET request. + * `BYPASS_HEAD_REQUEST`: Bypasses the initial HEAD request and instead makes a GET request. Defaults to false. (optional) For [simple browser monitors](#create-simple-browser): - * `RUNTIME_TYPE`: The runtime type used by your monitor. "CHROME_BROWSER" is the only accepted value. + * `RUNTIME_TYPE`: The runtime type used by your monitor. "CHROME_BROWSER" is the only accepted value. * `RUNTIME_TYPE_VERSION`: The runtime type version used by your monitor. "100" is the only accepted value. @@ -178,7 +178,7 @@ Configure simple browser, scripted browser, and step monitors to use one or more For all monitors: - * `APDEX_TARGET`: The monitor's Apdex target used to populate SLA reports. Defaults to 7 seconds (7000ms). + * `APDEX_TARGET`: The monitor's Apdex target used to populate SLA reports. Defaults to 7 seconds (7000ms). (optional)