From 6920240f8e6d802ae304d00ba968f33c57efe3fe Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Thu, 13 Feb 2020 12:50:12 -0500 Subject: [PATCH 1/2] Update README - install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b04971a..49309ee4d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Once you resolve those requirements or are using Ubuntu 16.04 do the following: ``` git clone https://github.com/Security-Onion-Solutions/securityonion-saltstack cd securityonion-saltstack -sudo bash so-setup-network.sh +sudo bash so-setup-network ``` Follow the prompts and reboot if asked to do so. From 4caedca795a1a1db27b226e036e07c14064a5ed2 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 13 Feb 2020 15:27:45 -0500 Subject: [PATCH 2/2] Update telegraf.conf --- salt/common/telegraf/etc/telegraf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/telegraf/etc/telegraf.conf b/salt/common/telegraf/etc/telegraf.conf index 90f43cd19..6b9f8caa3 100644 --- a/salt/common/telegraf/etc/telegraf.conf +++ b/salt/common/telegraf/etc/telegraf.conf @@ -26,7 +26,7 @@ # user = "$USER" {% if grains['role'] == 'so-helix' %} - meta_cbid = {{ UNIQUEID }} + meta_cbid = "{{ UNIQUEID }}" {% endif %} # Configuration for telegraf agent