You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Optional, array) Objects with `name`, `id`, and `type` properties that describe the other saved objects in the referenced object. To refer to the other saved object, use `name` in the attributes. Never use `id` to refer to the other saved object. `id` can be automatically updated during migrations, import, or export.
43
43
44
-
`namespaces`::
45
-
(Optional, string array) Identifiers for the <<xpack-spaces,spaces>> in which this object should be created. If this is not provided, the
46
-
object will be created in the current space.
44
+
`initialNamespaces`::
45
+
(Optional, string array) Identifiers for the <<xpack-spaces,spaces>> in which this object is created. If this is provided, the
46
+
object is created only in the explicitly defined spaces. If this is not provided, the object is created in the current space
Copy file name to clipboardExpand all lines: docs/api/saved-objects/create.asciidoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,10 @@ any data that you send to the API is properly formed.
46
46
`references`::
47
47
(Optional, array) Objects with `name`, `id`, and `type` properties that describe the other saved objects that this object references. Use `name` in attributes to refer to the other saved object, but never the `id`, which can update automatically during migrations or import/export.
48
48
49
-
`namespaces`::
50
-
(Optional, string array) Identifiers for the <<xpack-spaces,spaces>> in which this object should be created. If this is not provided, the
51
-
object will be created in the current space.
49
+
`initialNamespaces`::
50
+
(Optional, string array) Identifiers for the <<xpack-spaces,spaces>> in which this object is created. If this is provided, the
51
+
object is created only in the explicitly defined spaces. If this is not provided, the object is created in the current space
Copy file name to clipboardExpand all lines: docs/canvas/canvas-share-workpad.asciidoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ When you've finished your workpad, you can share it outside of {kib}.
10
10
11
11
Create a JSON file of your workpad that you can export outside of {kib}.
12
12
13
-
Click *Share > Download as JSON*.
13
+
To begin, click *Share > Download as JSON*.
14
14
15
15
[role="screenshot"]
16
16
image::images/canvas-export-workpad.png[Export single workpad through JSON, from Share dropdown]
@@ -23,7 +23,7 @@ Want to export multiple workpads? Go to the *Canvas* home page, select the workp
23
23
24
24
If you have a subscription that supports the {report-features}, you can create a PDF copy of your workpad that you can save and share outside {kib}.
25
25
26
-
Click *Share > PDF reports > Generate PDF*.
26
+
To begin, click *Share > PDF reports > Generate PDF*.
27
27
28
28
[role="screenshot"]
29
29
image::images/canvas-generate-pdf.gif[Image showing how to generate a PDF]
@@ -36,7 +36,7 @@ For more information, refer to <<reporting-getting-started, Reporting from Kiban
36
36
37
37
If you have a subscription that supports the {report-features}, you can create a POST URL that you can use to automatically generate PDF reports using <<watcher-ui,Watcher>> or a script.
38
38
39
-
Click *Share > PDF reports > Copy POST URL*.
39
+
To begin, click *Share > PDF reports > Copy POST URL*.
40
40
41
41
[role="screenshot"]
42
42
image::images/canvas-create-URL.gif[Image showing how to create POST URL]
Copy file name to clipboardExpand all lines: docs/canvas/canvas-tutorial.asciidoc
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
[[canvas-tutorial]]
3
3
== Tutorial: Create a workpad for monitoring sales
4
4
5
-
To get up and running with Canvas, use the following tutorial where you'll create a workpad for monitoring sales at an eCommerce store.
5
+
To get up and running with Canvas, add the Sample eCommerce orders data, then use the data to create a workpad for monitoring sales at an eCommerce store.
6
6
7
7
[float]
8
8
=== Before you begin
@@ -114,18 +114,16 @@ image::images/canvas-timefilter-element.png[Image showing Canvas workpad with fi
114
114
115
115
To see how the data changes, set the time filter to *Last 7 days*. As you change the time filter options, the elements automatically update.
116
116
117
-
Your workpad is now complete!
117
+
Your workpad is complete!
118
118
119
119
[float]
120
-
=== Next steps
120
+
=== What's next?
121
121
Now that you know the Canvas basics, you're ready to explore on your own.
122
122
123
123
Here are some things to try:
124
124
125
125
* Play with the {kibana-ref}/add-sample-data.html[sample Canvas workpads].
126
126
127
-
* Build presentations of your own live data with <<create-workpads,workpads>>.
128
-
129
-
* Learn more about <<add-canvas-elements,elements>> — the building blocks of your workpad.
127
+
* Build presentations of your own data with <<create-workpads,workpads>>.
130
128
131
129
* Deep dive into the {kibana-ref}/canvas-function-reference.html[expression language and functions] that drive Canvas.
0 commit comments