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

Support expressions in redis output stream field #1283

Prev Previous commit
Next Next commit
Generate new documentation
  • Loading branch information
bmarinov committed Jun 7, 2022
commit 5b77059b4ab28503fd26fbfa51ae18986256417e
1 change: 1 addition & 0 deletions website/docs/components/outputs/redis_streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ Default: `""`
### `stream`

The stream to add messages to.
This field supports [interpolation functions](/docs/configuration/interpolation#bloblang-queries).


Type: `string`
Expand Down