Skip to content

Commit 8f735d5

Browse files
authored
Merge branch 'main' into migrate-solution-toolbar-button
2 parents aac8798 + 4f2321d commit 8f735d5

File tree

829 files changed

+15451
-5257
lines changed

Some content is hidden

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

829 files changed

+15451
-5257
lines changed

.buildkite/pipelines/bazel_cache.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
steps:
22
- label: ':pipeline: Create pipeline with priority'
3+
agents:
4+
queue: kibana-default
35
concurrency_group: bazel_macos
46
concurrency: 1
57
concurrency_method: eager

.buildkite/pipelines/es_snapshots/promote.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ steps:
1010
required: true
1111
- label: Promote Snapshot
1212
command: .buildkite/scripts/steps/es_snapshots/promote.sh
13+
agents:
14+
queue: kibana-default

.buildkite/pipelines/es_snapshots/verify.yml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ steps:
1414
- command: .buildkite/scripts/lifecycle/pre_build.sh
1515
label: Pre-Build
1616
timeout_in_minutes: 10
17+
agents:
18+
queue: kibana-default
1719

1820
- wait
1921

@@ -85,6 +87,8 @@ steps:
8587
- command: .buildkite/scripts/steps/es_snapshots/trigger_promote.sh
8688
label: Trigger promotion
8789
timeout_in_minutes: 10
90+
agents:
91+
queue: kibana-default
8892
depends_on:
8993
- default-cigroup
9094
- default-cigroup-docker
@@ -98,3 +102,5 @@ steps:
98102
- command: .buildkite/scripts/lifecycle/post_build.sh
99103
label: Post-Build
100104
timeout_in_minutes: 10
105+
agents:
106+
queue: kibana-default

.buildkite/pipelines/flaky_tests/pipeline.js

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ const pipeline = {
5151
{
5252
command: '.buildkite/pipelines/flaky_tests/runner.sh',
5353
label: 'Create pipeline',
54+
agents: {
55+
queue: 'kibana-default',
56+
},
5457
},
5558
],
5659
};

.buildkite/pipelines/hourly.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ steps:
22
- command: .buildkite/scripts/lifecycle/pre_build.sh
33
label: Pre-Build
44
timeout_in_minutes: 10
5+
agents:
6+
queue: kibana-default
57

68
- wait
79

@@ -174,3 +176,5 @@ steps:
174176
- command: .buildkite/scripts/lifecycle/post_build.sh
175177
label: Post-Build
176178
timeout_in_minutes: 10
179+
agents:
180+
queue: kibana-default

.buildkite/pipelines/on_merge.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ steps:
55
- command: .buildkite/scripts/lifecycle/pre_build.sh
66
label: Pre-Build
77
timeout_in_minutes: 10
8+
agents:
9+
queue: kibana-default
810

911
- wait
1012

@@ -34,3 +36,5 @@ steps:
3436
- command: .buildkite/scripts/lifecycle/post_build.sh
3537
label: Post-Build
3638
timeout_in_minutes: 10
39+
agents:
40+
queue: kibana-default
+13-10
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
steps:
2-
- block: ":gear: Performance Tests Configuration"
3-
prompt: "Fill out the details for performance test"
2+
- block: ':gear: Performance Tests Configuration'
3+
prompt: 'Fill out the details for performance test'
44
fields:
5-
- text: ":arrows_counterclockwise: Iterations"
6-
key: "performance-test-iteration-count"
7-
hint: "How many times you want to run tests? "
5+
- text: ':arrows_counterclockwise: Iterations'
6+
key: 'performance-test-iteration-count'
7+
hint: 'How many times you want to run tests? '
88
required: true
99
if: build.env('PERF_TEST_COUNT') == null
1010

11-
- label: ":male-mechanic::skin-tone-2: Pre-Build"
11+
- label: ':male-mechanic::skin-tone-2: Pre-Build'
1212
command: .buildkite/scripts/lifecycle/pre_build.sh
13+
agents:
14+
queue: kibana-default
1315

1416
- wait
1517

16-
- label: ":factory_worker: Build Kibana Distribution and Plugins"
18+
- label: ':factory_worker: Build Kibana Distribution and Plugins'
1719
command: .buildkite/scripts/steps/build_kibana.sh
1820
agents:
1921
queue: c2-16
2022
key: build
2123

