Skip to content

Commit df72135

Browse files
ACD-4532: Updated type from required to optional for dest_mac field
1 parent 2d9e5b9 commit df72135

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pytest_splunk_addon/standard_lib/data_models/Network_Traffic.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
},
7171
{
7272
"name": "dest_mac",
73-
"type": "conditional",
74-
"condition": "| regex dest=\"^([0-9A-F]{2}[:-]){5}([0-9A-F]{2})$\"",
73+
"type": "optional",
7574
"validity": "if(dest==dest_mac,dest_mac,null())",
7675
"comment": "The destination TCP/IP layer 2 Media Access Control (MAC) address of a packet's destination, such as 06:10:9f:eb:8f:14. Note: Always force lower case on this field and use colons instead of dashes, spaces, or no separator."
7776
},

0 commit comments

Comments
 (0)