From a5ab2632a0d268f42bdd1d0c30e5fb9d1249e61b Mon Sep 17 00:00:00 2001 From: a3ilson <a@3ilson.com> Date: Sun, 25 Aug 2019 13:07:28 -0400 Subject: [PATCH] Update 30-outputs.conf --- 30-outputs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/30-outputs.conf b/30-outputs.conf index 15b39f1..05ca800 100644 --- a/30-outputs.conf +++ b/30-outputs.conf @@ -1,6 +1,6 @@ output { elasticsearch { hosts => ["http://localhost:9200"] - index => "logstash-%{+YYYY.MM.dd}" } + index => "pf-%{+YYYY.MM.dd}" } } -- GitLab