From 98cfba18e9cbcc036eb10c9175b236ef25157d60 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Wed, 1 Jul 2020 20:27:40 -0400 Subject: [PATCH] fix zeek.ftp description --- salt/elasticsearch/files/ingest/zeek.ftp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/elasticsearch/files/ingest/zeek.ftp b/salt/elasticsearch/files/ingest/zeek.ftp index 55f6b4029..45aa76055 100644 --- a/salt/elasticsearch/files/ingest/zeek.ftp +++ b/salt/elasticsearch/files/ingest/zeek.ftp @@ -1,5 +1,5 @@ { - "description" : "zeek.http", + "description" : "zeek.ftp", "processors" : [ { "remove": { "field": ["host"], "ignore_failure": true } }, { "json": { "field": "message", "target_field": "message2", "ignore_failure": true } },