14 lines
443 B
JSON
14 lines
443 B
JSON
{
|
|
"insert_max": 16000,
|
|
"filter": "!ip6 && tcp",
|
|
"regex_filter": "(?:http|https)[[:punct:]]+[[:alnum:]]+[[:punct:]][[:alnum:]]+[[:punct:]](?:com|de|org)",
|
|
"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": "localhost",
|
|
"database_password": "password"
|
|
}
|