mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Renamed *elastic exporter to *els
This commit is contained in:
committed by
Dan Christian Bogos
parent
fa8070129d
commit
8430a6bce9
@@ -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,
|
||||
|
||||
@@ -464,7 +464,7 @@ const (
|
||||
ActionsPoster = "act"
|
||||
MetaFileCSV = "*file_csv"
|
||||
MetaVirt = "*virt"
|
||||
MetaElastic = "*elastic"
|
||||
MetaElastic = "*els"
|
||||
MetaFileFWV = "*file_fwv"
|
||||
MetaFile = "*file"
|
||||
Accounts = "Accounts"
|
||||
|
||||
Reference in New Issue
Block a user