Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add base64decode operation to string processor #6740

Merged
merged 2 commits into from
Dec 3, 2019

Conversation

danielnelson
Copy link
Contributor

This is an updated version of #4698. It adds support for the "standard base64 encoding" and not the "alternate base64 encoding" aka url encoded base64. If the string is not base64 encoded or does not contain encoded utf-8 data, the unmodified string is passed through without warning, consistent with the other operations of the plugin.

closes #4697

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests.

@danielnelson danielnelson added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Dec 3, 2019
@danielnelson danielnelson added this to the 1.13.0 milestone Dec 3, 2019
@danielnelson
Copy link
Contributor Author

@danielnelson danielnelson merged commit cdb00d6 into master Dec 3, 2019
@danielnelson danielnelson deleted the base64-strings-processor branch December 3, 2019 19:48
athoune pushed a commit to bearstech/telegraf that referenced this pull request Apr 17, 2020
idohalevi pushed a commit to idohalevi/telegraf that referenced this pull request Sep 29, 2020
arstercz pushed a commit to arstercz/telegraf that referenced this pull request Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add base64 decoder processor
2 participants