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

fix(inputs.opcua): Handle array-like node values and map them to indexed field names #16594

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

stark-alexander
Copy link

@stark-alexander stark-alexander commented Mar 7, 2025

Summary

Previously, array-like node values were not processed in outputs.
This change maps array-like values to "field.0", "field.1", etc.

Checklist

  • No AI generated code was used in this PR

Related issues

resolves #11898
superseeds #16359

…xed field names

Previously, array-like node values were not processed in outputs.
This change map's array-like values to "field.0", "field.1", etc.
@telegraf-tiger
Copy link
Contributor

telegraf-tiger bot commented Mar 7, 2025

Thanks so much for the pull request!
🤝 ✒️ Just a reminder that the CLA has not yet been signed, and we'll need it before merging. Please sign the CLA when you get a chance, then post a comment here saying !signed-cla

@stark-alexander stark-alexander marked this pull request as ready for review March 7, 2025 12:13
@stark-alexander stark-alexander changed the title Feat/inputs opcua handle array like values fix(inputs.opcua): Handle array-like node values and map them to indexed field names Mar 7, 2025
@telegraf-tiger telegraf-tiger bot added area/opcua fix pr to fix corresponding bug plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins labels Mar 7, 2025
@telegraf-tiger
Copy link
Contributor

telegraf-tiger bot commented Mar 7, 2025

@srebhan
Copy link
Member

srebhan commented Mar 7, 2025

@stark-alexander please sign the CLA as otherwise we cannot take or review this PR...

@srebhan srebhan self-assigned this Mar 7, 2025
@stark-alexander
Copy link
Author

Hi @srebhan, sorry, I didn’t notice the CLA requirement before submitting the PR.
I’ll have the official approval by Tuesday, March 11th.

Thanks for your understanding and patience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/opcua fix pr to fix corresponding bug plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OPCUA - Read the data of an array
2 participants