Browse Source

[DOCS] Merge ingest APIs index to one page (#76264)

Adds some `discrete` tags to merge the ingest APIs index into a single
page.
James Rodewig 4 years ago
parent
commit
c277110a14
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/reference/ingest/apis/index.asciidoc

+ 3 - 1
docs/reference/ingest/apis/index.asciidoc

@@ -4,6 +4,7 @@
 Use ingest APIs to manage tasks and resources related to <<ingest,ingest
 pipelines>> and processors.
 
+[discrete]
 [[ingest-pipeline-apis]]
 === Ingest pipeline APIs
 
@@ -14,6 +15,7 @@ Use the following APIs to create, manage, and test ingest pipelines:
 * <<delete-pipeline-api>> to delete a pipeline
 * <<simulate-pipeline-api>> to test a pipeline
 
+[discrete]
 [[ingest-stat-apis]]
 === Stat APIs
 
@@ -24,6 +26,6 @@ the <<geoip-processor,`geoip` processor>>.
 
 include::put-pipeline.asciidoc[]
 include::delete-pipeline.asciidoc[]
-include::get-pipeline.asciidoc[]
 include::geoip-stats-api.asciidoc[]
+include::get-pipeline.asciidoc[]
 include::simulate-pipeline.asciidoc[]