We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f268291 commit 4780f9fCopy full SHA for 4780f9f
1 file changed
templates/agent-conf.d/elastic.yaml.erb
@@ -39,13 +39,13 @@ instances:
39
- <%= tag %>
40
<%- end -%>
41
42
-<%- unless instance['tls_protocols_allowed'].nil? -%>
+<%- unless instance['tls_protocols_allowed'].empty? -%>
43
tls_protocols_allowed:
44
<%- instance['tls_protocols_allowed'].each do |protocol| -%>
45
- <%= protocol %>
46
47
48
-<%- unless instance['tls_ciphers'].nil? -%>
+<%- unless instance['tls_ciphers'].empty? -%>
49
tls_ciphers:
50
<%- instance['tls_ciphers'].each do |cipher| -%>
51
- <%= cipher %>
0 commit comments