Skip to content

Commit 079431c

Browse files
authoredJun 18, 2019
Remove TLS mention in the change because of #12584 (#12596)
Because of TLS changes for client_authentication in #12584, we should remove the foloowing lines in the changelog to reduce any change of confusion. reported by @simitt
1 parent eb06c9a commit 079431c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎CHANGELOG.next.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
100100
- Fix goroutine leak on non-explicit finalization of log input. {pull}12164[12164]
101101
- Skipping unparsable log entries from docker json reader {pull}12268[12268]
102102
- Parse timezone in PostgreSQL logs as part of the timestamp {pull}12338[12338]
103-
- Require client_auth by default when ssl is enabled for tcp input {pull}12333[12333]
104103
- Load correct pipelines when system module is configured in modules.d. {pull}12340[12340]
105104
- Fix timezone offset parsing in system/syslog. {pull}12529[12529]
106105
- When TLS is configured for the TCP input and a `certificate_authorities` is configured we now default to `required` for the `client_authentication`. {pull}12584[12584]
@@ -131,7 +130,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
131130
- Ignore prometheus metrics when their values are NaN or Inf. {pull}12084[12084] {issue}10849[10849]
132131
- In the kibana/stats metricset, only log error (don't also index it) if xpack is enabled. {pull}12265[12265]
133132
- Fix an issue listing all processes when run under Windows as a non-privileged user. {issue}12301[12301] {pull}12475[12475]
134-
- Require client_auth by default when ssl is enabled for module http metricset server{pull}12333[12333]
135133
- The `elasticsearch/index_summary` metricset gracefully handles an empty Elasticsearch cluster when `xpack.enabled: true` is set. {pull}12489[12489] {issue}12487[12487]
136134
- When TLS is configured for the http metricset and a `certificate_authorities` is configured we now default to `required` for the `client_authentication`. {pull}12584[12584]
137135

0 commit comments

Comments
 (0)
Please sign in to comment.