index.asciidoc 867 B

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