aboutsummaryrefslogtreecommitdiff
path: root/config.test
blob: ff1459c07ad6575efd82c11a58c6af3a6071cd6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This is configuration file for weblog scripts

OUTPUT_PATH="$PWD/out-sample/$WEB_NAME"
INPUT_PATH="$PWD/logs-sample/$WEB_NAME"
WORK_PATH="$INPUT_PATH/tmp"

DNSHISTORY_DB="$PWD/dnshistory.db"
DNSHISTORY_OPTS="-m2 -l3 -w2 -vv"
GEO_IP_DB="$PWD/GeoIP.dat"

PROCESSED_LOG_NAME="access.log"
TMP_LOG_NAME="tmp.$PROCESSED_LOG_NAME"
FILTERED_LOG_NAME="filtered.$PROCESSED_LOG_NAME"
TOOLCHAIN_LOG_NAME="toolchain.$PROCESSED_LOG_NAME"

RAW_LOG_NAME="*access.log-2014*"

# IP2Location db file
LOC_DB_FILE='$PWD/ip2loc-db4-sample/IP-COUNTRY-REGION-CITY-ISP-SAMPLE.BIN'