You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SYSLOG_S3_SYNC_INTERVAL=$(etcdctl --peers ${ETCD_PEER} get /config/SYSLOG_S3_SYNC_INTERVAL | egrep -v "Error: 100: Key not found|Cannot sync with the cluster" || echo "300")
SYSLOG_S3_BUCKET=$(etcdctl --peers ${ETCD_PEER} get /config/SYSLOG_S3_BUCKET | egrep -v "Error: 100: Key not found|Cannot sync with the cluster" || echo "syslog_to_s3")
SYSLOG_S3_ACCESS_KEY=$(etcdctl --peers ${ETCD_PEER} get /config/SYSLOG_S3_ACCESS_KEY | egrep -v "Error: 100: Key not found|Cannot sync with the cluster")
SYSLOG_S3_SECRET_KEY=$(etcdctl --peers ${ETCD_PEER} get /config/SYSLOG_S3_SECRET_KEY | egrep -v "Error: 100: Key not found|Cannot sync with the cluster")