Skip to content

Commit fd955a4

Browse files
committed
Add maxcount option in limits template
1 parent beb9223 commit fd955a4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[search]
22
# the maximum number of concurrent searches per CPU
3-
max_searches_per_cpu = <%= node['splunk']['max_searches_per_cpu'] %>
3+
max_searches_per_cpu = <%= node['splunk']['max_searches_per_cpu'] %>
4+
5+
<% if node['splunk']['metadata_maxcount'] != nil -%>
6+
[metadata]
7+
maxcount = <%= node['splunk']['metadata_maxcount']%>
8+
<% end -%>
9+

0 commit comments

Comments
 (0)