Skip to content

Commit

Permalink
chore: updated final properties examples
Browse files Browse the repository at this point in the history
  • Loading branch information
igpetrov committed Aug 22, 2024
1 parent 1b19ba1 commit a9d67a4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
12 changes: 6 additions & 6 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

npx lint-staged
#. "$(dirname "$0")/_/husky.sh"
#
#export NVM_DIR="$HOME/.nvm"
#[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
#
#npx lint-staged
60 changes: 30 additions & 30 deletions docs/self-managed/setup/guides/configure-db-custom-headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@ The following examples add the new `my-plugin` JAR to the `application.yaml` for
<TabItem value='elasticsearch'>

```yaml
- zeebe.broker.exporters.elasticsearch.args.interceptor-plugins[0].id=my-plugin
- zeebe.broker.exporters.elasticsearch.args.interceptor-plugins[0].class-name=com.myplugin.MyCustomHeaderPlugin
- zeebe.broker.exporters.elasticsearch.args.interceptor-plugins[0].jar-path=/usr/local/plugin/plg.jar
- ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_ARGS_INTERCEPTORPLUGINS_PLG1_ID=my-plugin
- ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_ARGS_INTERCEPTORPLUGINS_PLG1_CLASSNAME=com.myplugin.MyCustomHeaderPlugin
- ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_ARGS_INTERCEPTORPLUGINS_PLG1_JARPATH=/usr/local/plugin/plg.jar
```
</TabItem>
<TabItem value='opensearch'>
```yaml
- zeebe.broker.exporters.opensearch.args.interceptor-plugins[0].id=my-plugin
- zeebe.broker.exporters.opensearch.args.interceptor-plugins[0].class-name=com.myplugin.MyCustomHeaderPlugin
- zeebe.broker.exporters.opensearch.args.interceptor-plugins[0].jar-path=/usr/local/plugin/plg.jar
- ZEEBE_BROKER_EXPORTERS_OPENSEARCH_ARGS_INTERCEPTORPLUGINS_PLG1_ID=my-plugin
- ZEEBE_BROKER_EXPORTERS_OPENSEARCH_ARGS_INTERCEPTORPLUGINS_PLG1_CLASSNAME=com.myplugin.MyCustomHeaderPlugin
- ZEEBE_BROKER_EXPORTERS_OPENSEARCH_ARGS_INTERCEPTORPLUGINS_PLG1_JARPATH=/usr/local/plugin/plg.jar
```
</TabItem>
Expand All @@ -131,25 +131,25 @@ The following examples add the new `my-plugin` JAR to the `application.yaml` for
<TabItem value='elasticsearch'>
```yaml
- camunda.operate.zeebeElasticsearch.interceptor-plugins[0].id=my-plugin
- camunda.operate.zeebeElasticsearch.interceptor-plugins[0].class-name=com.myplugin.MyCustomHeaderPlugin
- camunda.operate.zeebeElasticsearch.interceptor-plugins[0].jar-path=/usr/local/plugin/plg.jar
- camunda.operate.elasticsearch.interceptor-plugins[0].id=my-plugin
- camunda.operate.elasticsearch.interceptor-plugins[0].class-name=com.myplugin.MyCustomHeaderPlugin
- camunda.operate.elasticsearch.interceptor-plugins[0].jar-path=/usr/local/plugin/plg.jar
- CAMUNDA_OPERATE_ZEEBEELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_ID=my-plugin
- CAMUNDA_OPERATE_ZEEBEELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_CLASSNAME=com.myplugin.MyCustomHeaderPlugin
- CAMUNDA_OPERATE_ZEEBEELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_JARPATH=/usr/local/plugin/plg.jar
- CAMUNDA_OPERATE_ELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_ID=my-plugin
- CAMUNDA_OPERATE_ELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_CLASSNAME=com.myplugin.MyCustomHeaderPlugin
- CAMUNDA_OPERATE_ELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_JARPATH=/usr/local/plugin/plg.jar
```
</TabItem>
<TabItem value='opensearch'>
```yaml
- camunda.operate.zeebeOpensearch.interceptor-plugins[0].id=my-plugin
- camunda.operate.zeebeOpensearch.interceptor-plugins[0].class-name=com.myplugin.MyCustomHeaderPlugin
- camunda.operate.zeebeOpensearch.interceptor-plugins[0].jar-path=/usr/local/plugin/plg.jar
- camunda.operate.opensearch.interceptor-plugins[0].id=my-plugin
- camunda.operate.opensearch.interceptor-plugins[0].class-name=com.myplugin.MyCustomHeaderPlugin
- camunda.operate.opensearch.interceptor-plugins[0].jar-path=/usr/local/plugin/plg.jar
- CAMUNDA_OPERATE_ZEEBEOPENSEARCH_INTERCEPTORPLUGINS_PLG1_ID=my-plugin
- CAMUNDA_OPERATE_ZEEBEOPENSEARCH_INTERCEPTORPLUGINS_PLG1_CLASSNAME=com.myplugin.MyCustomHeaderPlugin
- CAMUNDA_OPERATE_ZEEBEOPENSEARCH_INTERCEPTORPLUGINS_PLG1_JARPATH=/usr/local/plugin/plg.jar
- CAMUNDA_OPERATE_OPENSEARCH_INTERCEPTORPLUGINS_PLG1_ID=my-plugin
- CAMUNDA_OPERATE_OPENSEARCH_INTERCEPTORPLUGINS_PLG1_CLASSNAME=com.myplugin.MyCustomHeaderPlugin
- CAMUNDA_OPERATE_OPENSEARCH_INTERCEPTORPLUGINS_PLG1_JARPATH=/usr/local/plugin/plg.jar
```
</TabItem>
Expand All @@ -167,25 +167,25 @@ The following examples add the new `my-plugin` JAR to the `application.yaml` for
<TabItem value='elasticsearch'>
```yaml
- camunda.tasklist.zeebeElasticsearch.interceptor-plugins[0].id=my-plugin
- camunda.tasklist.zeebeElasticsearch.interceptor-plugins[0].class-name=com.myplugin.MyCustomHeaderPlugin
- camunda.tasklist.zeebeElasticsearch.interceptor-plugins[0].jar-path=/usr/local/plugin/plg.jar
- camunda.tasklist.elasticsearch.interceptor-plugins[0].id=my-plugin
- camunda.tasklist.elasticsearch.interceptor-plugins[0].class-name=com.myplugin.MyCustomHeaderPlugin
- camunda.tasklist.elasticsearch.interceptor-plugins[0].jar-path=/usr/local/plugin/plg.jar
- CAMUNDA_TASKLIST_ZEEBEELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_ID=my-plugin
- CAMUNDA_TASKLIST_ZEEBEELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_CLASSNAME=com.myplugin.MyCustomHeaderPlugin
- CAMUNDA_TASKLIST_ZEEBEELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_JARPATH=/usr/local/plugin/plg.jar
- CAMUNDA_TASKLIST_ELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_ID=my-plugin
- CAMUNDA_TASKLIST_ELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_CLASSNAME=com.myplugin.MyCustomHeaderPlugin
- CAMUNDA_TASKLIST_ELASTICSEARCH_INTERCEPTORPLUGINS_PLG1_JARPATH=/usr/local/plugin/plg.jar
```
</TabItem>
<TabItem value='opensearch'>
```yaml
- camunda.tasklist.zeebeOpensearch.interceptor-plugins[0].id=my-plugin
- camunda.tasklist.zeebeOpensearch.interceptor-plugins[0].class-name=com.myplugin.MyCustomHeaderPlugin
- camunda.tasklist.zeebeOpensearch.interceptor-plugins[0].jar-path=/usr/local/plugin/plg.jar
- camunda.tasklist.opensearch.interceptor-plugins[0].id=my-plugin
- camunda.tasklist.opensearch.interceptor-plugins[0].class-name=com.myplugin.MyCustomHeaderPlugin
- camunda.tasklist.opensearch.interceptor-plugins[0].jar-path=/usr/local/plugin/plg.jar
- CAMUNDA_TASKLIST_ZEEBEOPENSEARCH_INTERCEPTORPLUGINS_PLG1_ID=my-plugin
- CAMUNDA_TASKLIST_ZEEBEOPENSEARCH_INTERCEPTORPLUGINS_PLG1_CLASSNAME=com.myplugin.MyCustomHeaderPlugin
- CAMUNDA_TASKLIST_ZEEBEOPENSEARCH_INTERCEPTORPLUGINS_PLG1_JARPATH=/usr/local/plugin/plg.jar
- CAMUNDA_TASKLIST_OPENSEARCH_INTERCEPTORPLUGINS_PLG1_ID=my-plugin
- CAMUNDA_TASKLIST_OPENSEARCH_INTERCEPTORPLUGINS_PLG1_CLASSNAME=com.myplugin.MyCustomHeaderPlugin
- CAMUNDA_TASKLIST_OPENSEARCH_INTERCEPTORPLUGINS_PLG1_JARPATH=/usr/local/plugin/plg.jar
```
</TabItem>
Expand Down

0 comments on commit a9d67a4

Please sign in to comment.