kibana/packages/kbn-ecs
Ying Mao 11c0bacdab
Revert "[Security Solution] Update ecs package to latest ecs definiti… (#168864)
Reverts https://github.com/elastic/kibana/pull/168553

Seeing these errors when updating existing alerts as data mappings

```
[2023-10-13T11:06:44.254-04:00][ERROR][plugins.alerting] ResponseError: illegal_argument_exception
	Root causes:
		illegal_argument_exception: can't merge a non-nested mapping [faas.trigger] with a nested mapping
    at KibanaTransport.request (/Users/ying/Code/kibana_prs/node_modules/@elastic/transport/src/Transport.ts:535:17)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
```

Needs further investigation as ECS mappings should be backwards
compatible
2023-10-13 09:30:34 -07:00
..
generated Revert "[Security Solution] Update ecs package to latest ecs definiti… (#168864) 2023-10-13 09:30:34 -07:00
index.ts Replace ecs package with ecs-typescript generated code (#148804) 2023-01-26 07:10:32 +01:00
jest.config.js
kibana.jsonc [kbn-ecs] Adds security solution threat hunting investigations as co-owner (#151187) 2023-02-14 11:42:56 -07:00
package.json [kbn-ecs] Adds security solution threat hunting investigations as co-owner (#151187) 2023-02-14 11:42:56 -07:00
README.md Replace ecs package with ecs-typescript generated code (#148804) 2023-01-26 07:10:32 +01:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/ecs

Base types for Elastic common schema. These types are used for logging and any extensions to the types declared in this package need to be in their own dedicated packages.

https://www.elastic.co/guide/en/ecs/current/index.html

Type definitions are autogenerated with https://github.com/elastic/ecs-typescript