I am trying to copy event to https server. I have a list of ports and IPs and I need that FluentD will try sending the event to the first IP it succeeded in sending and only that IP.
what should be the type inside when sending copy to https server
<match analytics> type copy <store> type **https**?
how should I add this logic that sends the data only to one IP from the list
Thanks!