Update dependency @elastic/ecs to v9.3.0#254661
Merged
rStelmach merged 6 commits intoelastic:mainfrom Feb 25, 2026
Merged
Conversation
Contributor
|
Pinging @elastic/obs-onboarding-team (Team:obs-onboarding) |
Contributor
Author
|
/ci |
nreese
approved these changes
Feb 24, 2026
Contributor
nreese
left a comment
There was a problem hiding this comment.
kibana-presentation changes LGTM
code review only
albertoblaz
approved these changes
Feb 24, 2026
Contributor
albertoblaz
left a comment
There was a problem hiding this comment.
Security Solution changes are only 1B in mappings so LGTM
adcoelho
approved these changes
Feb 24, 2026
jesuswr
approved these changes
Feb 25, 2026
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
2 tasks
qn895
pushed a commit
to qn895/kibana
that referenced
this pull request
Mar 11, 2026
closes: elastic#252704 ## Summary Bumps `@elastic/ecs` from `9.2.0` to `9.3.0` and fixes all resulting CI test failures. ## Changes ### Dependency bump - **`package.json` / `yarn.lock`** - updated `@elastic/ecs` from `9.2.0` to `9.3.0` ### Snapshot updates (ECS field expansion + version string change) - **`x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/util.test.ts`** - updated inline snapshot for `getSourceFields()` to include ~324 new ECS fields added in 9.3.0 (e.g. `entity.*`, `entity.target.*`, `host.target.*`) - **`src/core/packages/logging/server-internal/src/__snapshots__/logging_system.test.ts.snap`** - updated `ecs.version` from `"9.3.0-dev"` to `"9.3.0"` across all snapshot entries ### Generated schema regeneration - **`src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/ecs_schema.ts`** - regenerated io-ts schemas to reflect the new ECS 9.3.0 field definitions in `ecsFieldMap` ### Test fixture updates - **`x-pack/platform/test/api_integration/apis/maps/maps_telemetry.ts`** - updated `geo_point` field count assertion from `63` to `71` to account for new ECS geo_point fields in cluster stats - **`x-pack/solutions/security/test/fixtures/es_archives/security_solution/alerts/8.1.0/mappings.json.gz`** - raised `total_fields.limit` from `2500` to `3500` in test archive mappings to prevent `illegal_argument_exception` when loading the SIEM alert fixture with expanded ECS fields (same approach used in elastic#245798 for `8.8.0` archives, test-only, production limit in `alerts_service.ts` remains at `2500`)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes: #252704
Summary
Bumps
@elastic/ecsfrom9.2.0to9.3.0and fixes all resulting CI test failures.Changes
Dependency bump
package.json/yarn.lock- updated@elastic/ecsfrom9.2.0to9.3.0Snapshot updates (ECS field expansion + version string change)
x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/util.test.ts- updated inline snapshot forgetSourceFields()to include ~324 new ECS fields added in 9.3.0 (e.g.entity.*,entity.target.*,host.target.*)src/core/packages/logging/server-internal/src/__snapshots__/logging_system.test.ts.snap- updatedecs.versionfrom"9.3.0-dev"to"9.3.0"across all snapshot entriesGenerated schema regeneration
src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/ecs_schema.ts- regenerated io-ts schemas to reflect the new ECS 9.3.0 field definitions inecsFieldMapTest fixture updates
x-pack/platform/test/api_integration/apis/maps/maps_telemetry.ts- updatedgeo_pointfield count assertion from63to71to account for new ECS geo_point fields in cluster statsx-pack/solutions/security/test/fixtures/es_archives/security_solution/alerts/8.1.0/mappings.json.gz- raisedtotal_fields.limitfrom2500to3500in test archive mappings to preventillegal_argument_exceptionwhen loading the SIEM alert fixture with expanded ECS fields (same approach used in [Fields Metadata] Update dependency @elastic/ecs to ^9.2.0 and optimize bundle #245798 for8.8.0archives, test-only, production limit inalerts_service.tsremains at2500)