Skip to content

Commit

Permalink
Merge pull request #411 from splunk/requirement_test/CIM_4_20_DM_update
Browse files Browse the repository at this point in the history
chore: update models CIM 4.20
  • Loading branch information
nandinivij authored Sep 17, 2021
2 parents 0997dc8 + 41bae6a commit 9e52b0e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# CIM 4.20.2
# Defines tags associated with data models. Used to determine the DM's associated with tags returned by the Splunk
# search for eg: 'tag': "['authentication', 'insecure', 'network', 'resolution', 'dns', 'success']" matches
# 'Authentication': ['authentication'], 'Authentication_Insecure_Authentication': ['authentication', 'insecure'],
Expand Down Expand Up @@ -68,6 +69,7 @@
"Performance_Facilities": ["performance", "facilities"],
"Performance_Memory": ["performance", "memory"],
"Performance_Storage": ["performance", "storage"],
"Performance_Network": ["performance", "network"],
"Performance_OS": ["performance", "os"],
"Performance_OS_Timesync": ["performance", "os", "time", "synchronize"],
"Performance_OS_Uptime": ["performance", "os", "uptime"],
Expand All @@ -82,5 +84,6 @@
"Vulnerabilities": ["report", "vulnerability"],
"Web": ["web"],
"Web_Proxy": ["web", "proxy"],
"Data_Access": ["data", "access"],
"Web_Storage": ["web", "storage"],
"Data_Access":["data", "access"],
}

0 comments on commit 9e52b0e

Please sign in to comment.