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 #309 from guilhemmarchand/testing
Browse files Browse the repository at this point in the history
Version 1.2.43
  • Loading branch information
guilhemmarchand committed Apr 12, 2021
2 parents 2067cc4 + 6079a26 commit c5faf83
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release notes
#############

Version 1.2.43
==============

**CAUTION:**

This is a new main release branch, TrackMe 1.2.x requires the deployment of the following dependencies:

- Semicircle Donut Chart Viz, Splunk Base: https://splunkbase.splunk.com/app/4378
- Splunk Machine Learning Toolkit, Splunk Base: https://splunkbase.splunk.com/app/2890
- Splunk Timeline - Custom Visualization, Splunk Base: https://splunkbase.splunk.com/app/3120
- Splunk SA CIM - Splunk Common Information Model, Splunk Base: https://splunkbase.splunk.com/app/1621

TrackMe requires a summary index (defaults to trackme_summary) and a metric index (defaults to trackme_metrics):
https://trackme.readthedocs.io/en/latest/configuration.html

- Fix Issue #308 - Alert actions - extraction failure for Smart Status in the UI for rendering purposes

Version 1.2.42
==============

Expand Down
2 changes: 1 addition & 1 deletion trackme/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": {
"group": null,
"name": "trackme",
"version": "1.2.42"
"version": "1.2.43"
},
"author": [
{
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 = Data tracking system for Splunk
version = 1.2.42
version = 1.2.43
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 @@ -10569,7 +10569,7 @@ <h2 class="panel-title">Click on a table row to access object contextual actions
"sample_ratio": 1,
"earliest_time": "$showAlertsTime.earliest$",
"cancelOnUnload": true,
"search": "`trackme_idx` (sourcetype=trackme_smart_status) | rex \"\\\"_raw\\\":\\\s(?<json>\{[^\\\}]*\})\" | rename json as _raw | eval object=coalesce('raw.data_name', 'raw.data_host', 'raw.metric_host') | search $tk_input_alert_actions_smart_status$ | search [ search (index=\"_internal\" OR index=\"cim_modactions\") sourcetype=\"modular_alerts:trackme_smart_status\" search_name=\"$tk_alert_title$\" object_name=* | rename object_name as object | search $tk_input_alert_actions_smart_status$ | stats count by object | sort limit=10000 object | fields object ] | `trackme_smart_status_emoji`",
"search": "`trackme_idx` (sourcetype=trackme_smart_status) | rex \"\\\"_raw\\\":\\\s(?<json>\{[^\\\}]*\})\" | rename json as _raw | eval object=coalesce('raw.data_name', 'raw.data_host', 'raw.metric_host') | search $tk_input_alert_actions_smart_status$ | search [ search (index=\"_internal\" OR index=\"cim_modactions\") sourcetype=\"modular_alerts:trackme_smart_status\" search_name=\"$tk_alert_title$\" object_name=* | rex \"object_name=(?<object>[^\\\"]*)\" | search $tk_input_alert_actions_smart_status$ | stats count by object | sort limit=10000 object | fields object ] | `trackme_smart_status_emoji`",
"latest_time": "$showAlertsTime.latest$",
"status_buckets": 0,
"app": utils.getCurrentApp(),
Expand Down

0 comments on commit c5faf83

Please sign in to comment.