issues
search
brexhq
/
substation
Substation is a toolkit for routing, normalizing, and enriching security event and audit logs.
https://substation.readme.io
MIT License
330
stars
21
forks
source link
fix: KV Store Processor TTL Key
#123
Closed
jshlbrd
closed
1 year ago
jshlbrd
commented
1 year ago
Description
Fixes a bug in the KV Store processor where the
ttl_key
cannot be used by itself
Updates the default options for the KV store processor
Motivation and Context
N/A
How Has This Been Tested?
Integration tested with production data pipelines.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
Description
ttl_key
cannot be used by itselfMotivation and Context
N/A
How Has This Been Tested?
Integration tested with production data pipelines.
Types of changes
Checklist: