@somesoni2: you mention that the hyphen in the host name could also cause it not to work. What do you mean? We are having an issue where hyphenated hostnames aren't working.
... View more
We are able to match entries in props.conf using the hostname... unless that hostname has a hyphen. Then, for whatever reason, it never matches. See example below:
[host::server1.example.com]
TRANSFORMS-server1 = route_to_idx1
This works
[host::server-2.example.com]
TRANSFORMS-server2 = route_to_idx2
This doesn't work
... View more