Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/elastic/kibana into uptime-…
Browse files Browse the repository at this point in the history
…alerts
  • Loading branch information
shahzad31 committed Jul 4, 2023
2 parents cab4693 + 9685de2 commit d2d394f
Show file tree
Hide file tree
Showing 1,035 changed files with 12,482 additions and 5,041 deletions.
3 changes: 3 additions & 0 deletions .buildkite/ftr_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ enabled:
- x-pack/test/detection_engine_api_integration/security_and_spaces/group9/config.ts
- x-pack/test/detection_engine_api_integration/security_and_spaces/group10/config.ts
- x-pack/test/detection_engine_api_integration/security_and_spaces/rule_execution_logic/config.ts
- x-pack/test/detection_engine_api_integration/security_and_spaces/prebuilt_rules/config.ts
- x-pack/test/detection_engine_api_integration/security_and_spaces/bundled_prebuilt_rules_package/config.ts
- x-pack/test/detection_engine_api_integration/security_and_spaces/large_prebuilt_rules_package/config.ts
- x-pack/test/encrypted_saved_objects_api_integration/config.ts
- x-pack/test/examples/config.ts
- x-pack/test/fleet_api_integration/config.agent.ts
Expand Down
13 changes: 0 additions & 13 deletions .buildkite/pipelines/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ steps:
- exit_status: '-1'
limit: 3

- command: SERVERLESS_ENVIRONMENT=common .buildkite/scripts/steps/functional/serverless_ftr.sh
label: 'Serverless Common Tests'
agents:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 40
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1

- command: SERVERLESS_ENVIRONMENT=observability .buildkite/scripts/steps/functional/serverless_ftr.sh
label: 'Serverless Observability Tests'
agents:
Expand Down
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ examples/response_stream @elastic/ml-ui
packages/kbn-rison @elastic/kibana-operations
x-pack/plugins/rollup @elastic/platform-deployment-management
examples/routing_example @elastic/kibana-core
packages/kbn-rrule @elastic/response-ops
packages/kbn-rule-data-utils @elastic/security-detections-response @elastic/actionable-observability @elastic/response-ops
x-pack/plugins/rule_registry @elastic/response-ops @elastic/actionable-observability
x-pack/plugins/runtime_fields @elastic/platform-deployment-management
Expand Down
2 changes: 1 addition & 1 deletion api_docs/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
title: "actions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the actions plugin
date: 2023-07-02
date: 2023-07-04
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
---
import actionsObj from './actions.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/advanced_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
title: "advancedSettings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the advancedSettings plugin
date: 2023-07-02
date: 2023-07-04
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/aiops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
title: "aiops"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiops plugin
date: 2023-07-02
date: 2023-07-04
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
Expand Down
258 changes: 25 additions & 233 deletions api_docs/alerting.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7144,239 +7144,6 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord",
"type": "Interface",
"tags": [],
"label": "RRuleRecord",
"description": [],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.dtstart",
"type": "string",
"tags": [],
"label": "dtstart",
"description": [],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.tzid",
"type": "string",
"tags": [],
"label": "tzid",
"description": [],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.freq",
"type": "CompoundType",
"tags": [],
"label": "freq",
"description": [],
"signature": [
"0 | 2 | 6 | 5 | 4 | 3 | 1 | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.until",
"type": "string",
"tags": [],
"label": "until",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.count",
"type": "number",
"tags": [],
"label": "count",
"description": [],
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.interval",
"type": "number",
"tags": [],
"label": "interval",
"description": [],
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.wkst",
"type": "CompoundType",
"tags": [],
"label": "wkst",
"description": [],
"signature": [
"WeekdayStr",
" | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.byweekday",
"type": "Array",
"tags": [],
"label": "byweekday",
"description": [],
"signature": [
"(string | number)[] | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.bymonth",
"type": "Array",
"tags": [],
"label": "bymonth",
"description": [],
"signature": [
"number[] | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.bysetpos",
"type": "Array",
"tags": [],
"label": "bysetpos",
"description": [],
"signature": [
"number[] | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.bymonthday",
"type": "Array",
"tags": [],
"label": "bymonthday",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.byyearday",
"type": "Array",
"tags": [],
"label": "byyearday",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.byweekno",
"type": "Array",
"tags": [],
"label": "byweekno",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.byhour",
"type": "Array",
"tags": [],
"label": "byhour",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.byminute",
"type": "Array",
"tags": [],
"label": "byminute",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.bysecond",
"type": "Array",
"tags": [],
"label": "bysecond",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.Rule",
Expand Down Expand Up @@ -10247,6 +10014,31 @@
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord",
"type": "Type",
"tags": [],
"label": "RRuleRecord",
"description": [],
"signature": [
"Omit<",
"Options",
", \"wkst\" | \"byweekday\" | \"dtstart\" | \"until\"> & { dtstart: string; byweekday?: (string | number)[] | undefined; wkst?: ",
{
"pluginId": "@kbn/rrule",
"scope": "common",
"docId": "kibKbnRrulePluginApi",
"section": "def-common.WeekdayStr",
"text": "WeekdayStr"
},
" | undefined; until?: string | undefined; }"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RuleActionAlertsFilterProperty",
Expand Down
4 changes: 2 additions & 2 deletions api_docs/alerting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
title: "alerting"
image: https://source.unsplash.com/400x175/?github
description: API docs for the alerting plugin
date: 2023-07-02
date: 2023-07-04
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
---
import alertingObj from './alerting.devdocs.json';
Expand All @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 635 | 1 | 611 | 47 |
| 619 | 1 | 595 | 47 |

## Client

Expand Down
2 changes: 1 addition & 1 deletion api_docs/apm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
title: "apm"
image: https://source.unsplash.com/400x175/?github
description: API docs for the apm plugin
date: 2023-07-02
date: 2023-07-04
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
---
import apmObj from './apm.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/asset_manager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetManager
title: "assetManager"
image: https://source.unsplash.com/400x175/?github
description: API docs for the assetManager plugin
date: 2023-07-02
date: 2023-07-04
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetManager']
---
import assetManagerObj from './asset_manager.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/banners.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners
title: "banners"
image: https://source.unsplash.com/400x175/?github
description: API docs for the banners plugin
date: 2023-07-02
date: 2023-07-04
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
---
import bannersObj from './banners.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/bfetch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch
title: "bfetch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the bfetch plugin
date: 2023-07-02
date: 2023-07-04
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
---
import bfetchObj from './bfetch.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/canvas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas
title: "canvas"
image: https://source.unsplash.com/400x175/?github
description: API docs for the canvas plugin
date: 2023-07-02
date: 2023-07-04
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
---
import canvasObj from './canvas.devdocs.json';
Expand Down
Loading

0 comments on commit d2d394f

Please sign in to comment.