mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Renamed *elastic exporter to *els
This commit is contained in:
committed by
Dan Christian Bogos
parent
b046c8773f
commit
d8c2b81e07
@@ -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,
|
||||
|
||||
@@ -503,7 +503,7 @@ const (
|
||||
CDRPoster = "cdr"
|
||||
MetaFileCSV = "*file_csv"
|
||||
MetaVirt = "*virt"
|
||||
MetaElastic = "*elastic"
|
||||
MetaElastic = "*els"
|
||||
MetaFileFWV = "*file_fwv"
|
||||
MetaFile = "*file"
|
||||
Accounts = "Accounts"
|
||||
|
||||
Reference in New Issue
Block a user