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-elements.asciidoc
+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
@@ -23,7 +23,7 @@ By default, most of the elements you create use demo data until you change the d
23
23
24
24
* *{es} SQL* — Access your data in {es} using SQL syntax. For information about SQL syntax, refer to {ref}/sql-spec.html[SQL language].
25
25
26
-
* *{es} raw data* — Access your raw data in {es} without the use of aggregations. Use {es} raw data when you have low volume datasets, or to plot exact, non-aggregated values.
26
+
* *{es} documents* — Access your data in {es} without using aggregations. To use, select an index and fields, and optionally enter a query using the <<lucene-query,Lucene Query Syntax>>. Use the *{es} documents* data source when you have low volume datasets, to view raw documents, or to plot exact, non-aggregated values on a chart.
27
27
28
28
* *Timelion* — Access your time series data using <<timelion,Timelion>> queries. To use Timelion queries, you can enter a query using the <<lucene-query,Lucene Query Syntax>>.
*Details:* The deprecated `xpack.security.public` setting in the `kibana.yml` file has been removed.
83
+
*Details:* Previously Kibana was choosing the appropriate Elasticsearch SAML realm automatically using the `Assertion Consumer Service`
84
+
URL that it derived from the actual server address and `xpack.security.public` setting. Starting in 8.0.0, the deprecated `xpack.security.public` setting in the `kibana.yml` file has been removed and the Elasticsearch SAML realm name that Kibana will use should be specified explicitly.
74
85
75
-
*Impact:* Define `xpack.security.authc.saml.realm` when using the SAML authentication provider instead.
86
+
*Impact:* Define `xpack.security.authc.providers.saml.{provider unique name}.realm` when using the SAML authentication providers instead.
76
87
77
88
[float]
78
89
==== `/api/security/v1/saml` endpoint is no longer supported
79
90
*Details:* The deprecated `/api/security/v1/saml` endpoint is no longer supported.
80
91
81
-
*Impact:* Rely on `/api/security/saml/callback` endpoint when using SAML instead. This change should be reflected in Kibana `server.xsrf.whitelist` config as well as in Elasticsearch and Identity Provider SAML settings.
92
+
*Impact:* Rely on `/api/security/saml/callback` endpoint when using SAML instead. This change should be reflected in Elasticsearch and Identity Provider SAML settings.
93
+
94
+
[float]
95
+
==== `/api/security/v1/oidc` endpoint is no longer supported
96
+
*Details:* The deprecated `/api/security/v1/oidc` endpoint is no longer supported.
97
+
98
+
*Impact:* Rely on `/api/security/oidc/callback` endpoint when using OpenID Connect instead. This change should be reflected in Elasticsearch and OpenID Connect Provider settings.
99
+
100
+
[float]
101
+
==== `/api/security/v1/oidc` endpoint is no longer supported for Third Party initiated login
102
+
*Details:* The deprecated `/api/security/v1/oidc` endpoint is no longer supported for Third Party initiated login.
103
+
104
+
*Impact:* Rely on `/api/security/oidc/initiate_login` endpoint when using Third Party initiated OpenID Connect login instead. This change should be reflected in Elasticsearch and OpenID Connect Provider settings.
105
+
106
+
[float]
107
+
==== `/api/security/v1/oidc/implicit` endpoint is no longer supported
108
+
*Details:* The deprecated `/api/security/v1/oidc/implicit` endpoint is no longer supported.
109
+
110
+
*Impact:* Rely on `/api/security/oidc/implicit` endpoint when using OpenID Connect Implicit Flow instead. This change should be reflected in OpenID Connect Provider settings.
82
111
83
112
[float]
84
113
=== `optimize` directory is now in the `data` folder
0 commit comments