luminati-proxy-stripped
Version:
A configurable local proxy for luminati.io
768 lines (767 loc) • 29.4 kB
JSON
[{
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"uuid": {"type": "INTEGER PRIMARY KEY", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": {"type": "TEXT"},
"request_body": {"type": "TEXT"},
"response_headers": {"type": "TEXT"},
"response_body": {"type": "TEXT"},
"status_code": {"type": "INTEGER", "index": true},
"status_message": {"type": "TEXT", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": {"type": "TEXT"},
"super_proxy": {"type": "TEXT"},
"username": {"type": "TEXT"},
"content_size": {"type": "INTEGER", "index": true},
"context": {"type": "TEXT", "index": true},
"protocol": {"type": "TEXT", "index": true},
"hostname": {"type": "TEXT", "index": true},
"success": {"type": "INTEGER"},
"in_bw": {"type": "INTEGER"},
"out_bw": {"type": "INTEGER"},
"content_type": {"type": "TEXT", "index": true}
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
},
"zone": {
"zone": "TEXT",
"perm": "TEXT",
"ips": "TEXT",
"plans": "TEXT"
},
"usage": {
"port_id": {"type": "INTEGER", "multi_index": ["port_id",
"status_code", "hostname", "protocol"]},
"reqs": {"type": "INTEGER"},
"in_bw": {"type": "INTEGER"},
"out_bw": {"type": "INTEGER"},
"status_code": {"type": "TEXT"},
"hostname": {"type": "TEXT"},
"protocol": {"type": "TEXT"},
"success": {"type": "INTEGER"}
}
},
"add": {
"request": ["content_type"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"uuid": {"type": "INTEGER PRIMARY KEY", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": {"type": "TEXT"},
"request_body": {"type": "TEXT"},
"response_headers": {"type": "TEXT"},
"response_body": {"type": "TEXT"},
"status_code": {"type": "INTEGER", "index": true},
"status_message": {"type": "TEXT", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": {"type": "TEXT"},
"super_proxy": {"type": "TEXT"},
"username": {"type": "TEXT"},
"content_size": {"type": "INTEGER", "index": true},
"context": {"type": "TEXT", "index": true},
"protocol": {"type": "TEXT", "index": true},
"hostname": {"type": "TEXT", "index": true},
"success": {"type": "INTEGER"},
"in_bw": {"type": "INTEGER"},
"out_bw": {"type": "INTEGER"}
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
},
"zone": {
"zone": "TEXT",
"perm": "TEXT",
"ips": "TEXT",
"plans": "TEXT"
},
"usage": {
"port_id": {"type": "INTEGER", "multi_index": ["port_id",
"status_code", "hostname", "protocol"]},
"reqs": {"type": "INTEGER"},
"in_bw": {"type": "INTEGER"},
"out_bw": {"type": "INTEGER"},
"status_code": {"type": "TEXT"},
"hostname": {"type": "TEXT"},
"protocol": {"type": "TEXT"},
"success": {"type": "INTEGER"}
}
},
"add": {
"request": ["uuid"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": {"type": "TEXT"},
"request_body": {"type": "TEXT"},
"response_headers": {"type": "TEXT"},
"response_body": {"type": "TEXT"},
"status_code": {"type": "INTEGER", "index": true},
"status_message": {"type": "TEXT", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": {"type": "TEXT"},
"super_proxy": {"type": "TEXT"},
"username": {"type": "TEXT"},
"content_size": {"type": "INTEGER", "index": true},
"context": {"type": "TEXT", "index": true},
"protocol": {"type": "TEXT", "index": true},
"hostname": {"type": "TEXT", "index": true},
"success": {"type": "INTEGER"},
"in_bw": {"type": "INTEGER"},
"out_bw": {"type": "INTEGER"}
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
},
"zone": {
"zone": "TEXT",
"perm": "TEXT",
"ips": "TEXT",
"plans": "TEXT"
},
"usage": {
"port_id": {"type": "INTEGER", "multi_index": ["port_id",
"status_code", "hostname", "protocol"]},
"reqs": {"type": "INTEGER"},
"in_bw": {"type": "INTEGER"},
"out_bw": {"type": "INTEGER"},
"status_code": {"type": "TEXT"},
"hostname": {"type": "TEXT"},
"protocol": {"type": "TEXT"},
"success": {"type": "INTEGER"}
}
},
"add": {
"request": ["response_body", "protocol", "hostname"],
"usage": ["status_code", "hostname", "protocol", "in_bw", "out_bw",
"success"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"status_message": {"type": "TEXT", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"super_proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true},
"context": {"type": "TEXT", "index": true},
"success": "INTEGER",
"in_bw": "INTEGER",
"out_bw": "INTEGER"
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
},
"zone": {
"zone": "TEXT",
"perm": "TEXT",
"ips": "TEXT",
"plans": "TEXT"
}
},
"add": {
"request": ["in_bw", "out_bw"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"status_message": {"type": "TEXT", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"super_proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true},
"context": {"type": "TEXT", "index": true},
"success": "INTEGER"
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
},
"zone": {
"zone": "TEXT",
"perm": "TEXT",
"ips": "TEXT",
"plans": "TEXT"
}
},
"add": {
"request": ["success"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"status_message": {"type": "TEXT", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"super_proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true},
"context": {"type": "TEXT", "index": true}
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
},
"zone": {
"zone": "TEXT",
"perm": "TEXT",
"ips": "TEXT",
"plans": "TEXT"
}
},
"remove": {
"request": ["download_size", "upload_size"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"status_message": {"type": "TEXT", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"super_proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true},
"download_size": {"type": "INTEGER", "index": true},
"upload_size": {"type": "INTEGER", "index": true},
"context": {"type": "TEXT", "index": true}
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
},
"zone": {
"zone": "TEXT",
"perm": "TEXT",
"ips": "TEXT",
"plans": "TEXT"
}
},
"add": {
"request": ["status_message"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"super_proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true},
"download_size": {"type": "INTEGER", "index": true},
"upload_size": {"type": "INTEGER", "index": true},
"context": {"type": "TEXT", "index": true}
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
},
"zone": {
"zone": "TEXT",
"perm": "TEXT",
"ips": "TEXT",
"plans": "TEXT"
}
},
"add": {
"request": ["context"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"super_proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true},
"download_size": {"type": "INTEGER", "index": true},
"upload_size": {"type": "INTEGER", "index": true},
"context": {"type": "TEXT", "index": true}
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
},
"zone": {
"zone": "TEXT",
"perm": "TEXT"
}
},
"add": {
"request": ["context"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"super_proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true},
"download_size": {"type": "INTEGER", "index": true},
"upload_size": {"type": "INTEGER", "index": true}
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
},
"zone": {
"zone": "TEXT",
"perm": "TEXT"
}
},
"add": {
"request": ["download_size", "upload_size"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"super_proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true}
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
},
"zone": {
"zone": "TEXT",
"perm": "TEXT"
}
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"super_proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true}
},
"proxy_hosts": {
"proxy": {"type": "TEXT", "index": true},
"host": {"type": "TEXT", "index": true}
}
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"super_proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true}
}
},
"rename": {
"request": {
"proxy": "super_proxy"
}
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"proxy_peer": {"type": "TEXT", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true}
}
},
"add": {
"request": ["proxy_peer"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"request_body": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true}
}
},
"add": {
"request": ["request_body"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER", "index": true},
"url": {"type": "TEXT", "index": true},
"method": {"type": "TEXT", "index": true},
"request_headers": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"response_time": {"type": "INTEGER", "index": true},
"node_latency": {"type": "INTEGER", "index": true},
"country": {"type": "TEXT", "index": true},
"timeline": "TEXT",
"proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true}
}
},
"add": {
"request": ["response_time", "node_latency", "country"]
},
"add_index": {
"request": ["port", "url", "method"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"port": {"type": "INTEGER"},
"url": "TEXT",
"method": "TEXT",
"request_headers": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"timeline": "TEXT",
"proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true}
}
},
"add": {
"request": ["port"]
}
}, {
"schema": {
"schema_info": {
"hash": "TEXT",
"version": "TEXT",
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"ip": {
"ip": {"type": "UNSIGNED INTEGER", "primary": true},
"timestamp": {"type": "INTEGER", "default": "CURRENT_TIMESTAMP"}
},
"request": {
"url": "TEXT",
"method": "TEXT",
"request_headers": "TEXT",
"response_headers": "TEXT",
"status_code": {"type": "INTEGER", "index": true},
"timestamp": {"type": "INTEGER", "index": true},
"elapsed": {"type": "INTEGER", "index": true},
"timeline": "TEXT",
"proxy": "TEXT",
"username": "TEXT",
"content_size": {"type": "INTEGER", "index": true}
}
}
}]