imperva / incapsula-logs-downloader

A Python script for downloading log files from Incapsula
MIT License
30 stars 35 forks source link

log frequency / customize log forwarding frequency #93

Open manimmt opened 1 month ago

manimmt commented 1 month ago

how frequent the script forward the logs? can we customize it? please guide.

joeymoore commented 1 month ago

If you're running the latest script, the log is sent when it is downloaded. This is done with a file watcher so one the log hits your configured directory, this spawns a new workerThread to send to the configured endpoint. Cannot customize, are you having an issue?