outflanknl / RedELK

Red Team's SIEM - tool for Red Teams used for tracking and alarming about Blue Team activities as well as better usability in long term operations.
BSD 3-Clause "New" or "Revised" License
2.35k stars 371 forks source link

Remove config files from source control #283

Closed fastlorenzo closed 1 year ago

fastlorenzo commented 1 year ago

Configuration files should be removed from source control. An example config file should be provided instead in source control. The install script should take care of creating the config file from the example if it doesn't exist yet.

Identified configuration files to be removed:

fastlorenzo commented 1 year ago

Create .example files and in the installer copy the .examplefile to the original file name (if not exists). Then remove the original files from source control and add to .gitignore

MarcOverIP commented 1 year ago

Config files this applies to:

MarcOverIP commented 1 year ago

Done with pr #294