GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Search::Elasticsearch::Client::8_0::Direct::Connector(3) User Contributed Perl Documentation Search::Elasticsearch::Client::8_0::Direct::Connector(3)

Search::Elasticsearch::Client::8_0::Direct::Connector - A client for create and manage Elastic connectors

version 8.12

The connector and sync jobs API provides a convenient way to create and manage Elastic connectors and sync jobs in an internal index.

This API provides an alternative to relying solely on Kibana UI for connector and sync job management. The API comes with a set of validations and assertions to ensure that the state representation in the internal index remains valid.

The full documentation for Eql feature is available here: <https://www.elastic.co/guide/en/elasticsearch/reference/master/connector-apis.html>

It does Search::Elasticsearch::Role::Client::Direct.

    $response = $e->connector->put(
        connector_id => "my-connector",
        body => {
            index_name => "search-google-drive",
            name => "My Connector",
            service_type => "google_drive"
        }
    );

The put() method create a connector.

Enrico Zimuel <enrico.zimuel@elastic.co>

This software is Copyright (c) 2024 by Elasticsearch BV.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004
2024-01-25 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.