Skip to content

Commit 577b517

Browse files
committed
Merge branch 'main' of github.com:elastic/kibana into scheduled-reports
2 parents 08db312 + cf46b2d commit 577b517

1,512 files changed

Lines changed: 29765 additions & 9827 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildkite/scripts/pipelines/trigger_version_dependent_jobs/pipeline.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,14 @@ export function getArtifactStagingPipelineTriggers() {
184184
/**
185185
* This pipeline checks if there are any changes in the incorporated $BEATS_MANIFEST_LATEST_URL (beats version)
186186
* and triggers a staging artifact build.
187-
* Should be triggered for all open branches with a fixed version excluding 7.17: not main, 7.17 and 8.x.
187+
* Should be triggered for all open branches with a fixed version excluding 7.17: 8.*, 9.* without main.
188188
*
189189
* TODO: we could basically do the check logic of .buildkite/scripts/steps/artifacts/trigger.sh in here, and remove kibana-artifacts-trigger
190190
*/
191191
export function getArtifactBuildTriggers() {
192192
const versions = getVersionsFile();
193-
const targetVersions = versions.prevMajors.filter((version) =>
194-
Boolean(version.branch.match(/[0-9]{1,2}\.[0-9]{1,2}/))
193+
const targetVersions = versions.versions.filter(
194+
(version) => version.branch !== '7.17' && version.branch !== 'main'
195195
);
196196

197197
return targetVersions.map(

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,9 @@ x-pack/platform/packages/shared/ml/random_sampler_utils @elastic/ml-ui
854854
x-pack/platform/packages/shared/ml/response_stream @elastic/ml-ui
855855
x-pack/platform/packages/shared/ml/runtime_field_utils @elastic/ml-ui
856856
x-pack/platform/packages/shared/ml/trained_models_utils @elastic/ml-ui
857+
x-pack/platform/packages/shared/onechat/onechat-browser @elastic/workchat-eng
858+
x-pack/platform/packages/shared/onechat/onechat-common @elastic/workchat-eng
859+
x-pack/platform/packages/shared/onechat/onechat-server @elastic/workchat-eng
857860
x-pack/platform/packages/shared/security/api_key_management @elastic/kibana-security
858861
x-pack/platform/packages/shared/security/form_components @elastic/kibana-security
859862
x-pack/platform/packages/shared/security/plugin_types_common @elastic/kibana-security
@@ -878,12 +881,14 @@ x-pack/platform/plugins/private/global_search_providers @elastic/appex-sharedux
878881
x-pack/platform/plugins/private/graph @elastic/kibana-visualizations
879882
x-pack/platform/plugins/private/grokdebugger @elastic/kibana-management
880883
x-pack/platform/plugins/private/index_lifecycle_management @elastic/kibana-management
884+
x-pack/platform/plugins/private/intercepts @elastic/appex-sharedux
881885
x-pack/platform/plugins/private/license_api_guard @elastic/kibana-management
882886
x-pack/platform/plugins/private/logstash @elastic/logstash
883887
x-pack/platform/plugins/private/monitoring @elastic/stack-monitoring
884888
x-pack/platform/plugins/private/monitoring_collection @elastic/stack-monitoring
885889
x-pack/platform/plugins/private/observability_ai_assistant_management @elastic/obs-ai-assistant
886890
x-pack/platform/plugins/private/painless_lab @elastic/kibana-management
891+
x-pack/platform/plugins/private/product_intercept @elastic/appex-sharedux
887892
x-pack/platform/plugins/private/remote_clusters @elastic/kibana-management
888893
x-pack/platform/plugins/private/reporting @elastic/response-ops
889894
x-pack/platform/plugins/private/rollup @elastic/kibana-management
@@ -930,6 +935,7 @@ x-pack/platform/plugins/shared/maps @elastic/kibana-presentation
930935
x-pack/platform/plugins/shared/ml @elastic/ml-ui
931936
x-pack/platform/plugins/shared/notifications @elastic/appex-sharedux
932937
x-pack/platform/plugins/shared/observability_ai_assistant @elastic/obs-ai-assistant
938+
x-pack/platform/plugins/shared/onechat @elastic/workchat-eng
933939
x-pack/platform/plugins/shared/osquery @elastic/security-defend-workflows
934940
x-pack/platform/plugins/shared/rule_registry @elastic/response-ops @elastic/obs-ux-management-team
935941
x-pack/platform/plugins/shared/saved_objects_tagging @elastic/appex-sharedux

.github/workflows/trigger-chromium-build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
steps:
1818
- name: Install Dependencies
1919
run: |
20-
apt-get update && apt-get install jq wget -y
20+
sudo apt-get update
21+
sudo apt-get install jq wget -y
2122
- name: Install mdsh
2223
run: |
2324
wget https://github.com/bashup/mdsh/raw/master/bin/mdsh && \
@@ -85,8 +86,7 @@ jobs:
8586
fi
8687
}
8788
88-
# attempt extracting puppeteer version bump config from the issue body,
89-
# single quote is very much intentional here so it's not escaped by bash
89+
# attempt extracting puppeteer version bump config from the issue body
9090
echo "$ISSUE_BODY" | extract_code_blocks
9191
- name: Report multiple puppeteer_version properties
9292
if: ${{ steps.extract_version_bump_config.outputs.multiple_puppeteer_version_properties == 'true' }}
@@ -121,9 +121,8 @@ jobs:
121121
token: ${{ secrets.SHAREDUX_BUILDKITE_TOKEN }}
122122
pipeline: 'kibana-chromium-linux-build'
123123
env-vars: |
124-
GITHUB_ISSUE_BASE_OWNER=${{ github.event.repository.owner.name }}
125-
GITHUB_ISSUE_BASE_REPO=${{ github.event.repository.name }}/
124+
GITHUB_ISSUE_BASE_OWNER=${{ github.event.repository.owner.login }}
125+
GITHUB_ISSUE_BASE_REPO=${{ github.event.repository.name }}
126126
GITHUB_ISSUE_NUMBER=${{ github.event.issue.number }}
127-
GITHUB_ISSUE_LABELS=${{ github.event.issue.labels }} | jq -r '. | map(.name) | join(",")'
128127
GITHUB_ISSUE_TRIGGER_USER=${{ github.event.issue.user.login }}
129128
PUPPETEER_VERSION=$(echo ${{ fromJSON(needs.matches_label.outputs.version_bump_config) }} | jq -r '.puppeteer_version')

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ target
1919
/build
2020
.jruby
2121
.idea
22+
.windsurf
2223
*.iml
2324
*.log
2425
types.eslint.config.js

api_docs/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
88
title: "actions"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the actions plugin
11-
date: 2025-05-27
11+
date: 2025-05-29
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';

api_docs/advanced_settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
88
title: "advancedSettings"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the advancedSettings plugin
11-
date: 2025-05-27
11+
date: 2025-05-29
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/ai_assistant_management_selection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection
88
title: "aiAssistantManagementSelection"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiAssistantManagementSelection plugin
11-
date: 2025-05-27
11+
date: 2025-05-29
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
1313
---
1414
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';

api_docs/aiops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
88
title: "aiops"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiops plugin
11-
date: 2025-05-27
11+
date: 2025-05-29
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
88
title: "alerting"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the alerting plugin
11-
date: 2025-05-27
11+
date: 2025-05-29
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';

api_docs/apm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
88
title: "apm"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apm plugin
11-
date: 2025-05-27
11+
date: 2025-05-29
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';

0 commit comments

Comments
 (0)