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

Commit

Permalink
Merge branch 'version_1231' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Jan 4, 2021
2 parents f1589e7 + ce9a00f commit 4999907
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ This is a new main release branch, TrackMe 1.2.x requires the deployment of the
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 #217 - Activity alerts view results link would result to 404 page not found for out of the box alerts

Version 1.2.30
==============

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

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 #210 - new REST API endpoints for Elastic Sources / Logical Groups / Data Sampling / Tags Policies / Lagging Classes / Lagging Classes Metrics
- Feature - Issue #212 - Data sampling - Allows defining exclusive rules for data sampling custom models, this can be used when a regex must not be matched, such as detecting PII data automatically
- Feature - Issue #214 - Data sampling - Allows defining a custom number of records to be sampled on a per data source basis
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.30"
"version": "1.2.31"
},
"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.30
version = 1.2.31
6 changes: 3 additions & 3 deletions trackme/default/savedsearches.conf
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ enableSched = 1
quantity = 0
relation = greater than
request.ui_dispatch_app = trackme
request.ui_dispatch_view = trackme
request.ui_dispatch_view = search
search = | inputlookup trackme_data_source_monitoring\
| appendcols [ | inputlookup trackme_maintenance_mode ] | filldown maintenance_mode | where NOT maintenance_mode="enabled"\
| where data_monitored_state="enabled" AND `trackme_alerts_priority`\
Expand Down Expand Up @@ -387,7 +387,7 @@ enableSched = 1
quantity = 0
relation = greater than
request.ui_dispatch_app = trackme
request.ui_dispatch_view = trackme
request.ui_dispatch_view = search
search = | inputlookup trackme_host_monitoring\
| appendcols [ | inputlookup trackme_maintenance_mode ] | filldown maintenance_mode | where NOT maintenance_mode="enabled"\
| where data_monitored_state="enabled" AND `trackme_alerts_priority`\
Expand Down Expand Up @@ -699,7 +699,7 @@ enableSched = 1
quantity = 0
relation = greater than
request.ui_dispatch_app = trackme
request.ui_dispatch_view = trackme
request.ui_dispatch_view = search
search = | inputlookup trackme_metric_host_monitoring\
| makemv delim="," metric_index\
`comment("#### search time whitelist ####")`\
Expand Down
Binary file removed trackme_1230.tgz
Binary file not shown.
Binary file added trackme_1231.tgz
Binary file not shown.

0 comments on commit 4999907

Please sign in to comment.