Updates an ES or OpenSearch ingestion task.
Try it now
Test
RAM authorization
Request syntax
PUT /elasticsearchingestions/{elasticsearchIngestionName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| elasticsearchIngestionName |
string |
Yes |
Name of the ES or OpenSearch ingestion task |
ingest-elasticsearch-123456 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
Name of the project |
ali-test-project |
| body |
object |
No |
Request body |
|
| description |
string |
No |
Description of the ES or OpenSearch ingestion task |
es ingestion test |
| displayName |
string |
Yes |
Display name of the ES or OpenSearch ingestion task |
es-ingestion-test |
| schedule | Schedule |
No |
Scheduling type. Leave this field empty unless you need strict scheduling. For example, to run the ingestion task every Monday at 8:00 a.m., use a cron expression |
|
| configuration | ESIngestionConfiguration |
Yes |
ES or OpenSearch ingestion configuration |
Response elements
|
Element |
Type |
Description |
Example |
None defined.
Examples
Success response
JSON format
{}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.