From fe774b34484a3615938a450daebf82a3fabf24e7 Mon Sep 17 00:00:00 2001 From: msadministrator Date: Wed, 14 Jul 2021 09:40:41 -0500 Subject: [PATCH] Updated .env-example to remove quotes #11 #12 --- .env-example | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.env-example b/.env-example index 60141c2..6c0a4a7 100644 --- a/.env-example +++ b/.env-example @@ -1,17 +1,17 @@ ELK_VERSION=7.12.0 -ELASTIC_USERNAME="elastic" -ELASTIC_PASSWORD="some_password" +ELASTIC_USERNAME=elastic +ELASTIC_PASSWORD=some_password # Configuration Variables -ELASTICSEARCH_HEAP="2g" -LOGSTASH_HEAP="1g" -PACKETBEAT_HEAP="256m" -FILEBEAT_HEAP="256m" -METRICBEAT_HEAP="256m" -XPACK_ENCRYPTION_KEY="somesuperlongstringlikethisoneMQBbtsynu4bV2uxLy" +ELASTICSEARCH_HEAP=2g +LOGSTASH_HEAP=1g +PACKETBEAT_HEAP=256m +FILEBEAT_HEAP=256m +METRICBEAT_HEAP=256m +XPACK_ENCRYPTION_KEY=somesuperlongstringlikethisoneMQBbtsynu4bV2uxLy # Self signed TLS certificates -CA_PASSWORD="some password" +CA_PASSWORD=some_password CA_DAYS=3650 ELASTIC_DIR=/usr/share/elasticsearch LOGSTASH_DIR=/usr/share/logstash