From b3d6aa0d0f5fd6c2113c70226b15018eff98d38a Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 13:39:40 -0400 Subject: [PATCH] [7.13](backport #25971) Clean up fixture files (#25974) * Clean up fixture files (#25971) (cherry picked from commit e5b976a3bee54553b96b82be8bbaf1e6835c280d) # Conflicts: # x-pack/filebeat/module/crowdstrike/falcon/test/falcon-sample.log-expected.json * Fix up bad patch Co-authored-by: Andrew Stucki --- .../module/crowdstrike/falcon/test/falcon-sample.log | 4 ++-- .../crowdstrike/falcon/test/falcon-sample.log-expected.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x-pack/filebeat/module/crowdstrike/falcon/test/falcon-sample.log b/x-pack/filebeat/module/crowdstrike/falcon/test/falcon-sample.log index efd3b565576e..6a811c1efb2c 100644 --- a/x-pack/filebeat/module/crowdstrike/falcon/test/falcon-sample.log +++ b/x-pack/filebeat/module/crowdstrike/falcon/test/falcon-sample.log @@ -87,11 +87,11 @@ }, { "Key": "actor_user_uuid", - "ValueString": "123ab141-fab1-41c9-85c5-43a1ef90d2c2" + "ValueString": "123ab123-abc1-12a1-12a1-12a1ab12a1a1" }, { "Key": "actor_cid", - "ValueString": "774694c2ef8c43fdb64ec3056ddfb96d" + "ValueString": "123456a1ab1a12abc12ab1234abcd12a" }, { "Key": "target_user", diff --git a/x-pack/filebeat/module/crowdstrike/falcon/test/falcon-sample.log-expected.json b/x-pack/filebeat/module/crowdstrike/falcon/test/falcon-sample.log-expected.json index b49e03fd8637..b811a8fff6c9 100644 --- a/x-pack/filebeat/module/crowdstrike/falcon/test/falcon-sample.log-expected.json +++ b/x-pack/filebeat/module/crowdstrike/falcon/test/falcon-sample.log-expected.json @@ -126,11 +126,11 @@ }, { "Key": "actor_user_uuid", - "ValueString": "123ab141-fab1-41c9-85c5-43a1ef90d2c2" + "ValueString": "123ab123-abc1-12a1-12a1-12a1ab12a1a1" }, { "Key": "actor_cid", - "ValueString": "774694c2ef8c43fdb64ec3056ddfb96d" + "ValueString": "123456a1ab1a12abc12ab1234abcd12a" }, { "Key": "target_user", @@ -463,4 +463,4 @@ "user.domain": "NA", "user.name": "First.last" } -] +] \ No newline at end of file