| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | [[ingest-apis]]== Ingest APIsUse ingest APIs to manage tasks and resources related to <<ingest,ingestpipelines>> and processors.[discrete][[ingest-pipeline-apis]]=== Ingest pipeline APIsUse 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>> and <<simulate-ingest-api>> to test ingest pipelines[discrete][[ingest-stat-apis]]=== Stat APIsUse the following APIs to get statistics about ingest processing:* <<geoip-stats-api>> to get download statistics for IP geolocation databases used withthe <<geoip-processor,`geoip` processor>>.[discrete][[ingest-geoip-database-apis]]=== Ingest GeoIP Database APIspreview::["The commercial IP geolocation database download management APIs are in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but this feature is not subject to the support SLA of official GA features."]Use the following APIs to configure and manage commercial IP geolocation database downloads:* <<put-geoip-database-api>> to create or update a database configuration* <<get-geoip-database-api>> to retrieve a database configuration* <<delete-geoip-database-api>> to delete a database configurationinclude::put-pipeline.asciidoc[]include::get-pipeline.asciidoc[]include::delete-pipeline.asciidoc[]include::simulate-pipeline.asciidoc[]include::simulate-ingest.asciidoc[]include::geoip-stats.asciidoc[]include::put-geoip-database.asciidoc[]include::get-geoip-database.asciidoc[]include::delete-geoip-database.asciidoc[]
 |