Skip to content

Commit

Permalink
Adding num_retries
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Jul 25, 2023
1 parent a321c99 commit b6e5ee6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ json:
---
method: POST
endpoint: defaultsearchfields/ingest
num_retries: 10
params:
commit: force
ndjson:
- {"id": 1, "some_dynamic_field": "hello"}
- {"id": 2, "inner_json": {"somefieldinjson": "allo"}}
- {"id": 3, "regular_field": "bonjour"}
num_retries: 10
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ json:
# Ingest documents
method: POST
endpoint: _bulk
num_retries: 10
params:
refresh: "true"
headers: {"Content-Type": "application/json"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ json:
# Ingest documents
method: POST
endpoint: simple/ingest
num_retries: 10
params:
commit: force
ndjson:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ json:
# Ingest documents
method: POST
endpoint: sortorder/ingest
num_retries: 10
params:
commit: force
ndjson:
Expand Down

0 comments on commit b6e5ee6

Please sign in to comment.