File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1079,11 +1079,11 @@ if [ "$piid" == "" ]; then
10791079else
10801080 dlog " old piid ${piid} "
10811081fi
1082- if [ " $record_local_responses " == " " ]; then
1083- record_local_responses =' false'
1082+ if [ " $enable_local_logs " == " " ]; then
1083+ enable_local_logs =' false'
10841084fi
1085- if [ " $local_response_path " == " " ]; then
1086- local_response_path =' /srv/log/local_response_ {date}.json'
1085+ if [ " $local_logs_file " == " " ]; then
1086+ local_logs_file =' /srv/log/webhoneypot_ {date}.json'
10871087fi
10881088
10891089if [ " $submit_log_rate " == " " ]; then
@@ -2112,8 +2112,8 @@ run "echo 'queue_trigger=$queue_trigger' >> ${DSHIELDINI}"
21122112run " echo 'web_log_limit=$web_log_limit ' >> ${DSHIELDINI} "
21132113run " echo 'web_log_purgefactor=$web_log_purgefactor ' >> ${DSHIELDINI} "
21142114run " echo 'debug=false' >> ${DSHIELDINI} "
2115- run " echo 'local_response_path= $local_response_path ' >> ${DSHIELDINI} "
2116- run " echo 'record_local_responses= $record_local_responses ' >> ${DSHIELDINI} "
2115+ run " echo 'local_logs_file= $local_logs_file ' >> ${DSHIELDINI} "
2116+ run " echo 'enable_local_logs= $enable_local_logs ' >> ${DSHIELDINI} "
21172117run " echo '# this section may disappear in future versions' >> ${DSHIELDINI} "
21182118run " echo '[iscagent]' >> ${DSHIELDINI} "
21192119database=$( quotespace " $database " )
You can’t perform that action at this time.
0 commit comments