Search::Elasticsearch::Client::7_0::Direct::DataFrame(3pm) | User Contributed Perl Documentation | Search::Elasticsearch::Client::7_0::Direct::DataFrame(3pm) |
NAME¶
Search::Elasticsearch::Client::7_0::Direct::DataFrame - Plugin providing Transform API for Search::Elasticsearch 7.x
VERSION¶
version 7.30
SYNOPSIS¶
my $response = $es->data_frame->explore(...);
DESCRIPTION¶
This class extends the Search::Elasticsearch client with a "data_frame" namespace, to support the API for the Transform <https://www.elastic.co/guide/en/elasticsearch/reference/7.3/transform-apis.html> plugin for Elasticsearch.
METHODS¶
The full documentation for the Transform plugin is available here: <https://www.elastic.co/guide/en/elasticsearch/reference/7.3/transform-apis.html>
"explore()"¶
$response = $es->data_frame->put_data_frame_transform( transform_id => $transform_id, body => {...} );
The "put_data_frame_transform()" instantiates a transform.
AUTHOR¶
Enrico Zimuel <enrico.zimuel@elastic.co>
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2020 by Elasticsearch BV.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
2020-11-10 | perl v5.32.0 |