in athena_glue_service_logs/alb.py [0:0]
def _columns():
return [
{"Name": "type", "Type": "string"},
{"Name": "time", "Type": "string"},
{"Name": "elb", "Type": "string"},
{"Name": "client_ip_port", "Type": "string"},
{"Name": "target_ip_port", "Type": "string"},
{"Name": "request_processing_time", "Type": "double"},
{"Name": "target_processing_time", "Type": "double"},
{"Name": "response_processing_time", "Type": "double"},
{"Name": "elb_status_code", "Type": "string"},
{"Name": "target_status_code", "Type": "string"},
{"Name": "received_bytes", "Type": "bigint"},
{"Name": "sent_bytes", "Type": "bigint"},
{"Name": "request_verb", "Type": "string"},
{"Name": "request_url", "Type": "string"},
{"Name": "request_proto", "Type": "string"},
{"Name": "user_agent", "Type": "string"},
{"Name": "ssl_cipher", "Type": "string"},
{"Name": "ssl_protocol", "Type": "string"},
{"Name": "target_group_arn", "Type": "string"},
{"Name": "trace_id", "Type": "string"},
{"Name": "domain_name", "Type": "string"},
{"Name": "chosen_cert_arn", "Type": "string"},
{"Name": "matched_rule_priority", "Type": "string"},
{"Name": "request_creation_time", "Type": "string"},
{"Name": "actions_executed", "Type": "string"},
{"Name": "redirect_url", "Type": "string"},
{"Name": "error_reason", "Type": "string"}
]