Skip to content

Commit 082146f

Browse files
author
Brent Boe
authored
Merge branch 'develop' into support-dfs-configuration
2 parents 3453a37 + 5982ddd commit 082146f

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)