-
Notifications
You must be signed in to change notification settings - Fork 163
Creates content connectors page in security docs #2113
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
Changes from 2 commits
51ab2e1
647937f
626ab8e
46d6836
f3edea0
6a6fb71
a73819a
616bbdb
a9df361
bb5900f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,36 @@ | ||||||
--- | ||||||
applies_to: | ||||||
stack: preview 9.1 | ||||||
serverless: preview | ||||||
--- | ||||||
|
||||||
# Content connectors | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. General remark, I haven't seen the new security UI, so consider adding a screenshot to this page if it would be helpful here, especially if it differs from previous generation of connector UIs |
||||||
|
||||||
Elastic's content connectors allow you to extract, transform, index, and sync data from third-party applications including Github, PagerDuty, Jira, OpsGenie, Teams, Google Drive, Slack, email, and more. To see a complete list of the available connectors, follow the setup instructions below. | ||||||
benironside marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
## Setup | ||||||
{{stack}} supports two deployment methods: Elastic managed, and self-managed. {{sec-serverless}} only supports Elastic managed deployments. Self-managed deployments require you to manage the {{elastic-agent}} that forwards data to Elastic and allow you to customize the connector's code, whereas Elastic managed deployments use agentless technology and do not allow customization. | ||||||
|
{{stack}} supports two deployment methods: Elastic managed, and self-managed. {{sec-serverless}} only supports Elastic managed deployments. Self-managed deployments require you to manage the {{elastic-agent}} that forwards data to Elastic and allow you to customize the connector's code, whereas Elastic managed deployments use agentless technology and do not allow customization. | |
{{stack}} supports two deployment methods for your connectors: Elastic managed, and self-managed. {{sec-serverless}} only supports Elastic managed connectors. Self-managed connectors require you to manage the {{elastic-agent}} that forwards data to Elastic and allow you to customize the connector's code, whereas Elastic managed connectors use agentless technology and do not allow customization. |
Suggestion to avoid confusion with stack deployment models
Reading this paragraph, I also wonder about what this page states: https://www.elastic.co/docs/reference/search-connectors/
"As of Elastic 9.0, managed connectors on Elastic Cloud Hosted are no longer available. All connectors must be self-managed."
If I reconcile this paragraph with the sentence from that other page, that gives:
- Serverless only supports Elastic managed connectors
- ECH only supports self-managed connectors
- What about other Stack deployment types?
I think we should try to clarify, as I either misunderstood, or we're giving conflicting/partial information in our various pages.
@leemthompo maybe you can help here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes https://www.elastic.co/docs/reference/search-connectors/elastic-managed-connectors will have to be updated because now managed connectors have been revived by the Sec/Obs teams.
You'll need to update this page to mention the availability of managed connectors in certain serverless projects and 9.1+ ECH Obs/Sec navs.
That page is currently accurate for 9.0.
In 9.0:
- Serverless only supports self-managed connectors
- ECH only supports self-managed connectors
- What about other Stack deployment types? You can't run a managed connector on a self-managed deployment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tldr is self-managed connectors can send data to Elasticsearch instances wherever they may be deployed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Managed connectors only send data to the serverless/hosted deployment they're deployed within
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this paragraph belongs under Setup btw
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Connectors have two deployment methods: Elastic managed and self-managed.
Self-managed deployments require you to deploy the connector service on your own infrastructure (i.e. run some Python code on a server you manage). When you use managed connectors Elastic runs that Python service for you within your deployment.
Self-managed connectors can be customized, whereas Elastic managed connectors cannot.
I think the serverless distinction is a bit nuanced:
- You can use self-managed connectors to send data to Elasticsearch on serverless
- AFAICT you can now use managed connectors for Obs/Sec projects
benironside marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe make this into tabs, with Managed instructions as the first tab and link to self-managed instructions elsewhere
Uh oh!
There was an error while loading. Please reload this page.