Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from guilhemmarchand/version_1026
Browse files Browse the repository at this point in the history
Version 1.0.26
  • Loading branch information
guilhemmarchand committed Nov 24, 2019
2 parents 9844b7d + 2bda247 commit 9dac63d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release notes
#############

Version 1.0.26
==============

- fix: appinspect failure with metric_host variable replacement in "trackMe - metric host live report" report

Version 1.0.25
==============

Expand Down
2 changes: 1 addition & 1 deletion trackme/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ label = TrackMe
[launcher]
author = Guilhem Marchand
description = Easy data tracking system for Splunk admins
version = 1.0.25
version = 1.0.26
2 changes: 1 addition & 1 deletion trackme/default/data/ui/html/TrackMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -8376,7 +8376,7 @@ <h2 style="padding: 12px 55px 7px 12px;">trackme_alerts_priority</h2><h2 class="
// Define the URL target
document.getElementById("btn_search_metric_host").href = search_metric_host;

var search_metric_host_live_report = '| savedsearch \"trackMe - metric host live report\" metric_host=\"' + tk_metric_host + '"'
var search_metric_host_live_report = '| savedsearch \"trackMe - metric host live report\" host=\"' + tk_metric_host + '"'
search_metric_host_live_report = location.protocol + '//' + location.hostname + (location.port ? ':' + location.port : '') + '//app/trackme/search' + "?q=" + encodeURI(search_metric_host_live_report) + '&earliest=-15m&latest=now'

// Define the URL target
Expand Down
2 changes: 1 addition & 1 deletion trackme/default/savedsearches.conf
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ search = | savedsearch "TrackMe - metric hosts abstract root tracker" host=*\
dispatch.earliest_time = -5m
dispatch.latest_time = now
is_visible = false
search = | mstats latest(_value) as value where index=* metric_name="*" host="$metric_host$" by metric_name, index, host span=1s\
search = | mstats latest(_value) as value where index=* metric_name="*" host="$host$" by metric_name, index, host span=1s\
| stats max(_time) as _time by metric_name, index, host\
| rex field=metric_name "(?<metric_category>[^\.]*)\.{0,1}"\
| stats values(metric_name) as metric_name, max(_time) as _time by metric_category, index, host\
Expand Down
Binary file removed trackme_1025.tgz
Binary file not shown.
Binary file added trackme_1026.tgz
Binary file not shown.

0 comments on commit 9dac63d

Please sign in to comment.