|
| 1 | +# CIM 4.20.2 |
1 | 2 | # Defines tags associated with data models. Used to determine the DM's associated with tags returned by the Splunk |
2 | 3 | # search for eg: 'tag': "['authentication', 'insecure', 'network', 'resolution', 'dns', 'success']" matches |
3 | 4 | # 'Authentication': ['authentication'], 'Authentication_Insecure_Authentication': ['authentication', 'insecure'], |
|
68 | 69 | "Performance_Facilities": ["performance", "facilities"], |
69 | 70 | "Performance_Memory": ["performance", "memory"], |
70 | 71 | "Performance_Storage": ["performance", "storage"], |
| 72 | + "Performance_Network": ["performance", "network"], |
71 | 73 | "Performance_OS": ["performance", "os"], |
72 | 74 | "Performance_OS_Timesync": ["performance", "os", "time", "synchronize"], |
73 | 75 | "Performance_OS_Uptime": ["performance", "os", "uptime"], |
|
82 | 84 | "Vulnerabilities": ["report", "vulnerability"], |
83 | 85 | "Web": ["web"], |
84 | 86 | "Web_Proxy": ["web", "proxy"], |
| 87 | + "Web_Storage": ["web", "storage"], |
85 | 88 | "Data_Access":["data", "access"], |
86 | 89 | } |
0 commit comments