We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c719cbb commit be110e0Copy full SHA for be110e0
mod_conf
@@ -0,0 +1,17 @@
1
+# Set location of CDR files
2
+# Example: cdr_path = "/opt/ftproot/"
3
+cdr_path = "/mnt/sdb1/ftproot/"
4
+
5
+# Set location where CDR files are archived to after processing
6
+# Example: archive_path = "/tmp/cdr/archive/"
7
+archive_path = "/mnt/sdb1/archive/"
8
9
+# Set ElasticSearch Index
10
+# Example: es_index = "cdr"
11
+# from datetime import datetime
12
+# es_index = "cdr-%s" % datetime.utcnow().strftime("%Y.%m.%d")
13
+es_index = ""
14
15
+# Set ElasticSearch Type
16
+# Example: es_type = "parsed_cdr"
17
+es_type = ""
0 commit comments