RedELK
RedELK copied to clipboard
Standardize RedELK scripts logging
The logging of the different internal scripts (enrich, alarm, etc) should be standardized and ingested back into ES.
The main idea being to have a view on the status of RedELK itself (e.g. making a dashboard + adding alerting in case of issues)
addressed in #66 #67 #68 #69 #72
Currently, only the last run log are being put in ES. We should see if the full log of the daemon script can be sent to ES. Should be feasible with a logging formatter in python.
Revised approach: store the outcome of each module in ES (to have history)