- Source:
Methods
(static) IngestApi#deletePipeline(params, options, callback) → {Object|Promise.<never>|*}
Deletes a pipeline.
See Also: OpenSearch - Delete a pipeline
See Also: OpenSearch - Delete a pipeline
Parameters:
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
||||||||||||||||
options |
Object | Options for Transport#request | ||||||||||||||||
callback |
function | Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *
(static) IngestApi#geoIpStats(params, options, callback) → {Object|Promise.<never>|*}
Returns statistical information about geoip databases
Parameters:
Name | Type | Description |
---|---|---|
params |
Object | (Unused) |
options |
Object | Options for Transport#request |
callback |
function | Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *
(static) IngestApi#getPipeline(params, options, callback) → {Object|Promise.<never>|*}
Returns a pipeline.
See Also: OpenSearch - Get pipeline
See Also: OpenSearch - Get pipeline
Parameters:
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
||||||||||||||||||||
options |
Object | Options for Transport#request | ||||||||||||||||||||
callback |
function | Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *
(static) IngestApi#processorGrok(params, options, callback) → {Object|Promise.<never>|*}
Returns a list of the built-in patterns.
Parameters:
Name | Type | Description |
---|---|---|
params |
Object | (Unused) |
options |
Object | Options for Transport#request |
callback |
function | Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *
(static) IngestApi#putPipeline(params, options, callback) → {Object|Promise.<never>|*}
Creates or updates a pipeline.
See Also: OpenSearch - Create/Update pipeline
See Also: OpenSearch - Create/Update pipeline
Parameters:
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
||||||||||||||||||||
options |
Object | Options for Transport#request | ||||||||||||||||||||
callback |
function | Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *
(static) IngestApi#simulate(params, options, callback) → {Object|Promise.<never>|*}
Allows to simulate a pipeline with example documents.
See Also: OpenSearch - Simulate Pipeline
See Also: OpenSearch - Simulate Pipeline
Parameters:
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
||||||||||||||||
options |
Object | Options for Transport#request | ||||||||||||||||
callback |
function | Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *