You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardexpand all lines: CHANGELOG.next.asciidoc
-2
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
100
100
- Fix goroutine leak on non-explicit finalization of log input. {pull}12164[12164]
101
101
- Skipping unparsable log entries from docker json reader {pull}12268[12268]
102
102
- 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]
104
103
- Load correct pipelines when system module is configured in modules.d. {pull}12340[12340]
105
104
- Fix timezone offset parsing in system/syslog. {pull}12529[12529]
106
105
- 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
131
130
- Ignore prometheus metrics when their values are NaN or Inf. {pull}12084[12084] {issue}10849[10849]
132
131
- In the kibana/stats metricset, only log error (don't also index it) if xpack is enabled. {pull}12265[12265]
133
132
- 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]
135
133
- The `elasticsearch/index_summary` metricset gracefully handles an empty Elasticsearch cluster when `xpack.enabled: true` is set. {pull}12489[12489] {issue}12487[12487]
136
134
- 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]
0 commit comments