Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.15] [integration automatic-import] Adding ECS 'reserved'…
… fields list and adding check in the invalid ecs check (elastic#189006) (elastic#189215) # Backport This will backport the following commits from `main` to `8.15`: - [[integration automatic-import] Adding ECS 'reserved' fields list and adding check in the invalid ecs check (elastic#189006)](elastic#189006) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kylie Meli","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-07-25T18:05:30Z","message":"[integration automatic-import] Adding ECS 'reserved' fields list and adding check in the invalid ecs check (elastic#189006)\n\nThis PR updates the invalid ecs check to include a check for 'reserved'\r\nECS fields. Reserved ECS fields are valid ecs fields, but ones we do not\r\nwant to add mappings for as they are reserved for agent operations or\r\nutilized in categorization.\r\n\r\nECS reserved:\r\n- ecs.version\r\n- error.message\r\n- event.category\r\n- event.created\r\n- event.dataset\r\n- event.ingested\r\n- event.original\r\n- event.type","sha":"45f63a3b97084ac1fb7e5297b2b534e3d97c935d","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.15.0","v8.16.0","Team:Security-Scalability"],"title":"[integration automatic-import] Adding ECS 'reserved' fields list and adding check in the invalid ecs check","number":189006,"url":"https://github.com/elastic/kibana/pull/189006","mergeCommit":{"message":"[integration automatic-import] Adding ECS 'reserved' fields list and adding check in the invalid ecs check (elastic#189006)\n\nThis PR updates the invalid ecs check to include a check for 'reserved'\r\nECS fields. Reserved ECS fields are valid ecs fields, but ones we do not\r\nwant to add mappings for as they are reserved for agent operations or\r\nutilized in categorization.\r\n\r\nECS reserved:\r\n- ecs.version\r\n- error.message\r\n- event.category\r\n- event.created\r\n- event.dataset\r\n- event.ingested\r\n- event.original\r\n- event.type","sha":"45f63a3b97084ac1fb7e5297b2b534e3d97c935d"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/189006","number":189006,"mergeCommit":{"message":"[integration automatic-import] Adding ECS 'reserved' fields list and adding check in the invalid ecs check (elastic#189006)\n\nThis PR updates the invalid ecs check to include a check for 'reserved'\r\nECS fields. Reserved ECS fields are valid ecs fields, but ones we do not\r\nwant to add mappings for as they are reserved for agent operations or\r\nutilized in categorization.\r\n\r\nECS reserved:\r\n- ecs.version\r\n- error.message\r\n- event.category\r\n- event.created\r\n- event.dataset\r\n- event.ingested\r\n- event.original\r\n- event.type","sha":"45f63a3b97084ac1fb7e5297b2b534e3d97c935d"}}]}] BACKPORT--> Co-authored-by: Kylie Meli <[email protected]>
- Loading branch information