imperva / incapsula-logs-downloader

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

what is the baseline and continuous log collection ? #58

Closed manimmt closed 9 months ago

manimmt commented 1 year ago

do we need docker container or it can be run from base linux os?

What is the required storage on vm to run the script?

Do we need to run this script as a service inside docker container or base linux os to run it continously?

joeymoore commented 1 year ago

do we need docker container or it can be run from base linux os? - Either

What is the required storage on vm to run the script? - depends on your management of the downloaded logs, you can choose not to save(archive) the logs or have a cleanup process.

Do we need to run this script as a service inside docker container or base linux os to run it continously? - Yes, the script needs to run all the time.