diff options
| author | wangwei <[email protected]> | 2024-11-22 14:12:27 +0800 |
|---|---|---|
| committer | wangwei <[email protected]> | 2024-11-22 14:12:27 +0800 |
| commit | c42f81be39804507be22172eb6045c4cd6001c83 (patch) | |
| tree | 4edd3525f56881823c1d3e9c5edcb837414fdd1e | |
| parent | 630bd15534bff8de39cee236499c4afdd7543f1d (diff) | |
[Fix][schema] Statistics Policy metrics 增加JA4 Fingerprint 字段(TSG-23812)
| -rw-r--r-- | config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/statistics_rule.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/statistics_rule.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/statistics_rule.json index 969cc241..86433c6e 100644 --- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/statistics_rule.json +++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/statistics_rule.json @@ -37,6 +37,8 @@ "client_port", "server_port", "ssl_ja3_hash", + "ssl_ja4_fingerprint", + "ssl_ja4s_fingerprint", "http_host", "ssl_sni", "subscriber_id", @@ -372,6 +374,22 @@ "type": "string" }, { + "name": "ssl_ja4_fingerprint", + "label": "SSL JA4 Fingerprint", + "doc": { + "visibility": "enabled" + }, + "type": "string" + }, + { + "name": "ssl_ja4s_fingerprint", + "label": "SSL JA4S Fingerprint", + "doc": { + "visibility": "enabled" + }, + "type": "string" + }, + { "name": "http_host", "label": "HTTP Host", "doc": { |
