-
Notifications
You must be signed in to change notification settings - Fork 171
Document the "Show agentless resources” toggle in the Fleet UI settings #3760
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
base: main
Are you sure you want to change the base?
Conversation
| ### Show agentless resources [show-agentless-resources-setting] | ||
|
|
||
| ```{applies_to} | ||
| stack: ga 9.1.6 |
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.
This feature was added in 9.2 and it was backported to 9.1.6, so I assume having an applies_to for 9.1.6 also entails later versions as well.
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 think this is correct
applying stack here does match our other documentation for agentless, but this is confusing to me because agentless is only available in ECH and serverless, it is not available for self-managed flavors (no matter if it's ECE, ECK, or regular stack)
but that's a larger cleanup effort so I'm fine with matching the rest of the documentation for now
🔍 Preview links for changed docs |
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.
Left note about self-managed environments but doesn't block this PR. Thanks!
| ### Show agentless resources [show-agentless-resources-setting] | ||
|
|
||
| ```{applies_to} | ||
| stack: ga 9.1.6 |
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 think this is correct
applying stack here does match our other documentation for agentless, but this is confusing to me because agentless is only available in ECH and serverless, it is not available for self-managed flavors (no matter if it's ECE, ECK, or regular stack)
but that's a larger cleanup effort so I'm fine with matching the rest of the documentation for now
|
Thanks @jen-huang, I think that in the section-level and in-line @colleenmcginnis, am I right we currently cannot reference deployments in section-level and in-line |
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.
Thank you Visha! Looks good. Left a few suggestions but nothing blocking.
solutions/security/get-started/_snippets/agentless-integrations-faq.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
This PR adds documentation for the "Show agentless resources” toggle in the Fleet UI settings, which was added in elastic/kibana#237528. The toggle is available in 9.1.6 and 9.2.0.
Resolves elastic/ingest-docs#1865