I have the problem that when I'm using variables inside a value of the dictionary property, that these will not be resolved. Variables will only be resolved in the "fallback" case.
The configuration above, is producing the following output in case the dictionary element is matching: value-%{+YYYY.MM} - so the date format is not resolved.
In the fallback scenario, the output would be fallback-2018.11 (as an example) which I expected to be.
It would be great if the key-value elements (the values like in the example above) would also resolve variables like in the fallback case.
I have the problem that when I'm using variables inside a value of the dictionary property, that these will not be resolved. Variables will only be resolved in the "fallback" case.
Example:
The configuration above, is producing the following output in case the dictionary element is matching:
value-%{+YYYY.MM}
- so the date format is not resolved. In the fallback scenario, the output would befallback-2018.11
(as an example) which I expected to be.It would be great if the key-value elements (the values like in the example above) would also resolve variables like in the fallback case.