Skip to content

Commit 9d8dd89

Browse files
committed
Add system test to CrowdStrike Falcon
I removed a test directory that wasn't being used.
1 parent b05c399 commit 9d8dd89

File tree

12 files changed

+11
-1800
lines changed

12 files changed

+11
-1800
lines changed

packages/crowdstrike/_dev/deploy/docker/Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: '2.3'
22
services:
3-
crowdstrike:
4-
tty: true
5-
build: .
3+
crowdstrike-logfile:
4+
image: alpine
65
volumes:
7-
- ${SERVICE_LOGS_DIR}:/logs
8-
command: -c "cp /sample_logs/*.log /logs/"
6+
- ./sample_logs:/sample_logs:ro
7+
- ${SERVICE_LOGS_DIR}:/var/log
8+
command: /bin/sh -c "cp /sample_logs/* /var/log/"

packages/crowdstrike/_dev/deploy/docker/falcon-audit-events.log renamed to packages/crowdstrike/_dev/deploy/docker/sample_logs/falcon-audit-events.log

File renamed without changes.

packages/crowdstrike/_dev/deploy/docker/falcon-events.log renamed to packages/crowdstrike/_dev/deploy/docker/sample_logs/falcon-events.log

File renamed without changes.

packages/crowdstrike/_dev/deploy/docker/falcon-sample.log renamed to packages/crowdstrike/_dev/deploy/docker/sample_logs/falcon-sample.log

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
service: crowdstrike-logfile
2+
input: logfile
3+
data_stream:
4+
vars:
5+
paths:
6+
- "{{SERVICE_LOGS_DIR}}/*.log"

packages/crowdstrike/data_stream/falcon/test/pipeline/falcon-audit-events.log

Lines changed: 0 additions & 277 deletions
This file was deleted.

0 commit comments

Comments
 (0)