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
Copy file name to clipboardExpand all lines: docs/canvas/canvas-function-reference.asciidoc
+61-8Lines changed: 61 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ A *** denotes a required argument.
13
13
14
14
A † denotes an argument can be passed multiple times.
15
15
16
-
<<a_fns>> | B | <<c_fns>> | <<d_fns>> | <<e_fns>> | <<f_fns>> | <<g_fns>> | <<h_fns>> | <<i_fns>> | <<j_fns>> | K | <<l_fns>> | <<m_fns>> | <<n_fns>> | O | <<p_fns>> | Q | <<r_fns>> | <<s_fns>> | <<t_fns>> | <<u_fns>> | V | W | X | Y | Z
16
+
<<a_fns>> | B | <<c_fns>> | <<d_fns>> | <<e_fns>> | <<f_fns>> | <<g_fns>> | <<h_fns>> | <<i_fns>> | <<j_fns>> | K | <<l_fns>> | <<m_fns>> | <<n_fns>> | O | <<p_fns>> | Q | <<r_fns>> | <<s_fns>> | <<t_fns>> | <<u_fns>> | <<v_fns>> | W | X | Y | Z
17
17
18
18
[float]
19
19
[[a_fns]]
@@ -897,7 +897,7 @@ Default: `"-_index:.kibana"`
897
897
|`string`
898
898
|An index or index pattern. For example, `"logstash-*"`.
899
899
900
-
Default: `_all`
900
+
Default: `"_all"`
901
901
|===
902
902
903
903
*Returns:* `number`
@@ -965,7 +965,7 @@ Default: `1000`
965
965
|`string`
966
966
|An index or index pattern. For example, `"logstash-*"`.
967
967
968
-
Default: `_all`
968
+
Default: `"_all"`
969
969
970
970
|`metaFields`
971
971
|`string`
@@ -1026,7 +1026,7 @@ Alias: `tz`
1026
1026
|`string`
1027
1027
|The timezone to use for date operations. Valid ISO8601 formats and UTC offsets both work.
1028
1028
1029
-
Default: `UTC`
1029
+
Default: `"UTC"`
1030
1030
|===
1031
1031
1032
1032
*Returns:* `datatable`
@@ -1238,7 +1238,7 @@ filters
1238
1238
|`string`
1239
1239
|The horizontal text alignment.
1240
1240
1241
-
Default: `left`
1241
+
Default: `"left"`
1242
1242
1243
1243
|`color`
1244
1244
|`string`
@@ -1280,7 +1280,7 @@ Default: `false`
1280
1280
|`string`
1281
1281
|The font weight. For example, `"normal"`, `"bold"`, `"bolder"`, `"lighter"`, `"100"`, `"200"`, `"300"`, `"400"`, `"500"`, `"600"`, `"700"`, `"800"`, or `"900"`.
1282
1282
1283
-
Default: `normal`
1283
+
Default: `"normal"`
1284
1284
|===
1285
1285
1286
1286
*Returns:* `style`
@@ -2469,7 +2469,7 @@ Alias: `shape`
2469
2469
|`string`
2470
2470
|Pick a shape.
2471
2471
2472
-
Default: `square`
2472
+
Default: `"square"`
2473
2473
2474
2474
|`border`
2475
2475
@@ -2732,7 +2732,7 @@ Aliases: `c`, `field`
2732
2732
|`string`
2733
2733
|The column or field that you want to filter.
2734
2734
2735
-
Default: `@timestamp`
2735
+
Default: `"@timestamp"`
2736
2736
2737
2737
|`compact`
2738
2738
|`boolean`
@@ -2871,3 +2871,56 @@ Default: `""`
2871
2871
|===
2872
2872
2873
2873
*Returns:* `string`
2874
+
2875
+
[float]
2876
+
[[v_fns]]
2877
+
== V
2878
+
2879
+
[float]
2880
+
[[var_fn]]
2881
+
=== `var`
2882
+
2883
+
Updates the Kibana global context.
2884
+
2885
+
*Accepts:* `any`
2886
+
2887
+
[cols="3*^<"]
2888
+
|===
2889
+
|Argument |Type |Description
2890
+
2891
+
|_Unnamed_ ***
2892
+
2893
+
Alias: `name`
2894
+
|`string`
2895
+
|Specify the name of the variable.
2896
+
|===
2897
+
2898
+
*Returns:* Depends on your input and arguments
2899
+
2900
+
2901
+
[float]
2902
+
[[var_set_fn]]
2903
+
=== `var_set`
2904
+
2905
+
Updates the Kibana global context.
2906
+
2907
+
*Accepts:* `any`
2908
+
2909
+
[cols="3*^<"]
2910
+
|===
2911
+
|Argument |Type |Description
2912
+
2913
+
|_Unnamed_ ***
2914
+
2915
+
Alias: `name`
2916
+
|`string`
2917
+
|Specify the name of the variable.
2918
+
2919
+
|`value`
2920
+
2921
+
Alias: `val`
2922
+
|`any`
2923
+
|Specify the value for the variable. When unspecified, the input context is used.
Copy file name to clipboardExpand all lines: docs/developer/architecture/security/rbac.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
@@ -1,4 +1,4 @@
1
-
[[development-security-rbac]]
1
+
[[development-rbac]]
2
2
== Role-based access control
3
3
4
4
Role-based access control (RBAC) in {kib} relies upon the
@@ -7,7 +7,7 @@ that {es} exposes. This allows {kib} to define the privileges that
7
7
{kib} wishes to grant to users, assign them to the relevant users using roles,
8
8
and then authorize the user to perform a specific action. This is handled within
9
9
a secured instance of the `SavedObjectsClient` and available transparently to
10
-
consumers when using `request.getSavedObjectsClient()` or
10
+
consumers when using `request.getSavedObjectsClient()` or
11
11
`savedObjects.getScopedSavedObjectsClient()`.
12
12
13
13
[[development-rbac-privileges]]
@@ -77,7 +77,7 @@ The application is created by concatenating the prefix of `kibana-` with the val
77
77
}
78
78
----------------------------------
79
79
80
-
Roles that grant <<kibana-privileges>> should be managed using the <<role-management-api>> or the *Management -> Security -> Roles* page, not directly using the {es} {ref}/security-api.html#security-role-apis[role management API]. This role can then be assigned to users using the {es}
80
+
Roles that grant <<kibana-privileges>> should be managed using the <<role-management-api>> or the *Management -> Security -> Roles* page, not directly using the {es} {ref}/security-api.html#security-role-apis[role management API]. This role can then be assigned to users using the {es}
The level of the overall status will reflect the most severe status of any core service or plugin.
18
+
19
+
Exposed only for reporting purposes to outside systems and should not be used by plugins. Instead, plugins should only depend on the statuses of [Core](./kibana-plugin-core-server.statusservicesetup.core_.md) or their dependencies.
Copy file name to clipboardExpand all lines: docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpattern.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ export declare class IndexPattern implements IIndexPattern
14
14
15
15
| Constructor | Modifiers | Description |
16
16
| --- | --- | --- |
17
-
| [(constructor)(id, { getConfig, savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError, uiSettingsValues, })](./kibana-plugin-plugins-data-public.indexpattern._constructor_.md) | | Constructs a new instance of the <code>IndexPattern</code> class |
17
+
| [(constructor)(id, { savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError, shortDotsEnable, metaFields, })](./kibana-plugin-plugins-data-public.indexpattern._constructor_.md) | | Constructs a new instance of the <code>IndexPattern</code> class |
0 commit comments