File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1+ [role="xpack"]
2+ [[df-api-quickref]]
3+ == API quick reference
4+
5+ All {dataframe} endpoints have the following base:
6+
7+ [source,js]
8+ ----
9+ /_data_frame/
10+ ----
11+ // NOTCONSOLE
12+
13+ The {dataframe-transform} resources can be accessed with {ref}/data-frame-apis.html#data-frame-transform-apis[+/transforms/+] endpoints.
14+
15+ For a full list, see {ref}/data-frame-apis.html[{dataframe-cap} APIs].
Original file line number Diff line number Diff line change 1+ [role="xpack"]
12[[ml-dataframes]]
2- === {dataframes-cap}
3+ = {dataframes-cap}
4+
5+ [partintro]
6+ --
37
48beta[]
59
@@ -54,4 +58,8 @@ shows the number of sold items in every product category in the last year.
5458image::ml/images/ml-dataframepivot.jpg["Example of a data frame pivot in {kib}"]
5559
5660IMPORTANT: Creating a {dataframe} leaves your source index intact. A new index will
57- be created dedicated to the {dataframe}.
61+ be created dedicated to the {dataframe}.
62+
63+ --
64+
65+ include::api-quickref.asciidoc[]
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ include::{xes-repo-dir}/watcher/index.asciidoc[]
3232:edit_url: https://github.com/elastic/stack-docs/edit/{branch}/docs/en/stack/ml/index.asciidoc
3333include::ml/index.asciidoc[]
3434
35+ include::data-frames/dataframes.asciidoc[]
36+
3537:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ccr/index.asciidoc
3638include::{es-repo-dir}/ccr/index.asciidoc[]
3739
Original file line number Diff line number Diff line change @@ -11,4 +11,3 @@ include::buckets.asciidoc[]
1111include::calendars.asciidoc[]
1212include::rules.asciidoc[]
1313include::architecture.asciidoc[]
14- include::dataframes.asciidoc[]
You can’t perform that action at this time.
0 commit comments