Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3/?] Fix Optimize "setup" anchor links #3783

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Adapt the process instance import so you can customize the associa

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Enrich or filter the Decision inputs and outputs so you can custom

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Register your own REST filter that is called for every REST call t

<span class="badge badge--platform">Camunda 7 only</span>

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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Register your own hook into the Optimize authentication system suc

<span class="badge badge--platform">Camunda 7 only</span>

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Enrich or filter the variable import so you can customize which an

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Adapt the process instance import so you can customize the associa

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Enrich or filter the Decision inputs and outputs so you can custom

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Register your own REST filter that is called for every REST call t

<span class="badge badge--platform">Camunda 7 only</span>

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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Register your own hook into the Optimize authentication system suc

<span class="badge badge--platform">Camunda 7 only</span>

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Enrich or filter the variable import so you can customize which an

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Adapt the process instance import so you can customize the associa

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Enrich or filter the Decision inputs and outputs so you can custom

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Register your own REST filter that is called for every REST call t

<span class="badge badge--platform">Camunda 7 only</span>

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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Register your own hook into the Optimize authentication system suc

<span class="badge badge--platform">Camunda 7 only</span>

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Enrich or filter the variable import so you can customize which an

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Adapt the process instance import so you can customize the associa

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Enrich or filter the Decision inputs and outputs so you can custom

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Register your own REST filter that is called for every REST call t

<span class="badge badge--platform">Camunda 7 only</span>

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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Register your own hook into the Optimize authentication system suc

<span class="badge badge--platform">Camunda 7 only</span>

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Enrich or filter the variable import so you can customize which an

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Adapt the process instance import so you can customize the associa

<span class="badge badge--platform">Camunda 7 only</span>

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.

Expand Down
Loading
Loading