Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored Dec 30, 2024
1 parent 652da17 commit a3858a3
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 a3858a3

Please sign in to comment.