View Single Post
  #2 (permalink)  
Old 2006-11-18
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 2,343
Rep Power: 7
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: Consolidating old logs in Eventia R61

Script it using the CLI (remember to stop and remove the default consolidation session)


log_consolidator -R -e Yes -s <Log_Server_IP> -x Yes -o No -t Specified_Log -l <File_Name.log> -a Begin_of_Log -b <TABLE_NAME>

e.g.
log_consolidator -R -e Yes -s 192.10.11.12 -x Yes -o No -t Specified_Log -l 2005-12-23_111234_1.log -a Begin_of_Log -b MY_CONNECTIONS_TBL
Reply With Quote