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 #30 from guilhemmarchand/version_1018
Browse files Browse the repository at this point in the history
Version 1.0.18
  • Loading branch information
guilhemmarchand committed Oct 5, 2019
2 parents 1fd2f00 + de043dc commit 4f2b7a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
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.18
==============

- Fix: data index dropdown shouldn't itself be filtering on selected index

Version 1.0.17
==============

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 - Easy data tracking system for Splunk admins
[launcher]
author = Guilhem Marchand
description = Easy data tracking system for Splunk admins
version = 1.0.17
version = 1.0.18
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 @@ -2719,7 +2719,7 @@ <h2 class="panel-title">Search for audit changes:</h2>

var searchPopulateDataSourcesIndexes = new PostProcessManager({
"tokenDependencies": {},
"search": "search $inputDataIndex$ | stats values(data_index) as data_index | mvexpand data_index | dedup data_index | sort limit=0 data_index",
"search": "stats values(data_index) as data_index | mvexpand data_index | dedup data_index | sort limit=0 data_index",
"managerid": "baseSearchDataSource",
"id": "searchPopulateDataSourcesIndexes"
}, {
Expand Down
Binary file renamed trackme_1017.tgz → trackme_1018.tgz
Binary file not shown.

0 comments on commit 4f2b7a4

Please sign in to comment.