diff options
Diffstat (limited to 'testSchemaFiles/radius_onff_log.json')
| -rw-r--r-- | testSchemaFiles/radius_onff_log.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/testSchemaFiles/radius_onff_log.json b/testSchemaFiles/radius_onff_log.json new file mode 100644 index 0000000..8307acb --- /dev/null +++ b/testSchemaFiles/radius_onff_log.json @@ -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" + } + ] +}
\ No newline at end of file |
