Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds notes to Connector clients and Connectors page #215

Merged
merged 3 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions serverless/pages/action-connectors.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
// :description: Configure connections to third party systems for use in cases and rules.
// :keywords: serverless

[NOTE]
====
This page is about Kibana connectors that integrate with services like generative AI model providers. If you're looking for Search connectors that synchronize third-party data into {es}, refer to <<elasticsearch-ingest-data-through-integrations-connector-client,Connector clients>>.
====

This content applies to: {es-badge} {obs-badge} {sec-badge}

The list of available connectors varies by project type.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
// :description: Set up and deploy self-managed connectors that run on your own infrastructure.
// :keywords: serverless, elasticsearch, ingest, connector, how to

[NOTE]
====
This page is about Search connectors that synchronize third-party data into {es}. If you're looking for Kibana connectors to integrate with services like generative AI model providers, refer to <<action-connectors,Kibana Connectors>>.
====

[NOTE]
====
This page contains high-level instructions about setting up connector clients in your project's UI.
Expand Down