Skip to content

Commit

Permalink
Merge pull request #1163 from splunk/fix(dest)-type-in-filtered-alt-d…
Browse files Browse the repository at this point in the history
…est-template

fix(dest): Filter template typo
  • Loading branch information
Ryan Faircloth authored May 19, 2021
2 parents 2c2ccc4 + 91c2d48 commit 1d208fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log{
};
{%- for f in filters %}
log {
filter({{ f }})
filter({{ f }});
{%- for destination in filters[f] %}
destination({{ destination }});
{%- endfor %}
Expand Down

0 comments on commit 1d208fd

Please sign in to comment.