mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
This PR adds documentation for GeoIPv2 auto-update feature. It also changes related settings names from geoip.downloader.* to ingest.geoip.downloader to have the same convention as current setting. Relates to #68920 Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
29 lines
867 B
Text
29 lines
867 B
Text
[[ingest-apis]]
|
|
== Ingest APIs
|
|
|
|
Use ingest APIs to manage tasks and resources related to <<ingest,ingest
|
|
pipelines>> and processors.
|
|
|
|
[[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
|
|
* <<delete-pipeline-api>> to delete a pipeline
|
|
* <<simulate-pipeline-api>> to test a pipeline
|
|
|
|
[[ingest-stat-apis]]
|
|
=== Stat APIs
|
|
|
|
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>>.
|
|
|
|
include::put-pipeline.asciidoc[]
|
|
include::delete-pipeline.asciidoc[]
|
|
include::get-pipeline.asciidoc[]
|
|
include::geoip-stats-api.asciidoc[]
|
|
include::simulate-pipeline.asciidoc[]
|