I also ran into issue #22 when trying to use the following tag sets:
aws:cloudformation:stack-name
aws:cloudformation:stack-id
Before this change, with the following configuration, the field for INSTANCE_STACK_NAME would be the literal string ${tagset_aws:cloudformation:stack-name} in the log record:
I also ran into issue #22 when trying to use the following tag sets:
Before this change, with the following configuration, the field for INSTANCE_STACK_NAME would be the literal string
${tagset_aws:cloudformation:stack-name}
in the log record:This was because the original gsub in PlaceholderExpander wouldn't match on the
:
or-
used in the string for the tagset.Thanks for considering this PR, and for creating this incredibly useful plugin in the first place!