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 #26 from guilhemmarchand/version_1016
Browse files Browse the repository at this point in the history
Version 1.0.16
  • Loading branch information
guilhemmarchand committed Sep 2, 2019
2 parents acb8a5d + 4b92398 commit f4ba482
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.16
==============

- Fix: Dropdown populating issues caused by 1.0.15 update

Version 1.0.15
==============

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.15
version = 1.0.16
4 changes: 2 additions & 2 deletions trackme/default/data/ui/html/TrackMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@ <h2 class="panel-title">Search for audit changes:</h2>
"refreshType": "delay",
"refresh": "$refresh$",
"latest_time": "$timerange_audit_flip.latest$",
"search": "| inputlookup trackme_audit_flip | addinfo | where _time>=info_min_time AND _time<=info_max_time | stats count by object_category, object",
"search": "| inputlookup trackme_audit_flip | sort limit=0 - time | eval _time=time | addinfo | where _time>=info_min_time AND _time<=info_max_time | stats count by object_category, object",
"status_buckets": 0,
"app": utils.getCurrentApp(),
"auto_cancel": 90,
Expand Down Expand Up @@ -2840,7 +2840,7 @@ <h2 class="panel-title">Search for audit changes:</h2>
"refreshType": "delay",
"refresh": "$refresh$",
"latest_time": "$timerange_audit_changes.latest$",
"search": "| inputlookup trackme_audit_changes | addinfo | where _time>=info_min_time AND _time<=info_max_time",
"search": "| inputlookup trackme_audit_changes | sort limit=0 - time | eval _time=time/1000 | addinfo | where _time>=info_min_time AND _time<=info_max_time",
"status_buckets": 0,
"app": utils.getCurrentApp(),
"auto_cancel": 90,
Expand Down
Binary file renamed trackme_1015.tgz → trackme_1016.tgz
Binary file not shown.

0 comments on commit f4ba482

Please sign in to comment.