Renamed *elastic exporter to *els

This commit is contained in:
andronache
2021-05-25 09:27:28 +03:00
committed by Dan Christian Bogos
parent b046c8773f
commit d8c2b81e07
2 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -503,7 +503,7 @@ const (
CDRPoster = "cdr"
MetaFileCSV = "*file_csv"
MetaVirt = "*virt"
MetaElastic = "*elastic"
MetaElastic = "*els"
MetaFileFWV = "*file_fwv"
MetaFile = "*file"
Accounts = "Accounts"