File tree Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1+ [[ingest-apis]]
2+ == Ingest APIs
3+
4+ The following ingest APIs are available for managing pipelines:
5+
6+ * <<put-pipeline-api>> to add or update a pipeline
7+ * <<get-pipeline-api>> to return a specific pipeline
8+ * <<delete-pipeline-api>> to delete a pipeline
9+ * <<simulate-pipeline-api>> to simulate a call to a pipeline
10+
11+
12+ include::put-pipeline.asciidoc[]
13+ include::get-pipeline.asciidoc[]
14+ include::delete-pipeline.asciidoc[]
15+ include::simulate-pipeline.asciidoc[]
Original file line number Diff line number Diff line change @@ -20,21 +20,6 @@ what the pipeline does.
2020The `processors` parameter defines a list of processors to be executed in
2121order.
2222
23- [[ingest-apis]]
24- == Ingest APIs
25-
26- The following ingest APIs are available for managing pipelines:
27-
28- * <<put-pipeline-api>> to add or update a pipeline
29- * <<get-pipeline-api>> to return a specific pipeline
30- * <<delete-pipeline-api>> to delete a pipeline
31- * <<simulate-pipeline-api>> to simulate a call to a pipeline
32-
33- include::apis/put-pipeline.asciidoc[]
34- include::apis/get-pipeline.asciidoc[]
35- include::apis/delete-pipeline.asciidoc[]
36- include::apis/simulate-pipeline.asciidoc[]
37-
3823[[accessing-data-in-pipelines]]
3924== Accessing Data in Pipelines
4025
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ not be included yet.
1919* <<graph-explore-api,Graph Explore API>>
2020* <<indices, Index APIs>>
2121* <<index-lifecycle-management-api,Index lifecycle management APIs>>
22+ * <<ingest-apis,Ingest APIs>>
2223* <<info-api,Info API>>
2324* <<licensing-apis,Licensing APIs>>
2425* <<ml-apis,{ml-cap} {anomaly-detect} APIs>>
@@ -41,6 +42,7 @@ include::{es-repo-dir}/docs.asciidoc[]
4142include::{es-repo-dir}/graph/explore.asciidoc[]
4243include::{es-repo-dir}/indices.asciidoc[]
4344include::{es-repo-dir}/ilm/apis/ilm-api.asciidoc[]
45+ include::{es-repo-dir}/ingest/apis/index.asciidoc[]
4446include::info.asciidoc[]
4547include::{es-repo-dir}/licensing/index.asciidoc[]
4648include::{es-repo-dir}/ml/anomaly-detection/apis/ml-api.asciidoc[]
You can’t perform that action at this time.
0 commit comments