Skip to content

Commit e86348a

Browse files
authored
Merge branch 'main' into 155112-metrics-explorer-views-client
2 parents bc64908 + 327b92f commit e86348a

15 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ packages/core/usage-data/core-usage-data-base-server-internal @elastic/kibana-co
286286
packages/core/usage-data/core-usage-data-server @elastic/kibana-core
287287
packages/core/usage-data/core-usage-data-server-internal @elastic/kibana-core
288288
packages/core/usage-data/core-usage-data-server-mocks @elastic/kibana-core
289-
packages/core/user-settings/core-user-settings-server @elastic/platform-security
290-
packages/core/user-settings/core-user-settings-server-internal @elastic/platform-security
291-
packages/core/user-settings/core-user-settings-server-mocks @elastic/platform-security
289+
packages/core/user-settings/core-user-settings-server @elastic/kibana-security
290+
packages/core/user-settings/core-user-settings-server-internal @elastic/kibana-security
291+
packages/core/user-settings/core-user-settings-server-mocks @elastic/kibana-security
292292
x-pack/plugins/cross_cluster_replication @elastic/platform-deployment-management
293293
packages/kbn-crypto @elastic/kibana-security
294294
packages/kbn-crypto-browser @elastic/kibana-core
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"type": "shared-common",
33
"id": "@kbn/core-user-settings-server-internal",
4-
"owner": "@elastic/platform-security",
4+
"owner": "@elastic/kibana-security",
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"type": "shared-common",
33
"id": "@kbn/core-user-settings-server-mocks",
4-
"owner": "@elastic/platform-security",
4+
"owner": "@elastic/kibana-security",
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"type": "shared-common",
33
"id": "@kbn/core-user-settings-server",
4-
"owner": "@elastic/platform-security",
4+
"owner": "@elastic/kibana-security",
55
}

x-pack/plugins/fleet/common/openapi/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# OpenAPI (Experimental)
2-
3-
> **_NOTE:_** This spec is experimental and may be incomplete or change later.
1+
# OpenAPI
42

53
The current self-contained spec file, available [as JSON](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/fleet/common/openapi/bundled.json) or [as YAML](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/fleet/common/openapi/bundled.yaml), can be used for online tools like those found at https://openapi.tools/.
64

75
For example, [click here to view the specification in the Swagger UI](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/fleet/common/openapi/bundled.json).
86

97
A guide about the openApi specification can be found at [https://swagger.io/docs/specification/about/](https://swagger.io/docs/specification/about/).
108

9+
Fleet API docs: https://www.elastic.co/guide/en/fleet/master/fleet-apis.html
10+
1111
## The `openapi` folder
1212

1313
- `entrypoint.yaml` is the overview file which links to the various files on disk.

x-pack/test/fleet_api_integration/apis/fixtures/test_packages/dynamic_datastream/0.2.0/data_stream/test_logs/agent/stream/log.yml.hbs renamed to x-pack/test/fleet_api_integration/apis/fixtures/test_packages/dynamic_datastream/1.2.0/data_stream/test_logs/agent/stream/log.yml.hbs

File renamed without changes.

x-pack/test/fleet_api_integration/apis/fixtures/test_packages/dynamic_datastream/0.2.0/data_stream/test_logs/fields/ecs.yml renamed to x-pack/test/fleet_api_integration/apis/fixtures/test_packages/dynamic_datastream/1.2.0/data_stream/test_logs/fields/ecs.yml

File renamed without changes.

x-pack/test/fleet_api_integration/apis/fixtures/test_packages/dynamic_datastream/0.2.0/data_stream/test_logs/fields/fields.yml renamed to x-pack/test/fleet_api_integration/apis/fixtures/test_packages/dynamic_datastream/1.2.0/data_stream/test_logs/fields/fields.yml

File renamed without changes.

x-pack/test/fleet_api_integration/apis/fixtures/test_packages/dynamic_datastream/0.2.0/data_stream/test_logs/manifest.yml renamed to x-pack/test/fleet_api_integration/apis/fixtures/test_packages/dynamic_datastream/1.2.0/data_stream/test_logs/manifest.yml

File renamed without changes.

x-pack/test/fleet_api_integration/apis/fixtures/test_packages/dynamic_datastream/0.2.0/data_stream/test_metrics/agent/stream/cpu.yml.hbs renamed to x-pack/test/fleet_api_integration/apis/fixtures/test_packages/dynamic_datastream/1.2.0/data_stream/test_metrics/agent/stream/cpu.yml.hbs

File renamed without changes.

0 commit comments

Comments
 (0)