Skip to content

Commit

Permalink
Add Opensearch2 client with bulk API shared between clients (uber#5241)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas-sidlauskas authored Jul 10, 2023
1 parent cd2bdee commit 3352c16
Show file tree
Hide file tree
Showing 31 changed files with 2,524 additions and 202 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ install-schema-es-v6:
curl -X PUT "http://127.0.0.1:9200/cadence-visibility-dev"

install-schema-es-opensearch:
curl -X PUT "https://127.0.0.1:9200/_template/cadence-visibility-template" -H 'Content-Type: application/json' -d @./schema/elasticsearch/v7/visibility/index_template.json -u admin:admin --insecure
curl -X PUT "https://127.0.0.1:9200/_template/cadence-visibility-template" -H 'Content-Type: application/json' -d @./schema/elasticsearch/os2/visibility/index_template.json -u admin:admin --insecure
curl -X PUT "https://127.0.0.1:9200/cadence-visibility-dev" -u admin:admin --insecure

start: bins
Expand Down
Loading

0 comments on commit 3352c16

Please sign in to comment.