原schema-upgrade项目更名,发布初版
This commit is contained in:
174
testSchemaFiles/session_record_common_server_ip.json
Normal file
174
testSchemaFiles/session_record_common_server_ip.json
Normal file
@@ -0,0 +1,174 @@
|
||||
{
|
||||
"type":"record",
|
||||
"name":"session_record_common_server_ip",
|
||||
"namespace":"tsg_galaxy_v3",
|
||||
"doc":
|
||||
{
|
||||
"primary_key":"common_log_id",
|
||||
"partition_key":"common_recv_time",
|
||||
"ttl":null,
|
||||
"default_ttl":2592000,
|
||||
"index_key":
|
||||
[
|
||||
"common_server_ip",
|
||||
"common_client_ip",
|
||||
"common_recv_time"
|
||||
]
|
||||
|
||||
},
|
||||
"fields":
|
||||
[
|
||||
{
|
||||
"name":"common_log_id",
|
||||
"type":"long",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_recv_time",
|
||||
"type":"long",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_server_ip",
|
||||
"type":"string",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_client_ip",
|
||||
"type":"string",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_sled_ip",
|
||||
"type":"string",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_entrance_id",
|
||||
"type":"int",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"disabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_subscriber_id",
|
||||
"type":"string",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_stream_trace_id",
|
||||
"type":"long",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_schema_type",
|
||||
"type":"string",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_client_port",
|
||||
"type":"int",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_server_port",
|
||||
"type":"int",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_app_label",
|
||||
"type":"string",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"common_direction",
|
||||
"type":"int",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"http_domain",
|
||||
"type":"string",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"name":"ssl_sni",
|
||||
"type":"string",
|
||||
"doc":
|
||||
{
|
||||
"visibility":"enabled",
|
||||
"ttl":null
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user