stats.asciidoc 864 B

123456789101112131415161718192021222324252627282930313233
  1. --
  2. :api: enrich-stats
  3. :request: StatsRequest
  4. :response: StatsResponse
  5. --
  6. [id="{upid}-{api}"]
  7. === Stats API
  8. [id="{upid}-{api}-request"]
  9. ==== Request
  10. The stats API returns enrich related stats.
  11. ["source","java",subs="attributes,callouts,macros"]
  12. --------------------------------------------------
  13. include-tagged::{doc-tests-file}[{api}-request]
  14. --------------------------------------------------
  15. [id="{upid}-{api}-response"]
  16. ==== Response
  17. The returned +{response}+ includes enrich related stats.
  18. ["source","java",subs="attributes,callouts,macros"]
  19. --------------------------------------------------
  20. include-tagged::{doc-tests-file}[{api}-response]
  21. --------------------------------------------------
  22. <1> List of policies that are currently executing with
  23. additional details.
  24. <2> List of coordinator stats per ingest node.
  25. include::../execution.asciidoc[]