From fc840bcbbb034b408f3ac006355edb05dccfd76a Mon Sep 17 00:00:00 2001 From: Amara Date: Wed, 8 May 2024 14:53:44 -0500 Subject: [PATCH] optimize setup to set up --- .../optimize-deployment/migration-update/2.5-to-2.6.md | 2 +- .../optimize-deployment/plugins/businesskey-import-plugin.md | 2 +- .../optimize-deployment/plugins/decision-import-plugin.md | 2 +- .../optimize-deployment/plugins/elasticsearch-header.md | 2 +- .../optimize-deployment/plugins/engine-rest-filter-plugin.md | 2 +- .../self-managed/optimize-deployment/plugins/single-sign-on.md | 2 +- .../optimize-deployment/plugins/variable-import-plugin.md | 2 +- .../optimize-deployment/migration-update/2.5-to-2.6.md | 2 +- .../optimize-deployment/plugins/businesskey-import-plugin.md | 2 +- .../optimize-deployment/plugins/decision-import-plugin.md | 2 +- .../optimize-deployment/plugins/elasticsearch-header.md | 2 +- .../optimize-deployment/plugins/engine-rest-filter-plugin.md | 2 +- .../self-managed/optimize-deployment/plugins/single-sign-on.md | 2 +- .../optimize-deployment/plugins/variable-import-plugin.md | 2 +- .../optimize-deployment/migration-update/2.5-to-2.6.md | 2 +- .../optimize-deployment/plugins/businesskey-import-plugin.md | 2 +- .../optimize-deployment/plugins/decision-import-plugin.md | 2 +- .../optimize-deployment/plugins/elasticsearch-header.md | 2 +- .../optimize-deployment/plugins/engine-rest-filter-plugin.md | 2 +- .../self-managed/optimize-deployment/plugins/single-sign-on.md | 2 +- .../optimize-deployment/plugins/variable-import-plugin.md | 2 +- .../optimize-deployment/migration-update/2.5-to-2.6.md | 2 +- .../optimize-deployment/plugins/businesskey-import-plugin.md | 2 +- .../optimize-deployment/plugins/decision-import-plugin.md | 2 +- .../optimize-deployment/plugins/elasticsearch-header.md | 2 +- .../optimize-deployment/plugins/engine-rest-filter-plugin.md | 2 +- .../self-managed/optimize-deployment/plugins/single-sign-on.md | 2 +- .../optimize-deployment/plugins/variable-import-plugin.md | 2 +- .../optimize-deployment/migration-update/2.5-to-2.6.md | 2 +- .../optimize-deployment/plugins/businesskey-import-plugin.md | 2 +- .../optimize-deployment/plugins/decision-import-plugin.md | 2 +- .../optimize-deployment/plugins/elasticsearch-header.md | 2 +- .../optimize-deployment/plugins/engine-rest-filter-plugin.md | 2 +- .../self-managed/optimize-deployment/plugins/single-sign-on.md | 2 +- .../optimize-deployment/plugins/variable-import-plugin.md | 2 +- .../optimize-deployment/migration-update/2.5-to-2.6.md | 2 +- .../optimize-deployment/plugins/businesskey-import-plugin.md | 2 +- .../optimize-deployment/plugins/decision-import-plugin.md | 2 +- .../optimize-deployment/plugins/elasticsearch-header.md | 2 +- .../optimize-deployment/plugins/engine-rest-filter-plugin.md | 2 +- .../self-managed/optimize-deployment/plugins/single-sign-on.md | 2 +- .../optimize-deployment/plugins/variable-import-plugin.md | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/optimize/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md b/optimize/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md index bd0f67f6be..5e734e726f 100644 --- a/optimize/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md +++ b/optimize/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md @@ -54,7 +54,7 @@ To grant Super User permissions, see the [Authentication & Security Section](./. ### Rebuild your Optimize plugins -With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#setup-your-environment). +With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#set-up-your-environment). ### Misinterpreted cron expressions diff --git a/optimize/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md b/optimize/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md index 279efba3d2..7824bf222b 100644 --- a/optimize/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md +++ b/optimize/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md @@ -6,7 +6,7 @@ description: "Adapt the process instance import so you can customize the associa Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to customize business keys during the process instance import, e.g. if your business keys contain sensitive information that requires anonymization. diff --git a/optimize/self-managed/optimize-deployment/plugins/decision-import-plugin.md b/optimize/self-managed/optimize-deployment/plugins/decision-import-plugin.md index 7072cf52ee..6b26a796bf 100644 --- a/optimize/self-managed/optimize-deployment/plugins/decision-import-plugin.md +++ b/optimize/self-managed/optimize-deployment/plugins/decision-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the Decision inputs and outputs so you can custom Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich, modify, or filter the decision input and output instances, e.g., if instances in Camunda contain IDs of instances in another database and you would like to resolve those references to the actual values. diff --git a/optimize/self-managed/optimize-deployment/plugins/elasticsearch-header.md b/optimize/self-managed/optimize-deployment/plugins/elasticsearch-header.md index 40a6168fa2..63aad0aa3d 100644 --- a/optimize/self-managed/optimize-deployment/plugins/elasticsearch-header.md +++ b/optimize/self-managed/optimize-deployment/plugins/elasticsearch-header.md @@ -4,7 +4,7 @@ title: "Elasticsearch header" description: "Register your own hook into the Optimize Elasticsearch client to add custom headers to requests." --- -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize Elasticsearch client, allowing you to add custom headers to all requests made to Elasticsearch. The plugin is invoked before every request to Elasticsearch is made, allowing different headers and values to be added per request. This plugin is also loaded during the update and reimport. diff --git a/optimize/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md b/optimize/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md index ccdb7220a9..3ab8fc6c08 100644 --- a/optimize/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md +++ b/optimize/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md @@ -6,7 +6,7 @@ description: "Register your own REST filter that is called for every REST call t Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own filter that is called for every REST call to one of the configured process engines. For that, the Optimize plugin system provides the following interface: diff --git a/optimize/self-managed/optimize-deployment/plugins/single-sign-on.md b/optimize/self-managed/optimize-deployment/plugins/single-sign-on.md index 5bcfe6fec1..4d2439a691 100644 --- a/optimize/self-managed/optimize-deployment/plugins/single-sign-on.md +++ b/optimize/self-managed/optimize-deployment/plugins/single-sign-on.md @@ -6,7 +6,7 @@ description: "Register your own hook into the Optimize authentication system suc Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize authentication system such that you can integrate Optimize with your single sign on system. This allows you to skip the log in via the Optimize interface. diff --git a/optimize/self-managed/optimize-deployment/plugins/variable-import-plugin.md b/optimize/self-managed/optimize-deployment/plugins/variable-import-plugin.md index 59dc27a40e..e049c30d77 100644 --- a/optimize/self-managed/optimize-deployment/plugins/variable-import-plugin.md +++ b/optimize/self-managed/optimize-deployment/plugins/variable-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the variable import so you can customize which an Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich or filter the variable import, e.g., if variables in Camunda contain IDs of variables in another database and you would like to resolve those references to the actual values. diff --git a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md index bd0f67f6be..5e734e726f 100644 --- a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md +++ b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md @@ -54,7 +54,7 @@ To grant Super User permissions, see the [Authentication & Security Section](./. ### Rebuild your Optimize plugins -With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#setup-your-environment). +With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#set-up-your-environment). ### Misinterpreted cron expressions diff --git a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md index 279efba3d2..7824bf222b 100644 --- a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md +++ b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md @@ -6,7 +6,7 @@ description: "Adapt the process instance import so you can customize the associa Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to customize business keys during the process instance import, e.g. if your business keys contain sensitive information that requires anonymization. diff --git a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md index 7072cf52ee..6b26a796bf 100644 --- a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md +++ b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the Decision inputs and outputs so you can custom Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich, modify, or filter the decision input and output instances, e.g., if instances in Camunda contain IDs of instances in another database and you would like to resolve those references to the actual values. diff --git a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md index 40a6168fa2..63aad0aa3d 100644 --- a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md +++ b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md @@ -4,7 +4,7 @@ title: "Elasticsearch header" description: "Register your own hook into the Optimize Elasticsearch client to add custom headers to requests." --- -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize Elasticsearch client, allowing you to add custom headers to all requests made to Elasticsearch. The plugin is invoked before every request to Elasticsearch is made, allowing different headers and values to be added per request. This plugin is also loaded during the update and reimport. diff --git a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md index ccdb7220a9..3ab8fc6c08 100644 --- a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md +++ b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md @@ -6,7 +6,7 @@ description: "Register your own REST filter that is called for every REST call t Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own filter that is called for every REST call to one of the configured process engines. For that, the Optimize plugin system provides the following interface: diff --git a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/single-sign-on.md b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/single-sign-on.md index 5bcfe6fec1..4d2439a691 100644 --- a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/single-sign-on.md +++ b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/single-sign-on.md @@ -6,7 +6,7 @@ description: "Register your own hook into the Optimize authentication system suc Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize authentication system such that you can integrate Optimize with your single sign on system. This allows you to skip the log in via the Optimize interface. diff --git a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md index 59dc27a40e..e049c30d77 100644 --- a/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md +++ b/optimize_versioned_docs/version-3.10.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the variable import so you can customize which an Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich or filter the variable import, e.g., if variables in Camunda contain IDs of variables in another database and you would like to resolve those references to the actual values. diff --git a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md index bd0f67f6be..5e734e726f 100644 --- a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md +++ b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md @@ -54,7 +54,7 @@ To grant Super User permissions, see the [Authentication & Security Section](./. ### Rebuild your Optimize plugins -With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#setup-your-environment). +With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#set-up-your-environment). ### Misinterpreted cron expressions diff --git a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md index 279efba3d2..7824bf222b 100644 --- a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md +++ b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md @@ -6,7 +6,7 @@ description: "Adapt the process instance import so you can customize the associa Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to customize business keys during the process instance import, e.g. if your business keys contain sensitive information that requires anonymization. diff --git a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md index 7072cf52ee..6b26a796bf 100644 --- a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md +++ b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the Decision inputs and outputs so you can custom Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich, modify, or filter the decision input and output instances, e.g., if instances in Camunda contain IDs of instances in another database and you would like to resolve those references to the actual values. diff --git a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md index 40a6168fa2..63aad0aa3d 100644 --- a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md +++ b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md @@ -4,7 +4,7 @@ title: "Elasticsearch header" description: "Register your own hook into the Optimize Elasticsearch client to add custom headers to requests." --- -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize Elasticsearch client, allowing you to add custom headers to all requests made to Elasticsearch. The plugin is invoked before every request to Elasticsearch is made, allowing different headers and values to be added per request. This plugin is also loaded during the update and reimport. diff --git a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md index ccdb7220a9..3ab8fc6c08 100644 --- a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md +++ b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md @@ -6,7 +6,7 @@ description: "Register your own REST filter that is called for every REST call t Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own filter that is called for every REST call to one of the configured process engines. For that, the Optimize plugin system provides the following interface: diff --git a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/single-sign-on.md b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/single-sign-on.md index 5bcfe6fec1..4d2439a691 100644 --- a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/single-sign-on.md +++ b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/single-sign-on.md @@ -6,7 +6,7 @@ description: "Register your own hook into the Optimize authentication system suc Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize authentication system such that you can integrate Optimize with your single sign on system. This allows you to skip the log in via the Optimize interface. diff --git a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md index 59dc27a40e..e049c30d77 100644 --- a/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md +++ b/optimize_versioned_docs/version-3.11.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the variable import so you can customize which an Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich or filter the variable import, e.g., if variables in Camunda contain IDs of variables in another database and you would like to resolve those references to the actual values. diff --git a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md index bd0f67f6be..5e734e726f 100644 --- a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md +++ b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md @@ -54,7 +54,7 @@ To grant Super User permissions, see the [Authentication & Security Section](./. ### Rebuild your Optimize plugins -With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#setup-your-environment). +With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#set-up-your-environment). ### Misinterpreted cron expressions diff --git a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md index 279efba3d2..7824bf222b 100644 --- a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md +++ b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md @@ -6,7 +6,7 @@ description: "Adapt the process instance import so you can customize the associa Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to customize business keys during the process instance import, e.g. if your business keys contain sensitive information that requires anonymization. diff --git a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md index 7072cf52ee..6b26a796bf 100644 --- a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md +++ b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the Decision inputs and outputs so you can custom Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich, modify, or filter the decision input and output instances, e.g., if instances in Camunda contain IDs of instances in another database and you would like to resolve those references to the actual values. diff --git a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md index 40a6168fa2..63aad0aa3d 100644 --- a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md +++ b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md @@ -4,7 +4,7 @@ title: "Elasticsearch header" description: "Register your own hook into the Optimize Elasticsearch client to add custom headers to requests." --- -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize Elasticsearch client, allowing you to add custom headers to all requests made to Elasticsearch. The plugin is invoked before every request to Elasticsearch is made, allowing different headers and values to be added per request. This plugin is also loaded during the update and reimport. diff --git a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md index ccdb7220a9..3ab8fc6c08 100644 --- a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md +++ b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md @@ -6,7 +6,7 @@ description: "Register your own REST filter that is called for every REST call t Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own filter that is called for every REST call to one of the configured process engines. For that, the Optimize plugin system provides the following interface: diff --git a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/single-sign-on.md b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/single-sign-on.md index 5bcfe6fec1..4d2439a691 100644 --- a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/single-sign-on.md +++ b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/single-sign-on.md @@ -6,7 +6,7 @@ description: "Register your own hook into the Optimize authentication system suc Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize authentication system such that you can integrate Optimize with your single sign on system. This allows you to skip the log in via the Optimize interface. diff --git a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md index 59dc27a40e..e049c30d77 100644 --- a/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md +++ b/optimize_versioned_docs/version-3.12.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the variable import so you can customize which an Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich or filter the variable import, e.g., if variables in Camunda contain IDs of variables in another database and you would like to resolve those references to the actual values. diff --git a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md index bd0f67f6be..5e734e726f 100644 --- a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md +++ b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md @@ -54,7 +54,7 @@ To grant Super User permissions, see the [Authentication & Security Section](./. ### Rebuild your Optimize plugins -With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#setup-your-environment). +With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#set-up-your-environment). ### Misinterpreted cron expressions diff --git a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md index 279efba3d2..7824bf222b 100644 --- a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md +++ b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md @@ -6,7 +6,7 @@ description: "Adapt the process instance import so you can customize the associa Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to customize business keys during the process instance import, e.g. if your business keys contain sensitive information that requires anonymization. diff --git a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md index 7072cf52ee..6b26a796bf 100644 --- a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md +++ b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the Decision inputs and outputs so you can custom Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich, modify, or filter the decision input and output instances, e.g., if instances in Camunda contain IDs of instances in another database and you would like to resolve those references to the actual values. diff --git a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md index 40a6168fa2..63aad0aa3d 100644 --- a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md +++ b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md @@ -4,7 +4,7 @@ title: "Elasticsearch header" description: "Register your own hook into the Optimize Elasticsearch client to add custom headers to requests." --- -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize Elasticsearch client, allowing you to add custom headers to all requests made to Elasticsearch. The plugin is invoked before every request to Elasticsearch is made, allowing different headers and values to be added per request. This plugin is also loaded during the update and reimport. diff --git a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md index ccdb7220a9..3ab8fc6c08 100644 --- a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md +++ b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md @@ -6,7 +6,7 @@ description: "Register your own REST filter that is called for every REST call t Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own filter that is called for every REST call to one of the configured process engines. For that, the Optimize plugin system provides the following interface: diff --git a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/single-sign-on.md b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/single-sign-on.md index 5bcfe6fec1..4d2439a691 100644 --- a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/single-sign-on.md +++ b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/single-sign-on.md @@ -6,7 +6,7 @@ description: "Register your own hook into the Optimize authentication system suc Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize authentication system such that you can integrate Optimize with your single sign on system. This allows you to skip the log in via the Optimize interface. diff --git a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md index 59dc27a40e..e049c30d77 100644 --- a/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md +++ b/optimize_versioned_docs/version-3.13.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the variable import so you can customize which an Camunda 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich or filter the variable import, e.g., if variables in Camunda contain IDs of variables in another database and you would like to resolve those references to the actual values. diff --git a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md index 10282e85c1..d67e1a4f3a 100644 --- a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md +++ b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/migration-update/2.5-to-2.6.md @@ -54,7 +54,7 @@ To grant Super User permissions, see the [Authentication & Security Section](./. ### Rebuild your Optimize plugins -With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#setup-your-environment). +With Optimize 2.6.0, the plugin system was overhauled. For your plugins to continue to work, you have to rebuild them with the latest Optimize plugin artifact as an uber jar. Refer to the updated [plugin setup guide](./../plugins/plugin-system.md#set-up-your-environment). ### Misinterpreted cron expressions diff --git a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md index 09ca991050..21c03ef72d 100644 --- a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md +++ b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/businesskey-import-plugin.md @@ -6,7 +6,7 @@ description: "Adapt the process instance import so you can customize the associa Camunda Platform 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to customize business keys during the process instance import, e.g. if your business keys contain sensitive information that requires anonymization. diff --git a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md index e83f03e418..c6b0867025 100644 --- a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md +++ b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/decision-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the Decision inputs and outputs so you can custom Camunda Platform 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich, modify, or filter the decision input and output instances, e.g., if instances in Camunda contain IDs of instances in another database and you would like to resolve those references to the actual values. diff --git a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md index de37f19c5a..48cb7cf5d2 100644 --- a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md +++ b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/elasticsearch-header.md @@ -6,7 +6,7 @@ description: "Register your own hook into the Optimize Elasticsearch client to a Camunda Platform 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize Elasticsearch client, allowing you to add custom headers to all requests made to Elasticsearch. The plugin is invoked before every request to Elasticsearch is made, allowing different headers and values to be added per request. This plugin is also loaded during the update and reimport. diff --git a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md index e1d2509db4..69e54a57e1 100644 --- a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md +++ b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/engine-rest-filter-plugin.md @@ -6,7 +6,7 @@ description: "Register your own REST filter that is called for every REST call t Camunda Platform 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own filter that is called for every REST call to one of the configured process engines. For that, the Optimize plugin system provides the following interface: diff --git a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/single-sign-on.md b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/single-sign-on.md index 9cde27a39b..8aac260bfb 100644 --- a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/single-sign-on.md +++ b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/single-sign-on.md @@ -6,7 +6,7 @@ description: "Register your own hook into the Optimize authentication system suc Camunda Platform 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature allows you to register your own hook into the Optimize authentication system such that you can integrate Optimize with your single sign on system. This allows you to skip the log in via the Optimize interface. diff --git a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md index 8f67a05182..c60fbff211 100644 --- a/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md +++ b/optimize_versioned_docs/version-3.7.0/self-managed/optimize-deployment/plugins/variable-import-plugin.md @@ -6,7 +6,7 @@ description: "Enrich or filter the variable import so you can customize which an Camunda Platform 7 only -Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#setup-your-environment). +Before implementing the plugin, make sure that you have [set up your environment](./plugin-system.md#set-up-your-environment). This feature enables you to enrich or filter the variable import, e.g., if variables in Camunda contain IDs of variables in another database and you would like to resolve those references to the actual values.