google / timesketch

Collaborative forensic timeline analysis
Apache License 2.0
2.53k stars 577 forks source link

Configuration management for analyzers #782

Open aguilajesus opened 5 years ago

aguilajesus commented 5 years ago

As analyzers grow in complexity and quantity, it would be ideal to create some abstraction for the possible settings and variables needed by them.

We could have a global configuration file for all the analyzers variables or individual per analyzer.

aguilajesus commented 5 years ago

The overall idea is to move some of the variables from timesketch.conf and ~/lib/analyzers/utils.py to a conf file. I am thinking something like

kiddinn commented 5 years ago

let's use /config, it is already part of the tree

kiddinn commented 5 years ago

https://github.com/google/timesketch/tree/master/config

berggren commented 3 years ago

Hey @aguilajesus is this something you would like to work on?