Skip to content

Commit 2f0bc8f

Browse files
[9.2] [Cases] Enable case feature flag overrides with ENV vars (#241271) (#241291)
# Backport This will backport the following commits from `main` to `9.2`: - [[Cases] Enable case feature flag overrides with ENV vars (#241271)](#241271) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Jan Monschke","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-10-30T14:12:57Z","message":"[Cases] Enable case feature flag overrides with ENV vars (#241271)\n\n## Summary\n\nAdding our feature flags to the env var override config. For more info,\ncheck out [the documentation on env var\noverrides](https://www.elastic.co/docs/deploy-manage/deploy/self-managed/install-kibana-with-docker#environment-variable-config).","sha":"5631baff8cb4ef35af3295a53be4b105695536aa","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","Team:Cases","v9.3.0","v9.2.1"],"title":"[Cases] Enable case feature flag overrides with ENV vars","number":241271,"url":"https://github.com/elastic/kibana/pull/241271","mergeCommit":{"message":"[Cases] Enable case feature flag overrides with ENV vars (#241271)\n\n## Summary\n\nAdding our feature flags to the env var override config. For more info,\ncheck out [the documentation on env var\noverrides](https://www.elastic.co/docs/deploy-manage/deploy/self-managed/install-kibana-with-docker#environment-variable-config).","sha":"5631baff8cb4ef35af3295a53be4b105695536aa"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/241271","number":241271,"mergeCommit":{"message":"[Cases] Enable case feature flag overrides with ENV vars (#241271)\n\n## Summary\n\nAdding our feature flags to the env var override config. For more info,\ncheck out [the documentation on env var\noverrides](https://www.elastic.co/docs/deploy-manage/deploy/self-managed/install-kibana-with-docker#environment-variable-config).","sha":"5631baff8cb4ef35af3295a53be4b105695536aa"}},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Jan Monschke <[email protected]>
1 parent 75336de commit 2f0bc8f

File tree

1 file changed

+6
-0
lines changed
  • src/dev/build/tasks/os_packages/docker_generator/resources/base/bin

1 file changed

+6
-0
lines changed

src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,14 @@ kibana_vars=(
268268
xpack.banners.placement
269269
xpack.banners.textColor
270270
xpack.banners.textContent
271+
xpack.cases.enabled
272+
xpack.cases.analytics.index.enabled
273+
xpack.cases.incrementalId.enabled
274+
xpack.cases.incrementalId.taskIntervalMinutes
275+
xpack.cases.incrementalId.taskStartDelayMinutes
271276
xpack.cases.files.allowedMimeTypes
272277
xpack.cases.files.maxSize
278+
xpack.cases.stack.enabled
273279
xpack.code.disk.thresholdEnabled
274280
xpack.code.disk.watermarkLow
275281
xpack.code.indexRepoFrequencyMs

0 commit comments

Comments
 (0)