Creates or modifies an ingest processor.
Try it now
Test
RAM authorization
Request syntax
PUT /ingestprocessors/{processorName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| processorName |
string |
Yes |
The identifier of the ingest processor. |
parse-nginx-log |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The name of the project. |
ali-test-project |
| body |
object |
No |
The request body. |
|
| displayName |
string |
Yes |
The display name of the ingest processor. |
Parse NGINX logs |
| description |
string |
No |
The description of the ingest processor. |
Extract fields from NGINX logs by using regular expressions. |
| configuration | IngestProcessorConfiguration |
Yes |
The configuration of the ingest processor. |
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.