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 #44 from guilhemmarchand/version_1028
Browse files Browse the repository at this point in the history
Version 1.0.28
  • Loading branch information
guilhemmarchand committed Nov 24, 2019
2 parents 7e9b1ce + b184d65 commit 5e08445
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
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.28
==============

- fix: collection key id retrieval fails if a metric category has been blacklisted for an existing object

Version 1.0.27
==============

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.27
version = 1.0.28
1 change: 1 addition & 0 deletions trackme/default/savedsearches.conf
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ search = | mstats latest(_value) as value where index=* `trackme_mstats_main_fil
| eval metric_details_human = "metric_category=" . detail_metric_category . "|" . "metric_last_time=" . 'detail_metric_last_time (translated)' . "|" . "metric_current_lag_sec=" . detail_metric_current_lag_sec . "|" . "metric_host_state=" . detail_metric_host_state\
| `apply_metric_host_blacklists_detail_metric_category`\
| stats first(key) as key, max(metric_last_time_seen) as metric_last_time_seen, values(metric_index) as metric_index, values(metric_category) as metric_category, values(metric_details) as metric_details, values(metric_details_human) as metric_details_human, latest(metric_last_lag_seen) as metric_last_lag_seen, max(metric_tracker_runtime) as metric_tracker_runtime, first(metric_monitoring_wdays) as metric_monitoring_wdays, first(metric_monitored_state) as metric_monitored_state, first(priority) as priority by metric_host\
| lookup trackme_metric_host_monitoring metric_host OUTPUTNEW _key as key\
| rename key as _key\
| `trackme_eval_metric_host_state`\
| `trackme_default_priority`\
Expand Down
Binary file renamed trackme_1027.tgz → trackme_1028.tgz
Binary file not shown.

0 comments on commit 5e08445

Please sign in to comment.