Skip to content

Commit 86e0331

Browse files
updated attributes
1 parent 482c284 commit 86e0331

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

Solutions/Gigamon Connector/Data Connectors/Gigamon_CCF/Gigamon_DCR.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
{ "name": "ssl_key_share_group", "type": "string" },
6464
{ "name": "ssl_fingerprint_ja3_full", "type": "string" },
6565
{ "name": "ssl_fingerprint_ja3s_full", "type": "string" },
66-
{ "name": "tcp_flags", "type": "string" },
6766
{ "name": "ssl_common_name", "type": "string" },
6867
{ "name": "ssl_issuer", "type": "string" },
6968
{ "name": "ssl_validity_not_before", "type": "string" },
@@ -120,15 +119,11 @@
120119
{ "name": "ip_wrong_crc", "type": "string" },
121120
{ "name": "dnp3_al_function_code", "type": "string" },
122121
{ "name": "dnp3_dl_function_code", "type": "string" },
123-
{ "name": "dnp3_dl_dir", "type": "string" },
124-
{ "name": "dnp3_invalid_codes", "type": "string" },
125-
{ "name": "modbus_function_code", "type": "string" },
126122
{ "name": "modbus_exception_code", "type": "string" },
127123
{ "name": "SSL_version", "type": "string" },
128124
{ "name": "http_code", "type": "string" },
129125
{ "name": "http_rtt", "type": "string" },
130126
{ "name": "tcp_rtt_app", "type": "string" },
131-
{ "name": "tcp_flag_reset", "type": "string" },
132127
{ "name": "dns_response_time", "type": "string" },
133128
{ "name": "http_content_encoding", "type": "string" },
134129
{ "name": "snmp_version", "type": "string" },

Solutions/Gigamon Connector/Data Connectors/Gigamon_CCF/Gigamon_table.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
{ "name": "ssl_key_share_group", "type": "string" },
6565
{ "name": "ssl_fingerprint_ja3_full", "type": "string" },
6666
{ "name": "ssl_fingerprint_ja3s_full", "type": "string" },
67-
{ "name": "tcp_flags", "type": "string" },
6867
{ "name": "ssl_common_name", "type": "string" },
6968
{ "name": "ssl_issuer", "type": "string" },
7069
{ "name": "ssl_validity_not_before", "type": "string" },
@@ -121,15 +120,11 @@
121120
{ "name": "ip_wrong_crc", "type": "string" },
122121
{ "name": "dnp3_al_function_code", "type": "string" },
123122
{ "name": "dnp3_dl_function_code", "type": "string" },
124-
{ "name": "dnp3_dl_dir", "type": "string" },
125-
{ "name": "dnp3_invalid_codes", "type": "string" },
126-
{ "name": "modbus_function_code", "type": "string" },
127123
{ "name": "modbus_exception_code", "type": "string" },
128124
{ "name": "SSL_version", "type": "string" },
129125
{ "name": "http_code", "type": "string" },
130126
{ "name": "http_rtt", "type": "string" },
131127
{ "name": "tcp_rtt_app", "type": "string" },
132-
{ "name": "tcp_flag_reset", "type": "string" },
133128
{ "name": "dns_response_time", "type": "string" },
134129
{ "name": "http_content_encoding", "type": "string" },
135130
{ "name": "snmp_version", "type": "string" },

Solutions/Gigamon Connector/Package/mainTemplate.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
"streamDeclarations": {
695695
"Custom-Gigamon": {
696696
"columns": [
697-
{ "name": "TimeGenerated", "type": "datetime" },
697+
{ "name": "TimeGenerated", "type": "datetime" },
698698
{ "name": "RawData", "type": "string" },
699699
{ "name": "ts", "type": "string" },
700700
{ "name": "vendor", "type": "string" },
@@ -750,7 +750,6 @@
750750
{ "name": "ssl_key_share_group", "type": "string" },
751751
{ "name": "ssl_fingerprint_ja3_full", "type": "string" },
752752
{ "name": "ssl_fingerprint_ja3s_full", "type": "string" },
753-
{ "name": "tcp_flags", "type": "string" },
754753
{ "name": "ssl_common_name", "type": "string" },
755754
{ "name": "ssl_issuer", "type": "string" },
756755
{ "name": "ssl_validity_not_before", "type": "string" },
@@ -807,15 +806,11 @@
807806
{ "name": "ip_wrong_crc", "type": "string" },
808807
{ "name": "dnp3_al_function_code", "type": "string" },
809808
{ "name": "dnp3_dl_function_code", "type": "string" },
810-
{ "name": "dnp3_dl_dir", "type": "string" },
811-
{ "name": "dnp3_invalid_codes", "type": "string" },
812-
{ "name": "modbus_function_code", "type": "string" },
813809
{ "name": "modbus_exception_code", "type": "string" },
814810
{ "name": "SSL_version", "type": "string" },
815811
{ "name": "http_code", "type": "string" },
816812
{ "name": "http_rtt", "type": "string" },
817813
{ "name": "tcp_rtt_app", "type": "string" },
818-
{ "name": "tcp_flag_reset", "type": "string" },
819814
{ "name": "dns_response_time", "type": "string" },
820815
{ "name": "http_content_encoding", "type": "string" },
821816
{ "name": "snmp_version", "type": "string" },

0 commit comments

Comments
 (0)