From 8430a6bce9e966e8e264f42270ea0b405588128c Mon Sep 17 00:00:00 2001 From: andronache Date: Tue, 25 May 2021 09:37:07 +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 433376128..f06785987 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 31339462f..c569e4579 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -464,7 +464,7 @@ const ( ActionsPoster = "act" MetaFileCSV = "*file_csv" MetaVirt = "*virt" - MetaElastic = "*elastic" + MetaElastic = "*els" MetaFileFWV = "*file_fwv" MetaFile = "*file" Accounts = "Accounts"