22-
- label: ":muscle: Performance Tests with Playwright config"
24+
- label: ':muscle: Performance Tests with Playwright config'
2325
command: .buildkite/scripts/steps/functional/performance_playwright.sh
2426
agents:
2527
queue: c2-16
@@ -28,6 +30,7 @@ steps:
2830
- wait: ~
2931
continue_on_failure: true
3032

31-
- label: ":male_superhero::skin-tone-2: Post-Build"
33+
- label: ':male_superhero::skin-tone-2: Post-Build'
3234
command: .buildkite/scripts/lifecycle/post_build.sh
33-
35+
agents:
36+
queue: kibana-default

.buildkite/pipelines/pull_request.yml

-17
This file was deleted.

.buildkite/pipelines/pull_request/base.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ steps:
22
- command: .buildkite/scripts/lifecycle/pre_build.sh
33
label: Pre-Build
44
timeout_in_minutes: 10
5+
agents:
6+
queue: kibana-default
57

68
- wait
79

.buildkite/pipelines/pull_request/post_build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ steps:
44

55
- command: .buildkite/scripts/lifecycle/post_build.sh
66
label: Post-Build
7+
agents:
8+
queue: kibana-default

.buildkite/pipelines/purge_cloud_deployments.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ steps:
22
- command: .buildkite/scripts/steps/cloud/purge.sh
33
label: Purge old cloud deployments
44
timeout_in_minutes: 10
5+
agents:
6+
queue: kibana-default

.buildkite/pipelines/update_demo_env.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ steps:
22
- command: .buildkite/scripts/steps/demo_env/es_and_init.sh
33
label: Initialize Environment and Deploy ES
44
timeout_in_minutes: 10
5+
agents:
6+
queue: kibana-default
57

68
- command: .buildkite/scripts/steps/demo_env/kibana.sh
79
label: Build and Deploy Kibana

