Skip to content

Commit

Permalink
Merge pull request #529 from sipcapture/add-loki-template
Browse files Browse the repository at this point in the history
Add loki template
  • Loading branch information
adubovikov authored Jul 6, 2023
2 parents 6210d79 + ef11d7e commit 9794301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/webapp_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"param_query": "query_range",
"regexp": false,
"host": "http://127.0.0.1:3100",
"template": "{job=\"heplify-server\" |~ \"callid\"}",
"template": "{job=\"heplify-server\"} |~ \"%callid%\"",
"external_url": "",
"api": "loki/api/v1",
"enable": true
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

// VERSION
var VERSION_APPLICATION = "1.4.58"
var VERSION_APPLICATION = "1.4.59"

// NAME
var NAME_APPLICATION = "homer-app"
Expand Down

0 comments on commit 9794301

Please sign in to comment.