From abdf1b51e73cba09289d8f2780419677dfc0138a Mon Sep 17 00:00:00 2001 From: ljstella Date: Thu, 1 Aug 2024 08:31:06 -0500 Subject: [PATCH 1/2] Fixing TA for CS data --- data_sources/crowdstrike_processrollup2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data_sources/crowdstrike_processrollup2.yml b/data_sources/crowdstrike_processrollup2.yml index d05927785e..9f93eb1443 100644 --- a/data_sources/crowdstrike_processrollup2.yml +++ b/data_sources/crowdstrike_processrollup2.yml @@ -8,9 +8,9 @@ source: crowdstrike sourcetype: crowdstrike:events:sensor separator: event_simpleName supported_TA: -- name: CrowdStrike Falcon Event Streams Technical Add-On - url: https://splunkbase.splunk.com/app/5082 - version: 3.2.1 +- name: Splunk Add-on for CrowdStrike FDR + url: https://splunkbase.splunk.com/app/5579 + version: 1.5.0 fields: - AuthenticationId - AuthenticationId_meaning From 2e8e1263d602f15d4978114921176730d31e1ac9 Mon Sep 17 00:00:00 2001 From: ljstella Date: Thu, 1 Aug 2024 08:33:42 -0500 Subject: [PATCH 2/2] Adding new label --- .github/labeler.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 81eac35c58..1a1bf6cc94 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -17,4 +17,8 @@ Macros: Lookups: - changed-files: - - any-glob-to-any-file: lookups/* \ No newline at end of file + - any-glob-to-any-file: lookups/* + +Datasource: +- changed-files: + - any-glob-to-any-file: data_sources/*