Skip to content

Commit

Permalink
Clarify support for Elasticsearch 8.x
Browse files Browse the repository at this point in the history
Closes #661 (replacement)

Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Nov 22, 2023
1 parent 855ca70 commit 4bb360f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions content/docs/1.51/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,12 @@ usercert = ~/.cassandra/client-cert
```

### Elasticsearch
Supported in Jaeger since 0.6.0
Supported versions: 5.x, 6.x, 7.x
* Supported since Jaeger v0.6.0
* Supported ES versions: 5.x, 6.x, 7.x
* 8.x support is [coming soon][es8-pr]. Meanwhile, there is a [manual workaround][es8-workaround].

[es8-pr]: https://github.com/jaegertracing/jaeger/pull/4829
[es8-workaround]: https://github.com/jaegertracing/jaeger/issues/3571#issuecomment-1124926679

Elasticsearch version is automatically retrieved from root/ping endpoint.
Based on this version Jaeger uses compatible index mappings and Elasticsearch REST API.
Expand Down
8 changes: 6 additions & 2 deletions content/docs/next-release/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,12 @@ usercert = ~/.cassandra/client-cert
```

### Elasticsearch
Supported in Jaeger since 0.6.0
Supported versions: 5.x, 6.x, 7.x
* Supported since Jaeger v0.6.0
* Supported ES versions: 5.x, 6.x, 7.x
* 8.x support is [coming soon][es8-pr]. Meanwhile, there is a [manual workaround][es8-workaround].

[es8-pr]: https://github.com/jaegertracing/jaeger/pull/4829
[es8-workaround]: https://github.com/jaegertracing/jaeger/issues/3571#issuecomment-1124926679

Elasticsearch version is automatically retrieved from root/ping endpoint.
Based on this version Jaeger uses compatible index mappings and Elasticsearch REST API.
Expand Down

0 comments on commit 4bb360f

Please sign in to comment.