SyslogCollectorMapping
SyslogCollectorMapping
Mappings for Syslog server IP to the collector VM IP through which the logs will be routed
JSON Example
{
"mappings": [
{
"server": "10.78.89.125",
"collector": "10.78.89.126"
}
]
}