Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Service Object Primitive Classes #83

Open
6 tasks done
JaminB opened this issue Jan 29, 2021 · 0 comments
Open
6 tasks done

Create Service Object Primitive Classes #83

JaminB opened this issue Jan 29, 2021 · 0 comments

Comments

@JaminB
Copy link
Contributor

JaminB commented Jan 29, 2021

It is becoming obvious that additional abstraction is needed to manipulate the somewhat convoluted ConfigManager system.

Developers for example should be able to modify a configuration in the following way, rather than the current way of manipulating complex (undocumented) dictionaries.

config = ConfigManager('/opt/dynamite/filebeat')
config.kafka_targets.username = 'admin'
config.kafka_targets.enabled = True
config.elasticsearch_targets.enabled = False
config.commit()
  • Filebeat
  • Zeek
  • Suricata
  • ElasticSearch
  • Logstash
  • Kibana
@JaminB JaminB created this issue from a note in DynamiteNSM 1.0 Roadmap (To Do) Jan 29, 2021
@JaminB JaminB self-assigned this Jan 29, 2021
@JaminB JaminB added this to the Migration to S.O.L.I.D pattern milestone Jan 29, 2021
@JaminB JaminB moved this from To Do to In Progress in DynamiteNSM 1.0 Roadmap Jan 29, 2021
@JaminB JaminB moved this from In Progress to Upcoming Release (1.0) in DynamiteNSM 1.0 Roadmap Jan 29, 2021
@JaminB JaminB moved this from In Progress to Completed in DynamiteNSM 1.0 Roadmap Mar 10, 2021
@JaminB JaminB moved this from Completed to Just Shipped in DynamiteNSM 1.0 Roadmap Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant