mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[FTR][Synonyms UI] Add Synonyms overview FTRs (#208723)](https://github.com/elastic/kibana/pull/208723) <!--- Backport version: 9.6.4 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Efe Gürkan YALAMAN","email":"efeguerkan.yalaman@elastic.co"},"sourceCommit":{"committedDate":"2025-01-30T00:46:08Z","message":"[FTR][Synonyms UI] Add Synonyms overview FTRs (#208723)\n\n## Summary\r\n\r\nAdds FTR tests for synonyms\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [ ] If a plugin configuration key changed, check if it needs to be\r\nallowlisted in the cloud and added to the [docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n- [ ] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n- [ ] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"a172cb5691d610c6c5d4404b6378d7bf039be892","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Search","backport:version","v8.18.0"],"title":"[FTR][Synonyms UI] Add Synonyms overview FTRs","number":208723,"url":"https://github.com/elastic/kibana/pull/208723","mergeCommit":{"message":"[FTR][Synonyms UI] Add Synonyms overview FTRs (#208723)\n\n## Summary\r\n\r\nAdds FTR tests for synonyms\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [ ] If a plugin configuration key changed, check if it needs to be\r\nallowlisted in the cloud and added to the [docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n- [ ] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n- [ ] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"a172cb5691d610c6c5d4404b6378d7bf039be892"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208723","number":208723,"mergeCommit":{"message":"[FTR][Synonyms UI] Add Synonyms overview FTRs (#208723)\n\n## Summary\r\n\r\nAdds FTR tests for synonyms\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [ ] If a plugin configuration key changed, check if it needs to be\r\nallowlisted in the cloud and added to the [docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n- [ ] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n- [ ] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"a172cb5691d610c6c5d4404b6378d7bf039be892"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
104 lines
3.3 KiB
YAML
104 lines
3.3 KiB
YAML
# Search Project Config
|
|
|
|
## Disable APM and Uptime, enable Enterprise Search
|
|
xpack.apm.enabled: false
|
|
|
|
xpack.cloudSecurityPosture.enabled: false
|
|
xpack.infra.enabled: false
|
|
xpack.observabilityLogsExplorer.enabled: false
|
|
xpack.observability.enabled: false
|
|
xpack.securitySolution.enabled: false
|
|
xpack.serverless.observability.enabled: false
|
|
enterpriseSearch.enabled: false
|
|
xpack.observabilityAIAssistant.enabled: false
|
|
xpack.osquery.enabled: false
|
|
|
|
## Fine-tune the search solution feature privileges. Also, refer to `serverless.yml` for the project-agnostic overrides.
|
|
xpack.features.overrides:
|
|
### Dashboards feature is moved from Analytics category to the Search one.
|
|
dashboard.category: "enterpriseSearch"
|
|
### Dev Tools feature is moved from Analytics category to the Search one.
|
|
dev_tools.category: "enterpriseSearch"
|
|
### Discover feature is moved from Analytics category to the Search one.
|
|
discover.category: "enterpriseSearch"
|
|
### Machine Learning feature is moved from Analytics category to the Management one.
|
|
ml.category: "management"
|
|
### Stack Alerts feature is moved from Analytics category to the Search one renamed to simply `Alerts`.
|
|
stackAlerts:
|
|
name: "Alerts"
|
|
category: "enterpriseSearch"
|
|
### Observability AI Assistant feature is moved to Search and renamed
|
|
observabilityAIAssistant:
|
|
name: "AI Assistant"
|
|
category: "enterpriseSearch"
|
|
### AI Assistant enables the Inventory feature, moving to Search
|
|
inventory:
|
|
category: "enterpriseSearch"
|
|
|
|
## Cloud settings
|
|
xpack.cloud.serverless.project_type: search
|
|
|
|
## Enable the Serverless Search plugin
|
|
xpack.serverless.search.enabled: true
|
|
xpack.searchIndices.enabled: true
|
|
|
|
## Set the home route
|
|
uiSettings.overrides.defaultRoute: /app/elasticsearch
|
|
|
|
## Set the dev project switcher current type
|
|
xpack.serverless.plugin.developer.projectSwitcher.currentType: 'search'
|
|
|
|
# Specify in telemetry the project type
|
|
telemetry.labels.serverless: search
|
|
|
|
# Alerts and LLM config
|
|
xpack.actions.enabledActionTypes:
|
|
['.email', '.index', '.slack', '.jira', '.webhook', '.teams', '.gen-ai', '.bedrock', '.gemini']
|
|
|
|
# Customize empty page state for analytics apps
|
|
no_data_page.analyticsNoDataPageFlavor: 'serverless_search'
|
|
|
|
# Disable Dev tools
|
|
xpack.painless_lab.enabled: false
|
|
|
|
xpack.ml.ad.enabled: false
|
|
xpack.ml.dfa.enabled: false
|
|
xpack.ml.nlp:
|
|
enabled: true
|
|
modelDeployment:
|
|
allowStaticAllocations: true
|
|
vCPURange:
|
|
low:
|
|
min: 0
|
|
max: 2
|
|
static: 2
|
|
medium:
|
|
min: 1
|
|
max: 32
|
|
static: 32
|
|
high:
|
|
min: 1
|
|
max: 512
|
|
static: 512
|
|
xpack.ml.compatibleModuleType: 'search'
|
|
|
|
data_visualizer.resultLinks.fileBeat.enabled: false
|
|
|
|
# Search Notebooks
|
|
xpack.search.notebooks.catalog.url: https://elastic-enterprise-search.s3.us-east-2.amazonaws.com/serverless/catalog.json
|
|
|
|
# Semantic text UI
|
|
xpack.index_management.dev.enableSemanticText: true
|
|
|
|
# AI Assistant config
|
|
xpack.observabilityAIAssistant.enabled: true
|
|
xpack.searchAssistant.enabled: true
|
|
xpack.searchAssistant.ui.enabled: true
|
|
xpack.observabilityAIAssistant.scope: "search"
|
|
aiAssistantManagementSelection.preferredAIAssistantType: "observability"
|
|
xpack.observabilityAiAssistantManagement.logSourcesEnabled: false
|
|
xpack.observabilityAiAssistantManagement.spacesEnabled: false
|
|
xpack.observabilityAiAssistantManagement.visibilityEnabled: false
|
|
|
|
# Synonyms UI
|
|
xpack.searchSynonyms.enabled: true
|