From d1d4f182dceabe85a4b97897c937cf320907a1d6 Mon Sep 17 00:00:00 2001 From: Ka Ieong Chan Date: Mon, 11 Mar 2024 14:55:20 -0400 Subject: [PATCH] Update KB links --- ...rchestration_global_cache_variable.html.markdown | 13 ++++++------- ...chestration_service_cache_variable.html.markdown | 13 ++++++------- ...rchestration_global_cache_variable.html.markdown | 13 ++++++------- ...chestration_service_cache_variable.html.markdown | 13 ++++++------- 4 files changed, 24 insertions(+), 28 deletions(-) diff --git a/website/docs/d/event_orchestration_global_cache_variable.html.markdown b/website/docs/d/event_orchestration_global_cache_variable.html.markdown index ddc0eb35c..1a2e7ab64 100644 --- a/website/docs/d/event_orchestration_global_cache_variable.html.markdown +++ b/website/docs/d/event_orchestration_global_cache_variable.html.markdown @@ -39,14 +39,13 @@ The following arguments are supported: * `condition` - Conditions to be evaluated in order to determine whether or not to update the Cache Variable's stored value. * `expression`- A [PCL condition][2] string. * `configuration` - A configuration object to define what and how values will be stored in the Cache Variable. - * `type` - The [type of value][3] to store into the Cache Variable. Can be one of: `recent_value` or `trigger_event_count`. - * `source` - The path to the event field where the `regex` will be applied to extract a value. You can use any valid [PCL path][4]. This field is only used when `type` is `recent_value` - * `regex` - A [RE2 regular expression][5] that will be matched against the field specified via the `source` argument. This field is only used when `type` is `recent_value` + * `type` - The [type of value][1] to store into the Cache Variable. Can be one of: `recent_value` or `trigger_event_count`. + * `source` - The path to the event field where the `regex` will be applied to extract a value. You can use any valid [PCL path][3]. This field is only used when `type` is `recent_value` + * `regex` - A [RE2 regular expression][4] that will be matched against the field specified via the `source` argument. This field is only used when `type` is `recent_value` * `ttl_seconds` - The number of seconds indicating how long to count incoming trigger events for. This field is only used when `type` is `trigger_event_count` -[1]: https://developer.pagerduty.com/api-reference/... +[1]: https://support.pagerduty.com/docs/event-orchestration-variables [2]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview -[3]: https://developer.pagerduty.com/docs/... -[4]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview#paths -[5]: https://github.com/google/re2/wiki/Syntax +[3]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview#paths +[4]: https://github.com/google/re2/wiki/Syntax diff --git a/website/docs/d/event_orchestration_service_cache_variable.html.markdown b/website/docs/d/event_orchestration_service_cache_variable.html.markdown index 77a6a6155..e711bdab6 100644 --- a/website/docs/d/event_orchestration_service_cache_variable.html.markdown +++ b/website/docs/d/event_orchestration_service_cache_variable.html.markdown @@ -66,14 +66,13 @@ The following arguments are supported: * `condition` - Conditions to be evaluated in order to determine whether or not to update the Cache Variable's stored value. * `expression`- A [PCL condition][2] string. * `configuration` - A configuration object to define what and how values will be stored in the Cache Variable. - * `type` - The [type of value][3] to store into the Cache Variable. Can be one of: `recent_value` or `trigger_event_count`. - * `source` - The path to the event field where the `regex` will be applied to extract a value. You can use any valid [PCL path][4]. This field is only used when `type` is `recent_value` - * `regex` - A [RE2 regular expression][5] that will be matched against the field specified via the `source` argument. This field is only used when `type` is `recent_value` + * `type` - The [type of value][1] to store into the Cache Variable. Can be one of: `recent_value` or `trigger_event_count`. + * `source` - The path to the event field where the `regex` will be applied to extract a value. You can use any valid [PCL path][3]. This field is only used when `type` is `recent_value` + * `regex` - A [RE2 regular expression][4] that will be matched against the field specified via the `source` argument. This field is only used when `type` is `recent_value` * `ttl_seconds` - The number of seconds indicating how long to count incoming trigger events for. This field is only used when `type` is `trigger_event_count` -[1]: https://developer.pagerduty.com/api-reference/... +[1]: https://support.pagerduty.com/docs/event-orchestration-variables [2]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview -[3]: https://developer.pagerduty.com/docs/... -[4]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview#paths -[5]: https://github.com/google/re2/wiki/Syntax +[3]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview#paths +[4]: https://github.com/google/re2/wiki/Syntax diff --git a/website/docs/r/event_orchestration_global_cache_variable.html.markdown b/website/docs/r/event_orchestration_global_cache_variable.html.markdown index 2ef1427ba..892d9ac9f 100644 --- a/website/docs/r/event_orchestration_global_cache_variable.html.markdown +++ b/website/docs/r/event_orchestration_global_cache_variable.html.markdown @@ -67,9 +67,9 @@ The following arguments are supported: * `condition` - Conditions to be evaluated in order to determine whether or not to update the Cache Variable's stored value. * `expression`- A [PCL condition][2] string. * `configuration` - A configuration object to define what and how values will be stored in the Cache Variable. - * `type` - The [type of value][3] to store into the Cache Variable. Can be one of: `recent_value` or `trigger_event_count`. - * `source` - The path to the event field where the `regex` will be applied to extract a value. You can use any valid [PCL path][4]. This field is only used when `type` is `recent_value` - * `regex` - A [RE2 regular expression][5] that will be matched against the field specified via the `source` argument. This field is only used when `type` is `recent_value` + * `type` - The [type of value][1] to store into the Cache Variable. Can be one of: `recent_value` or `trigger_event_count`. + * `source` - The path to the event field where the `regex` will be applied to extract a value. You can use any valid [PCL path][3]. This field is only used when `type` is `recent_value` + * `regex` - A [RE2 regular expression][4] that will be matched against the field specified via the `source` argument. This field is only used when `type` is `recent_value` * `ttl_seconds` - The number of seconds indicating how long to count incoming trigger events for. This field is only used when `type` is `trigger_event_count` ## Attributes Reference @@ -86,8 +86,7 @@ Cache Variables can be imported using colon-separated IDs, which is the combinat $ terraform import pagerduty_event_orchestration_global_cache_variable.cache_variable 5e7110bf-0ee7-429e-9724-34ed1fe15ac3:138ed254-3444-44ad-8cc7-701d69def439 ``` -[1]: https://developer.pagerduty.com/api-reference/... +[1]: https://support.pagerduty.com/docs/event-orchestration-variables [2]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview -[3]: https://developer.pagerduty.com/docs/... -[4]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview#paths -[5]: https://github.com/google/re2/wiki/Syntax +[3]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview#paths +[4]: https://github.com/google/re2/wiki/Syntax diff --git a/website/docs/r/event_orchestration_service_cache_variable.html.markdown b/website/docs/r/event_orchestration_service_cache_variable.html.markdown index be42e43a7..7562725eb 100644 --- a/website/docs/r/event_orchestration_service_cache_variable.html.markdown +++ b/website/docs/r/event_orchestration_service_cache_variable.html.markdown @@ -93,9 +93,9 @@ The following arguments are supported: * `condition` - Conditions to be evaluated in order to determine whether or not to update the Cache Variable's stored value. * `expression`- A [PCL condition][2] string. * `configuration` - A configuration object to define what and how values will be stored in the Cache Variable. - * `type` - The [type of value][3] to store into the Cache Variable. Can be one of: `recent_value` or `trigger_event_count`. - * `source` - The path to the event field where the `regex` will be applied to extract a value. You can use any valid [PCL path][4]. This field is only used when `type` is `recent_value` - * `regex` - A [RE2 regular expression][5] that will be matched against the field specified via the `source` argument. This field is only used when `type` is `recent_value` + * `type` - The [type of value][1] to store into the Cache Variable. Can be one of: `recent_value` or `trigger_event_count`. + * `source` - The path to the event field where the `regex` will be applied to extract a value. You can use any valid [PCL path][3]. This field is only used when `type` is `recent_value` + * `regex` - A [RE2 regular expression][4] that will be matched against the field specified via the `source` argument. This field is only used when `type` is `recent_value` * `ttl_seconds` - The number of seconds indicating how long to count incoming trigger events for. This field is only used when `type` is `trigger_event_count` ## Attributes Reference @@ -112,8 +112,7 @@ Cache Variables can be imported using colon-separated IDs, which is the combinat $ terraform import pagerduty_event_orchestration_service_cache_variable.cache_variable PLBP09X:138ed254-3444-44ad-8cc7-701d69def439 ``` -[1]: https://developer.pagerduty.com/api-reference/... +[1]: https://support.pagerduty.com/docs/event-orchestration-variables [2]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview -[3]: https://developer.pagerduty.com/docs/... -[4]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview#paths -[5]: https://github.com/google/re2/wiki/Syntax +[3]: https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview#paths +[4]: https://github.com/google/re2/wiki/Syntax