2019-08-23 23:54:40 +08:00
|
|
|
[[ingest-apis]]
|
|
|
|
== Ingest APIs
|
|
|
|
|
2021-04-15 19:47:09 +08:00
|
|
|
Use ingest APIs to manage tasks and resources related to <<ingest,ingest
|
|
|
|
pipelines>> and processors.
|
2019-08-23 23:54:40 +08:00
|
|
|
|
2021-08-10 21:30:47 +08:00
|
|
|
[discrete]
|
2021-04-15 19:47:09 +08:00
|
|
|
[[ingest-pipeline-apis]]
|
|
|
|
=== Ingest pipeline APIs
|
|
|
|
|
|
|
|
Use the following APIs to create, manage, and test ingest pipelines:
|
|
|
|
|
|
|
|
* <<put-pipeline-api>> to create or update a pipeline
|
|
|
|
* <<get-pipeline-api>> to retrieve a pipeline configuration
|
2019-08-23 23:54:40 +08:00
|
|
|
* <<delete-pipeline-api>> to delete a pipeline
|
2021-04-15 19:47:09 +08:00
|
|
|
* <<simulate-pipeline-api>> to test a pipeline
|
|
|
|
|
2021-08-10 21:30:47 +08:00
|
|
|
[discrete]
|
2021-04-15 19:47:09 +08:00
|
|
|
[[ingest-stat-apis]]
|
|
|
|
=== Stat APIs
|
2019-08-23 23:54:40 +08:00
|
|
|
|
2021-04-15 19:47:09 +08:00
|
|
|
Use the following APIs to get statistics about ingest processing:
|
|
|
|
|
|
|
|
* <<geoip-stats-api>> to get download statistics for GeoIP2 databases used with
|
|
|
|
the <<geoip-processor,`geoip` processor>>.
|
2019-08-23 23:54:40 +08:00
|
|
|
|
|
|
|
include::put-pipeline.asciidoc[]
|
|
|
|
include::delete-pipeline.asciidoc[]
|
2021-04-15 19:47:09 +08:00
|
|
|
include::geoip-stats-api.asciidoc[]
|
2021-08-10 21:30:47 +08:00
|
|
|
include::get-pipeline.asciidoc[]
|
2019-08-23 23:54:40 +08:00
|
|
|
include::simulate-pipeline.asciidoc[]
|