[mongodb_atlas] Enable Agentless deployment.#18507
Merged
ritalwar merged 5 commits intoelastic:mainfrom Apr 24, 2026
Merged
Conversation
Contributor
Vale Linting ResultsSummary: 2 suggestions found 💡 Suggestions (2)
The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
Updated link for version 1.2.0 to point to the relevant PR.
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
alert |
4347.83 | 2155.17 | -2192.66 (-50.43%) | 💔 |
disk |
27777.78 | 14705.88 | -13071.9 (-47.06%) | 💔 |
hardware |
26315.79 | 16949.15 | -9366.64 (-35.59%) | 💔 |
mongod_audit |
8333.33 | 5813.95 | -2519.38 (-30.23%) | 💔 |
mongod_database |
25641.03 | 11627.91 | -14013.12 (-54.65%) | 💔 |
process |
5235.6 | 1647.45 | -3588.15 (-68.53%) | 💔 |
project |
4366.81 | 3676.47 | -690.34 (-15.81%) | 💔 |
To see the full report comment with /test benchmark fullreport
Comment on lines
+33
to
+37
| ## Agentless Enabled Integration | ||
|
|
||
| Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). | ||
| Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. | ||
|
|
Contributor
There was a problem hiding this comment.
Please follow the approach we already took to be consistent across the integrations
## How do I deploy this integration?
### Agent-based deployment
Elastic Agent must be installed. For more details, check the Elastic Agent [installation instructions](https://www.elastic.co/docs/reference/fleet/install-elastic-agents). You can install only one Elastic Agent per host.
Elastic Agent is required to collect data from Mongo and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines.
### Agentless deployment
Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html)
Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features.
cc: https://github.com/elastic/integrations/blob/main/packages/aws/docs/sqs.md?plain=1#L29-L42
ishleenk17
reviewed
Apr 23, 2026
💚 Build Succeeded
History
cc @ritalwar |
jakubgalecki0
approved these changes
Apr 23, 2026
ishleenk17
approved these changes
Apr 24, 2026
|
Package mongodb_atlas - 1.2.0 containing this change is available at https://epr.elastic.co/package/mongodb_atlas/1.2.0/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Enable Agentless deployment mode for Mongodb_Atlas integration package.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots