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

Fixes #24234: Add warning for properties not case sensitive on Windows #1029

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/reference/modules/installation/pages/agent/windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ how to install a plugin https://docs.rudder.io/reference/8.0/plugins/index.html#

====

[WARNING]

====

Note that even if properties' name is case-sensitive, collision can occur, on nodes based on Windows agent.
We strongly recommend to use distinct strings for property's name, in particular on Windows node.

====

== Installation for Windows server 2012R2 and later

The agent is currently distributed as an `msi` installer which both support graphical and cli based installations.
Expand Down
10 changes: 10 additions & 0 deletions src/reference/modules/reference/pages/variables.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ example:
${node.properties[datacenter]}
----


[WARNING]

====

Note that even if properties' name is case-sensitive, collision can occur, on nodes based on Windows agent.
We strongly recommend to use distinct strings for property's name, in particular on Windows node.

====

To get the original data (for debug only) there is the
`properties.property_<fileid>` variable. A usage example:

Expand Down