Skip to content

Commit

Permalink
Merge pull request #86 from cloud-gov/filter
Browse files Browse the repository at this point in the history
just making it a string
  • Loading branch information
JasonTheMain authored Sep 19, 2024
2 parents 4c5ee8e + 2cfdb59 commit 8686242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ input
{
log_group_prefix => true
<% if_p("logstash_ingestor.cloudwatch.prefix") do |prefix_list| %>
log_group => <%= prefix_list %>
log_group => "<%= prefix_list %>"
<% end %>
<% if_p("logstash_ingestor.cloudwatch.region") do |region_zone| %>
region => "<%= region_zone %>"
Expand Down

0 comments on commit 8686242

Please sign in to comment.