Skip to content

Commit 7e8fe20

Browse files
authored
Adding a known issue about X-elastic-product case sensitivity (#1756)
This commit adds a known issue to the 7.14.0 release notes about the case sensitivity of the X-elastic-product header in 7.14.0 and 7.14.1. Relates #1745 #1672
1 parent a615d17 commit 7e8fe20

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

docs/src/reference/asciidoc/appendix/release-notes/7.14.0.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
[[eshadoop-7.14.0]]
22
== Elasticsearch for Apache Hadoop version 7.14.0
33

4+
[[known-issues-7.14.0]]
5+
[discrete]
6+
=== Known issues
7+
8+
* In 7.14.0, {esh} began preventing access to {es} clusters that did not include an `X-elastic-product` header in responses in order to
9+
ensure that {esh} was working with an {es} cluster that it was compatible with. See
10+
https://github.com/elastic/elasticsearch-hadoop/issues/1672[#1672] for more information about this. However if the case of the
11+
`X-elastic-product` header name sent from {es} is changed (for example if it is lower-cased) by an intermediary between {es} and {esh} (for
12+
example, the http proxy for cloud.elastic.co), then {esh} ignores the header and will reject the response as not being from a valid {es}
13+
cluster.
14+
+
15+
We have fixed this issue in {esh} 7.14.2 and later versions. For more details,see
16+
https://github.com/elastic/elasticsearch-hadoop/issues/1745[#1745].
17+
418
[[new-7.14.0]]
19+
[discrete]
520
=== Enhancements
621

722
Build::

docs/src/reference/asciidoc/appendix/release-notes/7.14.1.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
[[eshadoop-7.14.1]]
22
== Elasticsearch for Apache Hadoop version 7.14.1
33

4+
[[known-issues-7.14.1]]
5+
[discrete]
6+
=== Known issues
7+
8+
* In 7.14.0, {esh} began preventing access to {es} clusters that did not include an `X-elastic-product` header in responses in order to
9+
ensure that {esh} was working with an {es} cluster that it was compatible with. See
10+
https://github.com/elastic/elasticsearch-hadoop/issues/1672[#1672] for more information about this. However if the case of the
11+
`X-elastic-product` header name sent from {es} is changed (for example if it is lower-cased) by an intermediary between {es} and {esh} (for
12+
example, the http proxy for cloud.elastic.co), then {esh} ignores the header and will reject the response as not being from a valid {es}
13+
cluster.
14+
+
15+
We have fixed this issue in {esh} 7.14.2 and later versions. For more details,see
16+
https://github.com/elastic/elasticsearch-hadoop/issues/1745[#1745].
17+
418
[[new-7.14.1]]
19+
[discrete]
520
=== Enhancements
621

722
Build::

0 commit comments

Comments
 (0)