Skip to content

Commit b32c52a

Browse files
committed
chore: update models CIM 4.20
1 parent 4db05d6 commit b32c52a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest_splunk_addon/standard_lib/requirement_tests/requirement_test_datamodel_tag_constants.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# CIM 4.20.2
12
# Defines tags associated with data models. Used to determine the DM's associated with tags returned by the Splunk
23
# search for eg: 'tag': "['authentication', 'insecure', 'network', 'resolution', 'dns', 'success']" matches
34
# 'Authentication': ['authentication'], 'Authentication_Insecure_Authentication': ['authentication', 'insecure'],
@@ -68,6 +69,7 @@
6869
"Performance_Facilities": ["performance", "facilities"],
6970
"Performance_Memory": ["performance", "memory"],
7071
"Performance_Storage": ["performance", "storage"],
72+
"Performance_Network": ["performance", "network"],
7173
"Performance_OS": ["performance", "os"],
7274
"Performance_OS_Timesync": ["performance", "os", "time", "synchronize"],
7375
"Performance_OS_Uptime": ["performance", "os", "uptime"],
@@ -82,5 +84,6 @@
8284
"Vulnerabilities": ["report", "vulnerability"],
8385
"Web": ["web"],
8486
"Web_Proxy": ["web", "proxy"],
87+
"Web_Storage": ["web", "storage"],
8588
"Data_Access":["data", "access"],
8689
}

0 commit comments

Comments
 (0)