Generated reference
This commit is contained in:
@ -3311,21 +3311,6 @@ link:{ref}/search-template.html[Reference]
|
|||||||
|
|
||||||
|===
|
|===
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
=== scriptsPainlessContext
|
|
||||||
[source,js]
|
|
||||||
----
|
|
||||||
client.scriptsPainlessContext([params] [, options] [, callback])
|
|
||||||
----
|
|
||||||
[cols=2*]
|
|
||||||
|===
|
|
||||||
|`context`
|
|
||||||
|`string` - Select a specific context to retrieve API information about
|
|
||||||
|
|
||||||
|===
|
|
||||||
|
|
||||||
>>>>>>> c92b156... Docs: Fix the API reference (#799)
|
|
||||||
=== scriptsPainlessExecute
|
=== scriptsPainlessExecute
|
||||||
[source,js]
|
[source,js]
|
||||||
----
|
----
|
||||||
@ -4297,118 +4282,6 @@ link:http://www.elastic.co/guide/en/elasticsearch/reference/current[Reference]
|
|||||||
|
|
||||||
|===
|
|===
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
=== dataFrame.deleteDataFrameTransform
|
|
||||||
[source,js]
|
|
||||||
----
|
|
||||||
client.dataFrame.deleteDataFrameTransform([params] [, options] [, callback])
|
|
||||||
----
|
|
||||||
link:{ref}/delete-data-frame-transform.html[Reference]
|
|
||||||
[cols=2*]
|
|
||||||
|===
|
|
||||||
|`transform_id` or `transformId`
|
|
||||||
|`string` - The id of the transform to delete
|
|
||||||
|
|
||||||
|===
|
|
||||||
|
|
||||||
=== dataFrame.getDataFrameTransform
|
|
||||||
[source,js]
|
|
||||||
----
|
|
||||||
client.dataFrame.getDataFrameTransform([params] [, options] [, callback])
|
|
||||||
----
|
|
||||||
link:{ref}/get-data-frame-transform.html[Reference]
|
|
||||||
[cols=2*]
|
|
||||||
|===
|
|
||||||
|`transform_id` or `transformId`
|
|
||||||
|`string` - The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
|
|
||||||
|
|
||||||
|`from`
|
|
||||||
|`number` - skips a number of transform configs, defaults to 0
|
|
||||||
|
|
||||||
|`size`
|
|
||||||
|`number` - specifies a max number of transforms to get, defaults to 100
|
|
||||||
|
|
||||||
|===
|
|
||||||
|
|
||||||
=== dataFrame.getDataFrameTransformStats
|
|
||||||
[source,js]
|
|
||||||
----
|
|
||||||
client.dataFrame.getDataFrameTransformStats([params] [, options] [, callback])
|
|
||||||
----
|
|
||||||
link:{ref}/get-data-frame-transform-stats.html[Reference]
|
|
||||||
[cols=2*]
|
|
||||||
|===
|
|
||||||
|`transform_id` or `transformId`
|
|
||||||
|`string` - The id of the transform for which to get stats. '_all' or '*' implies all transforms
|
|
||||||
|
|
||||||
|===
|
|
||||||
|
|
||||||
=== dataFrame.previewDataFrameTransform
|
|
||||||
[source,js]
|
|
||||||
----
|
|
||||||
client.dataFrame.previewDataFrameTransform([params] [, options] [, callback])
|
|
||||||
----
|
|
||||||
link:{ref}/preview-data-frame-transform.html[Reference]
|
|
||||||
[cols=2*]
|
|
||||||
|===
|
|
||||||
|`body`
|
|
||||||
|`object` - The definition for the data_frame transform to preview
|
|
||||||
|
|
||||||
|===
|
|
||||||
|
|
||||||
=== dataFrame.putDataFrameTransform
|
|
||||||
[source,js]
|
|
||||||
----
|
|
||||||
client.dataFrame.putDataFrameTransform([params] [, options] [, callback])
|
|
||||||
----
|
|
||||||
link:{ref}/put-data-frame-transform.html[Reference]
|
|
||||||
[cols=2*]
|
|
||||||
|===
|
|
||||||
|`transform_id` or `transformId`
|
|
||||||
|`string` - The id of the new transform.
|
|
||||||
|
|
||||||
|`body`
|
|
||||||
|`object` - The data frame transform definition
|
|
||||||
|
|
||||||
|===
|
|
||||||
|
|
||||||
=== dataFrame.startDataFrameTransform
|
|
||||||
[source,js]
|
|
||||||
----
|
|
||||||
client.dataFrame.startDataFrameTransform([params] [, options] [, callback])
|
|
||||||
----
|
|
||||||
link:{ref}/start-data-frame-transform.html[Reference]
|
|
||||||
[cols=2*]
|
|
||||||
|===
|
|
||||||
|`transform_id` or `transformId`
|
|
||||||
|`string` - The id of the transform to start
|
|
||||||
|
|
||||||
|`timeout`
|
|
||||||
|`string` - Controls the time to wait for the transform to start
|
|
||||||
|
|
||||||
|===
|
|
||||||
|
|
||||||
=== dataFrame.stopDataFrameTransform
|
|
||||||
[source,js]
|
|
||||||
----
|
|
||||||
client.dataFrame.stopDataFrameTransform([params] [, options] [, callback])
|
|
||||||
----
|
|
||||||
link:{ref}/stop-data-frame-transform.html[Reference]
|
|
||||||
[cols=2*]
|
|
||||||
|===
|
|
||||||
|`transform_id` or `transformId`
|
|
||||||
|`string` - The id of the transform to stop
|
|
||||||
|
|
||||||
|`wait_for_completion` or `waitForCompletion`
|
|
||||||
|`boolean` - Whether to wait for the transform to fully stop before returning or not. Default to false
|
|
||||||
|
|
||||||
|`timeout`
|
|
||||||
|`string` - Controls the time to wait until the transform has stopped. Default to 30 seconds
|
|
||||||
|
|
||||||
|===
|
|
||||||
|
|
||||||
>>>>>>> c92b156... Docs: Fix the API reference (#799)
|
|
||||||
=== graph.explore
|
=== graph.explore
|
||||||
[source,js]
|
[source,js]
|
||||||
----
|
----
|
||||||
|
|||||||
Reference in New Issue
Block a user