#11282 is not backwards compatible even though it says in the notes that it is. #11889
Labels
bug
unexpected problem or unintended behavior
regression
something that used to work, but is now broken
Relevant telegraf.conf
N/A
Logs from Telegraf
System info
telegraf 1.24.x
Docker
No response
Steps to reproduce
telegraf --input-filter agent:global_tags --output-filter agent:global_tags config >old_style.conf
telegraf config --input-filter agent:global_tags --output-filter agent:global_tags >old_bug.conf
telegraf --input-filter agent:global_tags --output-filter agent:global_tags config >new_bug.conf
Expected behavior
Steps 5 & 6 should produce the same file according to the notes on #11282:
Actual behavior
The fix simply flips the bug to the old format of the command line with the output from steps 2+6 being the same and the outputs from 3+5 being the same.
Additional info
No response
The text was updated successfully, but these errors were encountered: