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 #43 from guilhemmarchand/version_1027
Browse files Browse the repository at this point in the history
Version 1.0.27
  • Loading branch information
guilhemmarchand committed Nov 24, 2019
2 parents 9dac63d + 4b56ae5 commit 7e9b1ce
Show file tree
Hide file tree
Showing 5 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.27
==============

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

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

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.26
version = 1.0.27
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 @@ -4583,7 +4583,7 @@ <h2 style="padding: 12px 55px 7px 12px;">trackme_alerts_priority</h2><h2 class="
"refreshType": "delay",
"refresh": "$refresh$",
"latest_time": "now",
"search": "| savedsearch \"trackMe - metric per host table report\" metric_host=\"$tk_metric_host$\"",
"search": "| savedsearch \"trackMe - metric per host table report\" host=\"$tk_metric_host$\"",
"status_buckets": 0,
"app": utils.getCurrentApp(),
"auto_cancel": 90,
Expand Down
2 changes: 1 addition & 1 deletion trackme/default/savedsearches.conf
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ search = | mstats latest(_value) as value where index=* metric_name="*" host="$h
dispatch.earliest_time = -5m
dispatch.latest_time = now
is_visible = false
search = | savedsearch "TrackMe - metric hosts abstract root tracker" host="$metric_host$"\
search = | savedsearch "TrackMe - metric hosts abstract root tracker" host="$host$"\
| fields metric_details_human\
| mvexpand metric_details_human\
| rex field=metric_details_human "metric_category=(?<metric_category>[^\|]*)\|metric_last_time=(?<metric_last_time>[^\|]*)\|metric_current_lag_sec=(?<metric_current_lag_sec>[^\|]*)\|metric_host_state=(?<metric_host_state>\w*)"\
Expand Down
Binary file renamed trackme_1026.tgz → trackme_1027.tgz
Binary file not shown.

0 comments on commit 7e9b1ce

Please sign in to comment.