We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3453a37 + 5982ddd commit 082146fCopy full SHA for 082146f
splunk/common-files/make-minimal-exclude.py
@@ -41,3 +41,6 @@
41
print "*/etc/apps/gettingstarted*"
42
else:
43
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