Skip to content

Commit 1a7970f

Browse files
committed
Relocates data frame section
1 parent f50676e commit 1a7970f

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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].

docs/en/stack/ml/dataframes.asciidoc renamed to docs/en/stack/data-frames/dataframes.asciidoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
[role="xpack"]
12
[[ml-dataframes]]
2-
=== {dataframes-cap}
3+
= {dataframes-cap}
4+
5+
[partintro]
6+
--
37

48
beta[]
59

@@ -54,4 +58,8 @@ shows the number of sold items in every product category in the last year.
5458
image::ml/images/ml-dataframepivot.jpg["Example of a data frame pivot in {kib}"]
5559

5660
IMPORTANT: 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[]

docs/en/stack/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
3333
include::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
3638
include::{es-repo-dir}/ccr/index.asciidoc[]
3739

docs/en/stack/ml/overview.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ include::buckets.asciidoc[]
1111
include::calendars.asciidoc[]
1212
include::rules.asciidoc[]
1313
include::architecture.asciidoc[]
14-
include::dataframes.asciidoc[]

0 commit comments

Comments
 (0)