Skip to content

0.7.0 - Major Refactor + Component Architecture

Pre-release
Pre-release
Compare
Choose a tag to compare
@JaminB JaminB released this 01 May 20:42
· 54 commits to master since this release
c812b26
  • Brand new command-line
    • nested help modules
  • Community_id now added to both Zeek and Suricata (agent logs only for now)
  • Breaks up service modules into submodules
    • install - manage service installation/uninstallation/initial configuration
    • config - manage service configuration
    • process - manage service processes
    • profile - monitor service processes
  • Adds custom exception handling install/config functions no longer return booleans on failure, but rather raise exceptions
  • Adds logger
  • Improves Download/Process tracking interfaces
  • Adds new Filebeat terminal UI
  • Adds new agent config terminal UI
  • ReadTheDocs documentation added
  • Adds config module unit tests