stalker-server
Version:
A static server with realtime log parser
36 lines (34 loc) • 1.78 kB
JSON
{
"staticPath": "./public",
"port": 8800,
"serverOptions": {},
"error_log": "./error.log",
"logs": {
"f.gif": {
"processor": ["detector"],
"storer": ["csv"]
},
"hijack.gif": {
"processor": ["ipfinder"],
"prestorer": ["./test/prestorer.js"],
"storer": ["csv"]
}
},
"settings": {
"hijack.gif": {
"csv": {
"filePath": "./hijack.log",
"fields": ["__", "id", "ip", "access_time", "userAgent", "os_name", "os_version", "os_fullversion", "browser_name", "browser_version", "browser_fullversion", "device_name", "device_version", "device_fullversion", "type", "files", "isp", "province", "city", "county", "host1", "host2"]
}
},
"f.gif": {
"detector": {
"types": ["os"]
},
"csv": {
"filePath": "./feature.log",
"fields": ["__", "id", "ip", "access_time", "userAgent", "os_name", "os_version", "os_fullversion", "browser_name", "browser_version", "browser_fullversion", "device_name", "device_version", "device_fullversion", "ds", "dpr", "isp", "province", "city", "county", "bdrs", "bxsd", "txsd", "anim", "trsi", "trfm", "cavs", "ls", "ss", "natm", "ustm", "arra", "xhr2", "rqaf", "cookie", "geo", "svg", "work", "wbsk", "vido", "audo", "hsty", "file", "psmg", "WebP-lossy", "WebP-lossless", "WebP-alpha", "WebP-animation", "ftr_028", "ftr_029", "ftr_030", "ftr_031", "ftr_032", "ftr_033", "ftr_034", "ftr_035", "ftr_036", "ftr_037", "ftr_038", "ftr_039", "ftr_040", "ftr_041", "ftr_042", "ftr_043", "ftr_044", "ftr_045", "ftr_046", "ftr_047", "ftr_048", "ftr_049"]
}
}
}
}