From d8c2b81e07d426f405bb798c76890189a5b12ffd Mon Sep 17 00:00:00 2001 From: andronache Date: Tue, 25 May 2021 09:27:28 +0300 Subject: [PATCH] Renamed *elastic exporter to *els --- data/conf/samples/ees/cgrates.json | 4 ++-- utils/consts.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/conf/samples/ees/cgrates.json b/data/conf/samples/ees/cgrates.json index 1672b3e05..40ac5cf23 100644 --- a/data/conf/samples/ees/cgrates.json +++ b/data/conf/samples/ees/cgrates.json @@ -328,7 +328,7 @@ }, { "id": "ElasticsearchExporter", - "type": "*elastic", + "type": "*els", "export_path": "http://localhost:9200", "tenant": "cgrates.org", "attempts": 1, @@ -373,7 +373,7 @@ }, { "id": "ElasticExporterWithNoFields", - "type": "*elastic", + "type": "*els", "export_path": "http://localhost:9200", "tenant": "cgrates.org", "attempts": 1, diff --git a/utils/consts.go b/utils/consts.go index 5644096b8..6f499580c 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -503,7 +503,7 @@ const ( CDRPoster = "cdr" MetaFileCSV = "*file_csv" MetaVirt = "*virt" - MetaElastic = "*elastic" + MetaElastic = "*els" MetaFileFWV = "*file_fwv" MetaFile = "*file" Accounts = "Accounts"