Skip to content

Commit 7e03b95

Browse files
regenerate poicy tests
1 parent ed1d088 commit 7e03b95

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/crowdstrike/data_stream/falcon/_dev/test/policy/test-default.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ inputs:
99
- allow_deprecated_use: true
1010
data_stream:
1111
dataset: crowdstrike.falcon
12-
type: logs
1312
exclude_files:
1413
- \.gz$
1514
multiline.match: after

packages/crowdstrike/data_stream/falcon/_dev/test/policy/test-streaming.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ inputs:
1313
crowdstrike_app_id: test_app_id
1414
data_stream:
1515
dataset: crowdstrike.falcon
16-
type: logs
1716
processors: null
1817
program: |
1918
state.response.decode_json().as(body, {
@@ -35,7 +34,8 @@ inputs:
3534
})
3635
publisher_pipeline.disable_host: true
3736
redact:
38-
fields: null
37+
fields:
38+
- client_secret
3939
stream_type: crowdstrike
4040
tags:
4141
- preserve_original_event

0 commit comments

Comments
 (0)