原schema-upgrade项目更名,发布初版
This commit is contained in:
62
testSchemaFiles/radius_onff_log.json
Normal file
62
testSchemaFiles/radius_onff_log.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"type": "record",
|
||||
"name": "radius_onff_log",
|
||||
"namespace": "tsg_galaxy_v3",
|
||||
"doc": {
|
||||
"partition_key": "event_timestamp",
|
||||
"index_key": [
|
||||
"account",
|
||||
"event_timestamp"
|
||||
]
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
"name": "event_timestamp",
|
||||
"label": "Event Time",
|
||||
"doc": {
|
||||
"visibility": "enabled"
|
||||
},
|
||||
"type": "long"
|
||||
},
|
||||
{
|
||||
"name": "account",
|
||||
"label": "Account",
|
||||
"doc": {
|
||||
"visibility": "enabled"
|
||||
},
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "framed_ip",
|
||||
"label": "Framed IP",
|
||||
"doc": {
|
||||
"visibility": "enabled"
|
||||
},
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "acct_session_id",
|
||||
"label": "Acct Session ID",
|
||||
"doc": {
|
||||
"visibility": "enabled"
|
||||
},
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "acct_status_type",
|
||||
"label": "Acct Status Type",
|
||||
"doc": {
|
||||
"visibility": "enabled"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "acct_session_time",
|
||||
"label": "Acct Session Time",
|
||||
"doc": {
|
||||
"visibility": "enabled"
|
||||
},
|
||||
"type": "int"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user