Skip to content

Commit 9794301

Browse files
authored
Merge pull request #529 from sipcapture/add-loki-template
Add loki template
2 parents 6210d79 + ef11d7e commit 9794301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/webapp_config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"param_query": "query_range",
5555
"regexp": false,
5656
"host": "http://127.0.0.1:3100",
57-
"template": "{job=\"heplify-server\" |~ \"callid\"}",
57+
"template": "{job=\"heplify-server\"} |~ \"%callid%\"",
5858
"external_url": "",
5959
"api": "loki/api/v1",
6060
"enable": true

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
// VERSION
4-
var VERSION_APPLICATION = "1.4.58"
4+
var VERSION_APPLICATION = "1.4.59"
55

66
// NAME
77
var NAME_APPLICATION = "homer-app"

0 commit comments

Comments
 (0)