# 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'