Skip to content

Commit

Permalink
Upgrade CIM to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth-khatsuriya committed Dec 6, 2024
1 parent 9c2012d commit 12b4dfc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions pytest_splunk_addon/data_models/Authentication.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
"validity": "if(isnum(response_time) and response_time>0 AND response_time<3600,response_time,null())",
"comment": "The amount of time it took to receive a response in the authentication event, in seconds."
},
{
"name": "session_id",
"type": "optional",
"comment": "The unique identifier assigned to the login session."
},
{
"name": "signature",
"type": "optional",
Expand Down
2 changes: 1 addition & 1 deletion pytest_splunk_addon/data_models/Intrusion_Detection.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{
"name": "signature",
"type": "required",
"comment": "The name of the intrusion detected on the client (the src), such as PlugAndPlay_BO and JavaScript_Obfuscation_Fre. This is a string value. Use a signature_id field (not included in this data model) for numeric indicators."
"comment": "The name of the intrusion detected on the client (the src), such as PlugAndPlay_BO and JavaScript_Obfuscation_Fre."
},
{
"name": "signature_id",
Expand Down
2 changes: 1 addition & 1 deletion pytest_splunk_addon/data_models/Network_Traffic.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"type": "conditional",
"condition": "protocol=ip",
"expected_values": ["ipv4", "ipv6"],
"comment": "Version of the OSI layer 3 protocol."
"comment": "Version of the OSI layer 3 protocol, in lower case."
},
{
"name": "response_time",
Expand Down
2 changes: 1 addition & 1 deletion pytest_splunk_addon/data_models/Performance.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
{
"name": "power",
"type": "optional",
"comment": "Amount of power consumed by the facilities resource, in Kw\/h."
"comment": "Amount of power consumed by the facilities resource, in kW."
},
{
"name": "fan_speed",
Expand Down

0 comments on commit 12b4dfc

Please sign in to comment.