Renamed *elastic exporter to *els

This commit is contained in:
andronache
2021-05-25 09:37:07 +03:00
committed by Dan Christian Bogos
parent fa8070129d
commit 8430a6bce9
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

@@ -464,7 +464,7 @@ const (
ActionsPoster = "act"
MetaFileCSV = "*file_csv"
MetaVirt = "*virt"
MetaElastic = "*elastic"
MetaElastic = "*els"
MetaFileFWV = "*file_fwv"
MetaFile = "*file"
Accounts = "Accounts"