tpcpr/src/parser.json

14 lines
442 B
JSON

{
"insert_max": 20000,
"filter": "tcp",
"regex_filter": "(?:http|https)[[:punct:]]+[[:alnum:]]+[[:punct:]][[:alnum:]]+[[:punct:]](?:com|de|org|net)",
"from_device": false,
"parse_device": "enp7s0",
"pcap_file": "<not in use right now>",
"pcap_dir": "../target/files",
"database_tablename": "json_dump",
"database_user": "postgres",
"database_host": "172.17.0.2",
"database_password": "password"
}