Bitdefender_generator_updates#79
Open
Engineer33426 wants to merge 14 commits intonatesmalley:mainfrom
Open
Conversation
jmorascalyr
reviewed
Mar 27, 2026
Collaborator
There was a problem hiding this comment.
These GravityZone files are implemented as standalone scripts with a custom helper dependency (gz_utils) rather than as standard importable generators. Please refactor them to follow the existing generator pattern used by modules like aws_cloudtrail:
- no sys.path manipulation
- no custom local framework dependency
- expose a canonical public generator function like bitdefender_gravityzone_incidents_log()
- return one structured event per call as a dict or JSON string
- register the generator in hec_sender.py if it needs to work through the HEC pipeline
- Right now they don’t align with generator_service.py / hec_sender.py, so they are not integrated the same way as the rest of the repo.
See the uploaded file on guidance on how to align with the current implementation.
…zone_companies.py
…zone_incidents.py
…zone_integrations.py
…zone_licensing.py
…zone_push_events.py
…zone_quarantine.py
added bitdefender generators.
Author
|
I made the changes in my repo, in review my files and adding them I believe the solution should now be in place correctly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These new files allow for bitdefender endpoint security logs to be generated.