Skip to content

Commit

Permalink
[ES body removal] @elastic/security-data-analytics (elastic#204852)
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored and stratoula committed Jan 2, 2025
1 parent 816fec1 commit ff5f511
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 ff5f511

Please sign in to comment.