Add skel for ElasticsearchExporter

This commit is contained in:
TeoV
2020-09-28 17:29:12 +03:00
committed by Dan Christian Bogos
parent 01a0e4fecf
commit ff9d658e6b
5 changed files with 108 additions and 2 deletions

View File

@@ -486,7 +486,6 @@ const (
TxtSuffix = ".txt"
JSNSuffix = ".json"
GOBSuffix = ".gob"
FormSuffix = ".form"
XMLSuffix = ".xml"
CSVSuffix = ".csv"
FWVSuffix = ".fwv"
@@ -498,9 +497,9 @@ const (
CDRPoster = "cdr"
MetaFileCSV = "*file_csv"
MetaVirt = "*virt"
MetaElastic = "*elastic"
MetaFileFWV = "*file_fwv"
MetaFile = "*file"
MetaFScsv = "*freeswitch_csv"
Accounts = "Accounts"
AccountService = "AccountS"
Actions = "Actions"