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 #307 from guilhemmarchand/testing
Browse files Browse the repository at this point in the history
Version 1.2.42
  • Loading branch information
guilhemmarchand committed Apr 12, 2021
2 parents 1ba0729 + 0d79102 commit 2067cc4
Show file tree
Hide file tree
Showing 9 changed files with 692 additions and 17 deletions.
Binary file added docs/img/alert_actions/auto_ack5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/alert_actions/free_style4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/alert_actions/smart_status3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/ootb_alerts3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Release notes
#############

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

**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

- Feature - Issue #306 - Alert actions - UI enhancements
- Fix - Issue #305 - Custom alerts - created alerts should set alert.digest_mode

Version 1.2.41
==============

Expand Down
27 changes: 24 additions & 3 deletions docs/userguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,7 @@ Alerts tracking main screen
.. image:: img/ootb_alerts3.png
:alt: ootb_alerts3.png
:align: center
:width: 800px
:width: 1200px

Alerts tracking: out of the box alerts
--------------------------------------
Expand Down Expand Up @@ -1900,6 +1900,13 @@ Alert action: TrackMe auto acknowledge
:align: center
:width: 1200px

*The result from the Ack endpoint call can be accessed within the UI in the alert actions screen of the alert that generated the call:*

.. image:: img/alert_actions/auto_ack5.png
:alt: auto_ack5.png
:align: center
:width: 1200px

Alert action: Trackme Smart Status
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -1929,6 +1936,13 @@ Alert action: Trackme Smart Status
:align: center
:width: 1200px

*The result from the Smart Status endpoint call can be accessed within the UI in the alert actions screen of the alert that generated the call:*

.. image:: img/alert_actions/smart_status3.png
:alt: smart_status3.png
:align: center
:width: 1200px

Alert action: TrackMe free style rest call
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -1965,9 +1979,16 @@ Alert action: TrackMe free style rest call
*When the alert triggers:*

.. image:: img/alert_actions/free_style3.png
:alt: smart_status3.png
:alt: free_style3.png
:align: center
:width: 600px
:width: 1200px

*The result from the Smart Status endpoint call can be accessed within the UI in the alert actions screen of the alert that generated the call:*

.. image:: img/alert_actions/free_style4.png
:alt: free_style4.png
:align: center
:width: 1200px

Alerts acknowledgment within the UI
-----------------------------------
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.41"
"version": "1.2.42"
},
"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.41
version = 1.2.42
660 changes: 648 additions & 12 deletions trackme/default/data/ui/html/TrackMe.html

Large diffs are not rendered by default.

0 comments on commit 2067cc4

Please sign in to comment.