Last active
May 29, 2019 13:49
-
-
Save kristoff-it/d92451fff2a3dbb33f2c59de4439b0c1 to your computer and use it in GitHub Desktop.
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
GearsBuilder().filter(lambda x: x['key'].startswith('audited-')).foreach(lambda x: execute('xadd', 'audit-logs', '*', 'key', x['key'])).register() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment