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 #369 from guilhemmarchand/testing
Browse files Browse the repository at this point in the history
Version 1.2.54
  • Loading branch information
guilhemmarchand committed Oct 22, 2021
2 parents 65ffe07 + c0dc79b commit fe478f9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
11 changes: 11 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release notes
#############

Version 1.2.54
==============

.. warning:: **Splunk 8.x and Python3 support only**

- Starting from this release, only Splunk 8.x and Python3 are supported
- Some functions such as builtin alert actions are not compatible any longer with Python2 and Splunk 7.x
- For the latest version available for Splunk 7.x, see the release 1.2.51

- Fix - Issue #368 - Disable the KVstore to indexers replication for the kv_trackme_objects_summary collection

Version 1.2.53
==============

Expand Down
2 changes: 1 addition & 1 deletion globalConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"meta": {
"name": "trackme",
"restRoot": "trackme",
"version": "1.2.53",
"version": "1.2.54",
"displayName": "TrackMe",
"schemaVersion": "0.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package/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.53"
"version": "1.2.54"
},
"author": [
{
Expand Down
7 changes: 4 additions & 3 deletions package/default/collections.conf
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,11 @@ replicate = false
# Used to cache the list of object / object_category from data sources, hosts and metric hosts collection according to
# the allow and blocking lists definitions
# This is used for instance for SLA reporting purposes
#
# Until version 1.2.53, the replication was enable for the following purpose:
# This collection should be replicated to the indexers to get benefits from a shared work with indexers
# while accessing summary events for SLA reporting
#
# Due to some Splunk weakness in specific contexts with corrupted Metadata, its replication was disabled in 1.2.54
# This has very limited to no real impact while it technically made sense to distribute the load for best performance purposes
# The lookup content is limited to the list of known objects, their caetegory, allowance and last processed epoch
[kv_trackme_objects_summary]
replicate = true
replicate = false
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 1.2.53
version = 1.2.54

0 comments on commit fe478f9

Please sign in to comment.