We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13a6ea commit 467ba9fCopy full SHA for 467ba9f
pytest_splunk_addon/data_models/Endpoint.json
@@ -88,7 +88,7 @@
88
{
89
"name": "transport_dest_port",
90
"type": "required",
91
- "validity": "(?:tcp|udp|dccp|sctp)\\/(?:(6553[0-5]|655[0-2][0-9]|65[0-4][0-9]{2}|6[0-4][0-9]{3}|[1-5][0-9]{4}|[0-9]{1,4})$)",
+ "validity": "if(match(transport_dest_port, \"(?:tcp|udp|dccp|sctp)\\/(?:(6553[0-5]|655[0-2][0-9]|65[0-4][0-9]{2}|6[0-4][0-9]{3}|[1-5][0-9]{4}|[0-9]{1,4})$)\"), transport_dest_port, null())",
92
"comment": "Calculated as transport/dest_port, such as tcp/53."
93
},
94
0 commit comments