From 925980a4b0039a296408f9f80d7963f71ddb6302 Mon Sep 17 00:00:00 2001 From: Mikej81 Date: Wed, 14 Oct 2020 09:50:14 -0400 Subject: [PATCH] patch --- dist/terraform/latest/bigiq_cluster.json | 8 +++++++- dist/terraform/latest/byol_cluster.json | 10 ++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/dist/terraform/latest/bigiq_cluster.json b/dist/terraform/latest/bigiq_cluster.json index 03e1f4f..828bad9 100644 --- a/dist/terraform/latest/bigiq_cluster.json +++ b/dist/terraform/latest/bigiq_cluster.json @@ -34,6 +34,12 @@ "big3d.minimum.tls.version": "TLSV1.2", "liveinstall.checksig": "enable" }, + "RemoteSyslog": { + "class": "SyslogRemoteServer", + "host": "${log_destination}", + "localIp": "${log_localip}", + "remotePort": 514 + }, "system":{ "class": "System", "autoCheck": false, @@ -130,7 +136,7 @@ "allowService": "default", "trafficGroup": "traffic-group-local-only" }, - "default": { + "internet": { "class": "Route", "gw": "${externalGateway}", "network": "default", diff --git a/dist/terraform/latest/byol_cluster.json b/dist/terraform/latest/byol_cluster.json index f4cc91e..ca19b0a 100644 --- a/dist/terraform/latest/byol_cluster.json +++ b/dist/terraform/latest/byol_cluster.json @@ -25,6 +25,12 @@ "big3d.minimum.tls.version": "TLSV1.2", "liveinstall.checksig": "enable" }, + "RemoteSyslog": { + "class": "SyslogRemoteServer", + "host": "${log_destination}", + "localIp": "${log_localip}", + "remotePort": 514 + }, "system":{ "class": "System", "autoCheck": false, @@ -121,7 +127,7 @@ "allowService": "default", "trafficGroup": "traffic-group-local-only" }, - "default": { + "internet": { "class": "Route", "gw": "${externalGateway}", "network": "default", @@ -164,4 +170,4 @@ "remotePassword": "${admin_password}" } } -} +} \ No newline at end of file