index.asciidoc 889 B

12345678910111213141516171819202122232425262728293031
  1. [[ingest-apis]]
  2. == Ingest APIs
  3. Use ingest APIs to manage tasks and resources related to <<ingest,ingest
  4. pipelines>> and processors.
  5. [discrete]
  6. [[ingest-pipeline-apis]]
  7. === Ingest pipeline APIs
  8. Use the following APIs to create, manage, and test ingest pipelines:
  9. * <<put-pipeline-api>> to create or update a pipeline
  10. * <<get-pipeline-api>> to retrieve a pipeline configuration
  11. * <<delete-pipeline-api>> to delete a pipeline
  12. * <<simulate-pipeline-api>> to test a pipeline
  13. [discrete]
  14. [[ingest-stat-apis]]
  15. === Stat APIs
  16. Use the following APIs to get statistics about ingest processing:
  17. * <<geoip-stats-api>> to get download statistics for GeoIP2 databases used with
  18. the <<geoip-processor,`geoip` processor>>.
  19. include::put-pipeline.asciidoc[]
  20. include::delete-pipeline.asciidoc[]
  21. include::geoip-stats-api.asciidoc[]
  22. include::get-pipeline.asciidoc[]
  23. include::simulate-pipeline.asciidoc[]