.github/workflows/add-to-apm-project.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
headers: '{"GraphQL-Features": "projects_next_graphql"}'
1616
query: |
17-
mutation add_to_project($projectid:String!,$contentid:String!) {
17+
mutation add_to_project($projectid:ID!,$contentid:ID!) {
1818
addProjectNextItem(input:{projectId:$projectid contentId:$contentid}) {
1919
projectNextItem {
2020
id
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
headers: '{"GraphQL-Features": "projects_next_graphql"}'
3333
query: |
34-
mutation label_team($projectid:String!,$itemid:String!,$fieldid:String!,$value:String!) {
34+
mutation label_team($projectid:ID!,$itemid:ID!,$fieldid:ID!,$value:String!) {
3535
updateProjectNextItemField(input: { projectId:$projectid itemId:$itemid fieldId:$fieldid value:$value }) {
3636
projectNextItem {
3737
id

.github/workflows/add-to-fleet-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
headers: '{"GraphQL-Features": "projects_next_graphql"}'
2222
query: |
23-
mutation add_to_project($projectid:String!,$contentid:String!) {
23+
mutation add_to_project($projectid: ID!, $contentid: ID!) {
2424
addProjectNextItem(input:{projectId:$projectid contentId:$contentid}) {
2525
projectNextItem {
2626
id

.github/workflows/backport-next.yml

-27
This file was deleted.

.github/workflows/backport.yml

+5-19
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,19 @@ on:
99
jobs:
1010
backport:
1111
name: Backport PR
12+
runs-on: ubuntu-latest
1213
if: |
1314
github.event.pull_request.merged == true
1415
&& contains(github.event.pull_request.labels.*.name, 'auto-backport')
1516
&& (
1617
(github.event.action == 'labeled' && github.event.label.name == 'auto-backport')
1718
|| (github.event.action == 'closed')
1819
)
19-
runs-on: ubuntu-latest
2020
steps:
21-
- name: Checkout Actions
22-
uses: actions/checkout@v2
23-
with:
24-
repository: 'elastic/kibana-github-actions'
25-
ref: main
26-
path: ./actions
27-
28-
- name: Install Actions
29-
run: npm install --production --prefix ./actions
30-
31-
- name: Fix Version Label Gaps
32-
uses: ./actions/fix-version-gaps
21+
- name: Backport Action
22+
uses: sqren/[email protected]
3323
with:
3424
github_token: ${{secrets.KIBANAMACHINE_TOKEN}}
3525

36-
- name: Run Backport
37-
uses: ./actions/backport
38-
with:
39-
github_token: ${{secrets.KIBANAMACHINE_TOKEN}}
40-
commit_user: kibanamachine
41-
commit_email: [email protected]
26+
- name: Backport log
27+
run: cat ~/.backport/backport.log

.github/workflows/label-qa-fixed-in.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
id: add_labels_to_closed_issue
7777
with:
7878
query: |
79-
mutation add_label($issueid:String!, $labelids:[String!]!) {
79+
mutation add_label($issueid: ID!, $labelids:[ID!]!) {
8080
addLabelsToLabelable(input: {labelableId: $issueid, labelIds: $labelids}) {
8181
clientMutationId
8282
}
8383
}
8484
issueid: ${{ matrix.issueNodeId }}
85-
labelids: ${{ needs.fetch_issues_to_label.outputs.label_ids }}
85+
labelids: ${{ fromJSON(needs.fetch_issues_to_label.outputs.label_ids) }}
8686
env:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/project-assigner.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
{"label": "Feature:Drilldowns", "projectNumber": 68, "columnName": "Inbox"},
2121
{"label": "Feature:Input Controls", "projectNumber": 72, "columnName": "Inbox"},
2222
{"label": "Team:Security", "projectNumber": 320, "columnName": "Awaiting triage", "projectScope": "org"},
23-
{"label": "Team:Operations", "projectNumber": 314, "columnName": "Triage", "projectScope": "org"},
24-
{"label": "Team:Fleet", "projectNumber": 490, "columnName": "Inbox", "projectScope": "org"}
23+
{"label": "Team:Operations", "projectNumber": 314, "columnName": "Triage", "projectScope": "org"}
2524
]
2625
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,3 @@ fleet-server-*
9595
elastic-agent.yml
9696
fleet-server.yml
9797

98-
/x-pack/plugins/fleet/server/bundled_packages

.i18nrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"uiActions": "src/plugins/ui_actions",
6767
"uiActionsExamples": "examples/ui_action_examples",
6868
"usageCollection": "src/plugins/usage_collection",
69+
"utils": "packages/kbn-securitysolution-utils/src",
6970
"visDefaultEditor": "src/plugins/vis_default_editor",
7071
"visTypeHeatmap": "src/plugins/vis_types/heatmap",
7172
"visTypeMarkdown": "src/plugins/vis_type_markdown",

api_docs/actions.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import actionsObj from './actions.devdocs.json';
1212

1313

1414

15-
Contact [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) for questions regarding this plugin.
15+
Contact [Response Ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin.
1616

1717
**Code health stats**
1818

api_docs/alerting.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import alertingObj from './alerting.devdocs.json';
1212

1313

1414

15-
Contact [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) for questions regarding this plugin.
15+
Contact [Response Ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin.
1616

1717
**Code health stats**
1818

api_docs/event_log.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import eventLogObj from './event_log.devdocs.json';
1212

1313

1414

15-
Contact [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) for questions regarding this plugin.
15+
Contact [Response Ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin.
1616

1717
**Code health stats**
1818

api_docs/plugin_directory.mdx

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
2424

2525
| Plugin name &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | Maintaining team | Description | API Cnt | Any Cnt | Missing<br />comments | Missing<br />exports |
2626
|--------------|----------------|-----------|--------------|----------|---------------|--------|
27-
| <DocLink id="kibActionsPluginApi" text="actions"/> | [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) | - | 125 | 0 | 125 | 11 |
27+
| <DocLink id="kibActionsPluginApi" text="actions"/> | [Response Ops](https://github.com/orgs/elastic/teams/response-ops) | - | 125 | 0 | 125 | 11 |
2828
| <DocLink id="kibAdvancedSettingsPluginApi" text="advancedSettings"/> | [Vis Editors](https://github.com/orgs/elastic/teams/kibana-vis-editors) | - | 23 | 0 | 19 | 1 |
29-
| <DocLink id="kibAlertingPluginApi" text="alerting"/> | [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) | - | 299 | 0 | 291 | 19 |
29+
| <DocLink id="kibAlertingPluginApi" text="alerting"/> | [Response Ops](https://github.com/orgs/elastic/teams/response-ops) | - | 299 | 0 | 291 | 19 |
3030
| <DocLink id="kibApmPluginApi" text="apm"/> | [APM UI](https://github.com/orgs/elastic/teams/apm-ui) | The user interface for Elastic APM | 40 | 0 | 40 | 49 |
3131
| <DocLink id="kibBannersPluginApi" text="banners"/> | [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 0 |
3232
| <DocLink id="kibBfetchPluginApi" text="bfetch"/> | [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) | Considering using bfetch capabilities when fetching large amounts of data. This services supports batching HTTP requests and streaming responses back. | 78 | 1 | 69 | 2 |
3333
| <DocLink id="kibCanvasPluginApi" text="canvas"/> | [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds Canvas application to Kibana | 9 | 0 | 8 | 3 |
34-
| <DocLink id="kibCasesPluginApi" text="cases"/> | [ResponseOps](https://github.com/orgs/elastic/teams/response-ops) | The Case management system in Kibana | 82 | 0 | 59 | 20 |
34+
| <DocLink id="kibCasesPluginApi" text="cases"/> | [Response Ops](https://github.com/orgs/elastic/teams/response-ops) | The Case management system in Kibana | 82 | 0 | 59 | 20 |
3535
| <DocLink id="kibChartsPluginApi" text="charts"/> | [Vis Editors](https://github.com/orgs/elastic/teams/kibana-vis-editors) | - | 321 | 2 | 288 | 4 |
3636
| <DocLink id="kibCloudPluginApi" text="cloud"/> | [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) | - | 28 | 0 | 23 | 0 |
3737
| <DocLink id="kibConsolePluginApi" text="console"/> | [Stack Management](https://github.com/orgs/elastic/teams/kibana-stack-management) | - | 13 | 0 | 13 | 1 |
@@ -56,7 +56,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
5656
| <DocLink id="kibEncryptedSavedObjectsPluginApi" text="encryptedSavedObjects"/> | [Platform Security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides encryption and decryption utilities for saved objects containing sensitive information. | 48 | 0 | 44 | 0 |
5757
| <DocLink id="kibEnterpriseSearchPluginApi" text="enterpriseSearch"/> | [Enterprise Search](https://github.com/orgs/elastic/teams/enterprise-search-frontend) | Adds dashboards for discovering and managing Enterprise Search products. | 2 | 0 | 2 | 0 |
5858
| <DocLink id="kibEsUiSharedPluginApi" text="esUiShared"/> | [Stack Management](https://github.com/orgs/elastic/teams/kibana-stack-management) | - | 110 | 3 | 106 | 3 |
59-
| <DocLink id="kibEventLogPluginApi" text="eventLog"/> | [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) | - | 82 | 0 | 82 | 6 |
59+
| <DocLink id="kibEventLogPluginApi" text="eventLog"/> | [Response Ops](https://github.com/orgs/elastic/teams/response-ops) | - | 82 | 0 | 82 | 6 |
6060
| <DocLink id="kibExpressionErrorPluginApi" text="expressionError"/> | [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'error' renderer to expressions | 17 | 0 | 15 | 2 |
6161
| <DocLink id="kibExpressionGaugePluginApi" text="expressionGauge"/> | [Vis Editors](https://github.com/orgs/elastic/teams/kibana-vis-editors) | Expression Gauge plugin adds a `gauge` renderer and function to the expression plugin. The renderer will display the `gauge` chart. | 68 | 0 | 68 | 3 |
6262
| <DocLink id="kibExpressionHeatmapPluginApi" text="expressionHeatmap"/> | [Vis Editors](https://github.com/orgs/elastic/teams/kibana-vis-editors) | Expression Heatmap plugin adds a `heatmap` renderer and function to the expression plugin. The renderer will display the `heatmap` chart. | 114 | 0 | 110 | 3 |
@@ -126,16 +126,16 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
126126
| <DocLink id="kibSharedUXPluginApi" text="sharedUX"/> | [Shared UX](https://github.com/orgs/elastic/teams/shared-ux) | A plugin providing components and services for shared user experiences in Kibana. | 14 | 0 | 0 | 1 |
127127
| <DocLink id="kibSnapshotRestorePluginApi" text="snapshotRestore"/> | [Stack Management](https://github.com/orgs/elastic/teams/kibana-stack-management) | - | 21 | 1 | 21 | 1 |
128128
| <DocLink id="kibSpacesPluginApi" text="spaces"/> | [Platform Security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides the Spaces feature, which allows saved objects to be organized into meaningful categories. | 250 | 0 | 61 | 0 |
129-
| <DocLink id="kibStackAlertsPluginApi" text="stackAlerts"/> | [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) | - | 4 | 0 | 4 | 0 |
130-
| <DocLink id="kibTaskManagerPluginApi" text="taskManager"/> | [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) | - | 71 | 0 | 33 | 7 |
129+
| <DocLink id="kibStackAlertsPluginApi" text="stackAlerts"/> | [Response Ops](https://github.com/orgs/elastic/teams/response-ops) | - | 4 | 0 | 4 | 0 |
130+
| <DocLink id="kibTaskManagerPluginApi" text="taskManager"/> | [Response Ops](https://github.com/orgs/elastic/teams/response-ops) | - | 71 | 0 | 33 | 7 |
131131
| <DocLink id="kibTelemetryPluginApi" text="telemetry"/> | [Kibana Telemetry](https://github.com/orgs/elastic/teams/kibana-telemetry) | - | 41 | 0 | 0 | 0 |
132132
| <DocLink id="kibTelemetryCollectionManagerPluginApi" text="telemetryCollectionManager"/> | [Kibana Telemetry](https://github.com/orgs/elastic/teams/kibana-telemetry) | - | 33 | 0 | 33 | 6 |
133133
| <DocLink id="kibTelemetryCollectionXpackPluginApi" text="telemetryCollectionXpack"/> | [Kibana Telemetry](https://github.com/orgs/elastic/teams/kibana-telemetry) | - | 1 | 0 | 1 | 0 |
134134
| <DocLink id="kibTelemetryManagementSectionPluginApi" text="telemetryManagementSection"/> | [Kibana Telemetry](https://github.com/orgs/elastic/teams/kibana-telemetry) | - | 11 | 0 | 10 | 0 |
135135
| <DocLink id="kibTimelinesPluginApi" text="timelines"/> | [Security solution](https://github.com/orgs/elastic/teams/security-solution) | - | 444 | 1 | 338 | 34 |
136136
| <DocLink id="kibTransformPluginApi" text="transform"/> | [Machine Learning UI](https://github.com/orgs/elastic/teams/ml-ui) | This plugin provides access to the transforms features provided by Elastic. Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics. | 4 | 0 | 4 | 1 |
137137
| translations | [Kibana Localization](https://github.com/orgs/elastic/teams/kibana-localization) | - | 0 | 0 | 0 | 0 |
138-
| <DocLink id="kibTriggersActionsUiPluginApi" text="triggersActionsUi"/> | [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) | - | 246 | 0 | 234 | 20 |
138+
| <DocLink id="kibTriggersActionsUiPluginApi" text="triggersActionsUi"/> | [Response Ops](https://github.com/orgs/elastic/teams/response-ops) | - | 246 | 0 | 234 | 20 |
139139
| <DocLink id="kibUiActionsPluginApi" text="uiActions"/> | [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) | Adds UI Actions service to Kibana | 130 | 0 | 91 | 11 |
140140
| <DocLink id="kibUiActionsEnhancedPluginApi" text="uiActionsEnhanced"/> | [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) | Extends UI Actions plugin with more functionality | 203 | 0 | 141 | 9 |
141141
| upgradeAssistant | [Stack Management](https://github.com/orgs/elastic/teams/kibana-stack-management) | - | 0 | 0 | 0 | 0 |

api_docs/stack_alerts.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import stackAlertsObj from './stack_alerts.devdocs.json';
1212

1313

1414

15-
Contact [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) for questions regarding this plugin.
15+
Contact [Response Ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin.
1616

1717
**Code health stats**
1818

api_docs/task_manager.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import taskManagerObj from './task_manager.devdocs.json';
1212

1313

1414

15-
Contact [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) for questions regarding this plugin.
15+
Contact [Response Ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin.
1616

1717
**Code health stats**
1818

0 commit comments

Comments
 (0)