Skip to content

Commit

Permalink
address pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kcreddy committed Apr 2, 2024
1 parent d1b3671 commit 11e01d5
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -237,10 +237,10 @@ processors:
- rename:
field: json
target_field: recordedfuture
- set:
field: recordedfuture.list
copy_from: _conf.list
ignore_empty_value: true
- rename:
target_field: recordedfuture.list
field: _conf.list
if: ctx._conf?.list != null

#
# Cleanup
Expand Down

0 comments on commit 11e01d5

Please sign in to comment.