You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/ingestion/paths/tasks/v2/pushTask.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
post:
2
2
tags:
3
3
- tasks
4
-
summary: Push a `batch` request payload through the Pipeline
5
-
description: Push a `batch` request payload through the Pipeline. You can check the status of task pushes with the observability endpoints.
4
+
summary: Pushes records through the Pipeline, directly to an index
5
+
description: >
6
+
Pushes records through the Pipeline, directly to an index. You can make the call synchronous by providing the `watch` parameter,
7
+
for asynchronous calls, you can use the observability endpoints and/or debugger dashboard to see the status of your task.
8
+
9
+
This method is similar to `push`, but requires a `taskID` instead of a `indexName`, which is useful when many `destinations` target the same `indexName`.
0 commit comments