Skip to content

Commit 5982ddd

Browse files
author
mikedickey
authored
Merge pull request #211 from splunk/minimal-excludes-flexibility
Make minimal excludes script more flexible
2 parents 251f9c5 + 38774b6 commit 5982ddd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

splunk/common-files/make-minimal-exclude.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@
4141
print "*/etc/apps/gettingstarted*"
4242
else:
4343
print "*/etc/apps/splunk_metrics_workspace*"
44+
elif int(m.group(1)) > 7:
45+
print EXCLUDE_V7
46+
print "*/etc/apps/splunk_metrics_workspace*"

0 commit comments

Comments
 (0)