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
Assignees

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant