I believe that there was an oversight during the creation of the Microsoft-Windows-TerminalServices-Gateway/Operational mapping files. The current mappings do not populate the RemoteHost field even though it is included in the mapping.
The maps section of each of the files currently look like this:
It seems that this was probably just a copy/paste error from the other Terminal Services mappings, which do have .../EventXML/Address. Example
I reviewed the references from the 6 affected mapping files and did not see any indications that .../EventXML/Address was every used.
This pull request updates the RemoteHost property to pull from .../EventInfo/IpAddress to match what seems to be the correct schema.
I have confirmed with live data that the property is not populated before the changes but is populated for all 6 mappings after the changes, but I am not able to share the data.
Thanks for your time and providing your tools to the community.
Checklist:
Please replace every instance of [ ] with [X] OR click on the checkboxes after you submit your PR
[ ] I have ensured a Provider is listed for the new Map(s) being submitted
[ ] I have ensured the filename(s) of any new Map(s) being submitted follows the approved format, i.e. Channel-Name_Provider-Name_EventID.map. In summary, all spaces and special characters are replaced with a hyphen with an underscore separates Channel Name, Provider Name, and Event ID
[X] I have tested and validated the new Map(s) work with my test data and achieve the desired output
[ ] I have provided example event data (# Example Event Data:) at the bottom of my Map(s), if possible
[X] I have consulted the Guide/Template to ensure my Map(s) follow the same format
Description
I believe that there was an oversight during the creation of the
Microsoft-Windows-TerminalServices-Gateway/Operational
mapping files. The current mappings do not populate theRemoteHost
field even though it is included in the mapping.The maps section of each of the files currently look like this:
Notice that the
Username
is sourced from.../EventInfo/Username
but that theRemoteHost
is sourced from.../EventXML/Address
.When reviewing the Example Data provided in the map, there is no
EventXML
key norAddress
key:It seems that this was probably just a copy/paste error from the other Terminal Services mappings, which do have
.../EventXML/Address
. ExampleI reviewed the references from the 6 affected mapping files and did not see any indications that
.../EventXML/Address
was every used.This pull request updates the
RemoteHost
property to pull from.../EventInfo/IpAddress
to match what seems to be the correct schema.I have confirmed with live data that the property is not populated before the changes but is populated for all 6 mappings after the changes, but I am not able to share the data.
Thanks for your time and providing your tools to the community.
Checklist:
Please replace every instance of
[ ]
with[X]
OR click on the checkboxes after you submit your PRProvider
is listed for the new Map(s) being submittedChannel-Name_Provider-Name_EventID.map
. In summary, all spaces and special characters are replaced with a hyphen with an underscore separates Channel Name, Provider Name, and Event ID# Example Event Data:
) at the bottom of my Map(s), if possible