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
///<summary>POST on /{index}/_rollup/{rollup_index} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/rollup-api.html</para></summary>
139
+
///<summary>POST on /{index}/_rollup/{rollup_index} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-rollup.html</para></summary>
140
140
///<param name = "index">The index to roll up</param>
141
141
///<param name = "rollupIndex">The name of the rollup index to create</param>
142
142
///<param name = "body">The rollup configuration</param>
143
143
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
144
+
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
///<summary>POST on /{index}/_rollup/{rollup_index} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/rollup-api.html</para></summary>
147
+
///<summary>POST on /{index}/_rollup/{rollup_index} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-rollup.html</para></summary>
147
148
///<param name = "index">The index to roll up</param>
148
149
///<param name = "rollupIndex">The name of the rollup index to create</param>
149
150
///<param name = "body">The rollup configuration</param>
150
151
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
152
+
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
0 commit comments