Skip to content

Commit 6d8a50d

Browse files
peczenyjmmatczuk
authored andcommitted
elasticsearch: add support for v9
1 parent 57c3c41 commit 6d8a50d

File tree

13 files changed

+1345
-2
lines changed

13 files changed

+1345
-2
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- ./internal/impl/cockroachdb
2727
# - ./internal/impl/couchbase
2828
- ./internal/impl/elasticsearch/v8
29+
- ./internal/impl/elasticsearch/v9
2930
# - ./internal/impl/gcp
3031
- ./internal/impl/gcp/enterprise
3132
# - ./internal/impl/gcp/enterprise/changestreams

docs/modules/components/pages/outputs/elasticsearch_v8.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ output:
113113
processors:
114114
- mapping: |
115115
meta id = this.id
116-
# Performs a partial update ont he document.
116+
# Performs a partial update on the document.
117117
root.doc = this
118118
elasticsearch_v8:
119119
urls: [localhost:9200]

0 commit comments

Comments
 (0)