kibana/packages/core/logging/core-logging-server-internal
Luke G b5e1ef0740
replace kbn/ecs with official npm package holding ecs schema (#176128)
## Summary

This PR replaces kbn/ecs package with the official ecs typescript defs
available on npm https://www.npmjs.com/package/@elastic/ecs

The idea here is to be able to update and maintain ecs type defs
independently, and in a transparent way.

ECS version used in kibana currently is 8.10.0, and after this PR is
merged I will generate current version typings & file another PR to
update the kibana dependency,

The `alpha` suffix will be removed once this new flow of ecs management
stabilizes.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-02-13 22:03:30 +01:00
..
src replace kbn/ecs with official npm package holding ecs schema (#176128) 2024-02-13 22:03:30 +01:00
index.ts [browser logging] allow to configure root level (#176397) 2024-02-12 05:26:57 -07:00
jest.config.js Move server-side logging service to packages (#134438) 2022-06-20 10:54:21 +02:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md Move server-side logging service to packages (#134438) 2022-06-20 10:54:21 +02:00
tsconfig.json replace kbn/ecs with official npm package holding ecs schema (#176128) 2024-02-13 22:03:30 +01:00

@kbn/core-logging-server-internal

This package contains the internal types and implementation for Core's server-side logging service.