Skip to content

Commit

Permalink
[8.x] [ES `body` removal] `@elastic/security-data-anal…
Browse files Browse the repository at this point in the history
…ytics` (#204852) (#205282)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[ES `body` removal]
`@elastic/security-data-analytics`
(#204852)](#204852)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Alejandro Fernández
Haro","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-30T17:36:50Z","message":"[ES
`body` removal] `@elastic/security-data-analytics`
(#204852)","sha":"a3858a30b21f09527bb3d34e4180db869c60e4cc","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor"],"title":"[ES
`body` removal]
`@elastic/security-data-analytics`","number":204852,"url":"https://github.com/elastic/kibana/pull/204852","mergeCommit":{"message":"[ES
`body` removal] `@elastic/security-data-analytics`
(#204852)","sha":"a3858a30b21f09527bb3d34e4180db869c60e4cc"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/204852","number":204852,"mergeCommit":{"message":"[ES
`body` removal] `@elastic/security-data-analytics`
(#204852)","sha":"a3858a30b21f09527bb3d34e4180db869c60e4cc"}}]}]
BACKPORT-->

Co-authored-by: Alejandro Fernández Haro <[email protected]>
  • Loading branch information
kibanamachine and afharo authored Dec 30, 2024
1 parent 74d0869 commit 259dbfe
Show file tree
Hide file tree
Showing 20 changed files with 214 additions and 239 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { merge } from 'lodash';
import { set } from '@kbn/safer-lodash-set';
import type { Logger, LogMeta } from '@kbn/core/server';
import { sha256 } from 'js-sha256';
import type * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey';
import type * as estypes from '@elastic/elasticsearch/lib/api/types';
import { copyAllowlistedFields, filterList } from './filterlists';
import type { PolicyConfig, PolicyData, SafeEndpointEvent } from '../../../common/endpoint/types';
import type { ITelemetryReceiver } from './receiver';
Expand Down
Loading

0 comments on commit 259dbfe

Please sign in to comment.