Skip to content

Commit 027232e

Browse files
Aegrahgithub-actions[bot]
authored andcommitted
[FR] NON_DATASET_PACKAGE list & Data Source tag for Auditd_manager (#3430)
* [FR] Add Auditd_Manager to NON_DATASET_PACKAGE * Changed alphabetical order --------- Co-authored-by: Mika Ayenson <Mikaayenson@users.noreply.github.com> Co-authored-by: Terrance DeJesus <99630311+terrancedejesus@users.noreply.github.com> (cherry picked from commit a637bce)
1 parent c2bb599 commit 027232e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

detection_rules/schemas/definitions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"allow_sample": (Version.parse('8.6.0'), None),
3434
"elasticsearch_validate_optional_fields": (Version.parse('7.16.0'), None)
3535
}
36-
NON_DATASET_PACKAGES = ['apm', 'endpoint', 'system', 'windows', 'cloud_defend', 'network_traffic']
36+
NON_DATASET_PACKAGES = ['apm', 'auditd_manager', 'cloud_defend', 'endpoint', 'network_traffic', 'system', 'windows']
3737
NON_PUBLIC_FIELDS = {
3838
"related_integrations": (Version.parse('8.3.0'), None),
3939
"required_fields": (Version.parse('8.3.0'), None),
@@ -68,6 +68,7 @@
6868
EXPECTED_RULE_TAGS = [
6969
'Data Source: Active Directory',
7070
'Data Source: Amazon Web Services',
71+
'Data Source: Auditd Manager',
7172
'Data Source: AWS',
7273
'Data Source: APM',
7374
'Data Source: Azure',

0 commit comments

Comments
 (0)