Create a connector Beta
Connectors are Elasticsearch integrations that bring content from third-party data sources, which can be deployed on Elastic Cloud or hosted on your own infrastructure. Elastic managed connectors (Native connectors) are a managed service on Elastic Cloud. Self-managed connectors (Connector clients) are self-managed on your infrastructure.
Body
-
description string
-
index_name string
-
is_native boolean
-
language string
-
name string
-
service_type string
POST /_connector
curl \
-X POST http://api.example.com/_connector \
-H "Content-Type: application/json" \
-d '{"description":"string","index_name":"string","is_native":true,"language":"string","name":"string","service_type":"string"}'