Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
8a94a1d
start plugin work
stephmilovic Dec 9, 2022
505c9db
Merge branch 'explore' into explore_sub_plugin
stephmilovic Dec 12, 2022
024978c
consolidate jest
stephmilovic Dec 12, 2022
5d0855a
[Osquery] [Fix] Fix osquery results table fullscreen height issue (#…
tomsonpl Dec 12, 2022
b80a23e
feat(slo): Add support for custom index for APM indicator types (#147…
kdelemme Dec 12, 2022
4f1552e
[ResponseOps][Alerting] Hiding all features in a space causes rules t…
doakalexi Dec 12, 2022
7843cc8
wip
stephmilovic Dec 12, 2022
d862f46
[DOCS] Create open API specification for find rules (#147061)
lcawl Dec 12, 2022
bd31853
[ResponseOps] [Cases] Update mapping for case title (#147341)
adcoelho Dec 12, 2022
26a1a92
[ci/cypress] Use spot instances (#147196)
jbudz Dec 12, 2022
815328c
[TIP] fix add integrations link not working in cloud (#147362)
PhilippeOberti Dec 12, 2022
18102ad
Update cypress (main) (#144347)
renovate[bot] Dec 12, 2022
95902fa
[ML] Anomaly Detection wizards: adds geo job wizard (#147043)
alvarezmelissa87 Dec 12, 2022
2a0d8f5
Merge branch 'explore' into explore_sub_plugin
stephmilovic Dec 12, 2022
a753286
fix types
stephmilovic Dec 12, 2022
65a655f
skip flaky suite (#147186)
mistic Dec 12, 2022
7e8e7e7
[Security Solution] Severity level chart on Alerts page (#146938)
christineweng Dec 12, 2022
942eec0
[Enterprise Search][ML Inference] migrate add inference pipeline from…
TattdCodeMonkey Dec 12, 2022
31ae84a
[api-docs] 2022-12-13 Daily api_docs build (#147415)
kibanamachine Dec 13, 2022
274ed54
[Guided Onboarding] Make onboarding panel auto height (#147333)
cindychangy Dec 13, 2022
29841da
[Fix][Infrastructure UI] Incorrect payload in time range when landing…
jennypavlova Dec 13, 2022
47ad5ed
Bump apidoc-markdown from v6.0.0 to v7.2.4 (#144007)
Dec 13, 2022
1d6bac7
[ML] Fixing capabilities when ML is disabled in elasticsearch (#143622)
jgowdyelastic Dec 13, 2022
9db5f8f
[TSVB] Change allowJs setting to true (#147176)
stratoula Dec 13, 2022
13c5ab6
[Flaky Test] Fixes Space Navigation Race Condition (#147193)
jeramysoucy Dec 13, 2022
0aa6e1c
change file namespace type to multiple-isolated (#147198)
vadimkibana Dec 13, 2022
a068b2e
[Dashboard][Lens] Add "convert to lens" action to dashboard (#146363)
VladLasitsa Dec 13, 2022
c591b4d
[APM] Synchronous Anomaly detection jobs creation (#145969)
yngrdyn Dec 13, 2022
28841a1
feat(slo): burn rate rule editor (#147211)
kdelemme Dec 13, 2022
6146d57
[Behavorial Analytics] Analytics view integrate steps (#147388)
joemcelroy Dec 13, 2022
c45c2ad
Use package registry lite image for fleet tests (#147139)
jsoriano Dec 13, 2022
be95686
Fixes the bad alignment issue on the missing dataview text (#147433)
stratoula Dec 13, 2022
f770625
Removes module core/server/types (#147223)
TinaHeiligers Dec 13, 2022
eb75937
[Logs UI] Implement log stream page state as a state machine (#145234)
weltenwort Dec 13, 2022
ec8be1f
[Security Solution] Explore Sub Plugin Part 1- Consolidate into Explo…
stephmilovic Dec 13, 2022
5147b90
Merge branch 'main' into explore_sub_plugin
stephmilovic Dec 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .buildkite/ftr_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ enabled:
- x-pack/test/functional/apps/lens/group3/config.ts
- x-pack/test/functional/apps/lens/open_in_lens/tsvb/config.ts
- x-pack/test/functional/apps/lens/open_in_lens/agg_based/config.ts
- x-pack/test/functional/apps/lens/open_in_lens/dashboard/config.ts
- x-pack/test/functional/apps/license_management/config.ts
- x-pack/test/functional/apps/logstash/config.ts
- x-pack/test/functional/apps/management/config.ts
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipelines/flaky_tests/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ for (const testSuite of testSuites) {
steps.push({
command: `.buildkite/scripts/steps/functional/${CYPRESS_SUITE}.sh`,
label: group.name,
agents: { queue: 'ci-group-6' },
agents: { queue: 'n2-4-spot' },
depends_on: 'build',
parallelism: testSuite.count,
concurrency,
Expand Down
4 changes: 3 additions & 1 deletion .buildkite/pipelines/pull_request/apm_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ steps:
- command: .buildkite/scripts/steps/functional/apm_cypress.sh
label: 'APM Cypress Tests'
agents:
queue: ci-group-6
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1
4 changes: 3 additions & 1 deletion .buildkite/pipelines/pull_request/fleet_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ steps:
- command: .buildkite/scripts/steps/functional/fleet_cypress.sh
label: 'Fleet Cypress Tests'
agents:
queue: ci-group-6
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1
4 changes: 3 additions & 1 deletion .buildkite/pipelines/pull_request/observability_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ steps:
- command: .buildkite/scripts/steps/functional/observability_plugin.sh
label: 'Observability @elastic/synthetics Tests'
agents:
queue: ci-group-6
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1
4 changes: 3 additions & 1 deletion .buildkite/pipelines/pull_request/osquery_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ steps:
- command: .buildkite/scripts/steps/functional/osquery_cypress.sh
label: 'Osquery Cypress Tests'
agents:
queue: ci-group-6
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1
artifact_paths:
Expand Down
4 changes: 3 additions & 1 deletion .buildkite/pipelines/pull_request/response_ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ steps:
- command: .buildkite/scripts/steps/functional/response_ops.sh
label: 'Rules, Alerts and Exceptions ResponseOps Cypress Tests on Security Solution'
agents:
queue: ci-group-6
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1
4 changes: 3 additions & 1 deletion .buildkite/pipelines/pull_request/response_ops_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ steps:
- command: .buildkite/scripts/steps/functional/response_ops_cases.sh
label: 'Cases Cypress Tests on Security Solution'
agents:
queue: ci-group-6
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1
4 changes: 3 additions & 1 deletion .buildkite/pipelines/pull_request/security_solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ steps:
- command: .buildkite/scripts/steps/functional/security_solution.sh
label: 'Security Solution Tests'
agents:
queue: ci-group-6
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
parallelism: 4
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1
4 changes: 3 additions & 1 deletion .buildkite/pipelines/pull_request/synthetics_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ steps:
- command: .buildkite/scripts/steps/functional/synthetics_plugin.sh
label: 'Synthetics @elastic/synthetics Tests'
agents:
queue: ci-group-6
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1
4 changes: 3 additions & 1 deletion .buildkite/pipelines/pull_request/threat_intelligence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ steps:
- command: .buildkite/scripts/steps/functional/threat_intelligence.sh
label: 'Threat Intelligence Tests'
agents:
queue: ci-group-6
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
parallelism: 4
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1
4 changes: 3 additions & 1 deletion .buildkite/pipelines/pull_request/ux_plugin_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ steps:
- command: .buildkite/scripts/steps/functional/ux_synthetics_e2e.sh
label: 'UX Plugin @elastic/synthetics Tests'
agents:
queue: ci-group-6
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1
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: 2022-12-12
date: 2022-12-13
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: 2022-12-12
date: 2022-12-13
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: 2022-12-12
date: 2022-12-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
Expand Down
110 changes: 102 additions & 8 deletions api_docs/alerting.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3018,7 +3018,7 @@
},
"<Params>>; muteAll: (options: { id: string; }) => Promise<void>; getAlertState: (params: ",
"GetAlertStateParams",
") => Promise<void | { alertTypeState?: { [x: string]: unknown; } | undefined; alertInstances?: { [x: string]: { state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; } | undefined; }; } | undefined; alertRecoveredInstances?: { [x: string]: { state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; } | undefined; }; } | undefined; previousStartedAt?: Date | null | undefined; }>; getAlertSummary: (params: ",
") => Promise<void | { alertTypeState?: { [x: string]: unknown; } | undefined; alertInstances?: { [x: string]: { state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; } & { actions?: { [x: string]: { date?: Date | undefined; }; } | undefined; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; } | undefined; }; } | undefined; alertRecoveredInstances?: { [x: string]: { state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; } & { actions?: { [x: string]: { date?: Date | undefined; }; } | undefined; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; } | undefined; }; } | undefined; previousStartedAt?: Date | null | undefined; }>; getAlertSummary: (params: ",
"GetAlertSummaryParams",
") => Promise<",
{
Expand Down Expand Up @@ -3174,7 +3174,19 @@
"MuteOptions",
") => Promise<void>; runSoon: (options: { id: string; }) => Promise<any>; listAlertTypes: () => Promise<Set<",
"RegistryAlertTypeWithAuth",
">>; getSpaceId: () => string | undefined; }"
">>; getSpaceId: () => string | undefined; getAlertFromRaw: (params: ",
"GetAlertFromRawParams",
") => ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.Rule",
"text": "Rule"
},
"<never> | ",
"RuleWithLegacyId",
"<never>; }"
],
"path": "x-pack/plugins/alerting/server/index.ts",
"deprecated": false,
Expand Down Expand Up @@ -6505,6 +6517,21 @@
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.AlertActions",
"type": "Type",
"tags": [],
"label": "AlertActions",
"description": [],
"signature": [
"{ [x: string]: { date?: Date | undefined; }; }"
],
"path": "x-pack/plugins/alerting/common/alert_instance.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.AlertInstanceContext",
Expand All @@ -6528,7 +6555,7 @@
"label": "AlertInstanceMeta",
"description": [],
"signature": [
"{ lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; }"
"{ lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; } & { actions?: { [x: string]: { date?: Date | undefined; }; } | undefined; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; }"
],
"path": "x-pack/plugins/alerting/common/alert_instance.ts",
"deprecated": false,
Expand Down Expand Up @@ -6655,6 +6682,21 @@
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.LastScheduledActions",
"type": "Type",
"tags": [],
"label": "LastScheduledActions",
"description": [],
"signature": [
"{ subgroup?: string | undefined; } & { group: string; date: Date; } & { actions?: { [x: string]: { date?: Date | undefined; }; } | undefined; }"
],
"path": "x-pack/plugins/alerting/common/alert_instance.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.LEGACY_BASE_ALERT_API_PATH",
Expand Down Expand Up @@ -6722,7 +6764,7 @@
"label": "RawAlertInstance",
"description": [],
"signature": [
"{ state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; } | undefined; }"
"{ state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; } & { actions?: { [x: string]: { date?: Date | undefined; }; } | undefined; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; } | undefined; }"
],
"path": "x-pack/plugins/alerting/common/alert_instance.ts",
"deprecated": false,
Expand Down Expand Up @@ -6982,7 +7024,7 @@
"label": "RuleTaskState",
"description": [],
"signature": [
"{ alertTypeState?: { [x: string]: unknown; } | undefined; alertInstances?: { [x: string]: { state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; } | undefined; }; } | undefined; alertRecoveredInstances?: { [x: string]: { state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; } | undefined; }; } | undefined; previousStartedAt?: Date | null | undefined; }"
"{ alertTypeState?: { [x: string]: unknown; } | undefined; alertInstances?: { [x: string]: { state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; } & { actions?: { [x: string]: { date?: Date | undefined; }; } | undefined; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; } | undefined; }; } | undefined; alertRecoveredInstances?: { [x: string]: { state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; } & { actions?: { [x: string]: { date?: Date | undefined; }; } | undefined; }) | undefined; flappingHistory?: boolean[] | undefined; flapping?: boolean | undefined; } | undefined; }; } | undefined; previousStartedAt?: Date | null | undefined; }"
],
"path": "x-pack/plugins/alerting/common/rule_task_instance.ts",
"deprecated": false,
Expand Down Expand Up @@ -7138,6 +7180,28 @@
}
],
"objects": [
{
"parentPluginId": "alerting",
"id": "def-common.actionsSchema",
"type": "Object",
"tags": [],
"label": "actionsSchema",
"description": [],
"signature": [
"RecordC",
"<",
"StringC",
", ",
"PartialC",
"<{ date: ",
"Type",
"<Date, string, unknown>; }>>"
],
"path": "x-pack/plugins/alerting/common/alert_instance.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.DisabledActionTypeIdsForActionGroup",
Expand Down Expand Up @@ -7310,7 +7374,17 @@
"StringC",
"; date: ",
"Type",
"<Date, string, unknown>; }>]>; flappingHistory: ",
"<Date, string, unknown>; }>, ",
"PartialC",
"<{ actions: ",
"RecordC",
"<",
"StringC",
", ",
"PartialC",
"<{ date: ",
"Type",
"<Date, string, unknown>; }>>; }>]>; flappingHistory: ",
"ArrayC",
"<",
"BooleanC",
Expand Down Expand Up @@ -7448,7 +7522,17 @@
"StringC",
"; date: ",
"Type",
"<Date, string, unknown>; }>]>; flappingHistory: ",
"<Date, string, unknown>; }>, ",
"PartialC",
"<{ actions: ",
"RecordC",
"<",
"StringC",
", ",
"PartialC",
"<{ date: ",
"Type",
"<Date, string, unknown>; }>>; }>]>; flappingHistory: ",
"ArrayC",
"<",
"BooleanC",
Expand Down Expand Up @@ -7480,7 +7564,17 @@
"StringC",
"; date: ",
"Type",
"<Date, string, unknown>; }>]>; flappingHistory: ",
"<Date, string, unknown>; }>, ",
"PartialC",
"<{ actions: ",
"RecordC",
"<",
"StringC",
", ",
"PartialC",
"<{ date: ",
"Type",
"<Date, string, unknown>; }>>; }>]>; flappingHistory: ",
"ArrayC",
"<",
"BooleanC",
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: 2022-12-12
date: 2022-12-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
---
import alertingObj from './alerting.devdocs.json';
Expand All @@ -21,7 +21,7 @@ Contact [Response Ops](https://github.com/orgs/elastic/teams/response-ops) for q

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 417 | 0 | 408 | 34 |
| 420 | 0 | 411 | 35 |

## Client

Expand Down
Loading