[UII] Add "Show agentless resources" toggle#237528
Conversation
|
Pinging @elastic/fleet (Team:Fleet) |
| <p> | ||
| <FormattedMessage | ||
| id="xpack.fleet.settings.showAgentlessResourcesDescription" | ||
| defaultMessage="Enable this toggle to display agentless agents and policies in Fleet for debugging and diagnostics purposes. This setting is stored locally and is only visible to you." |
There was a problem hiding this comment.
@vishaangelova would appreciate a review of this copy :)
There was a problem hiding this comment.
I think this looks good!
There was a problem hiding this comment.
@jen-huang sorry it took me so long to see this PR :/ the emails I get for being mentioned on PRs get lost among all the other PR-related emails, and I only just noticed I was mentioned here—- I need to create a proper filter to highlight these and make sure I see them in time. (I’ll just go ahead and create one now 💡 )
There was a problem hiding this comment.
@vishaangelova no problem! we do get a lot of Github emails. I tend to rely on GH's Notifications page and prioritize "Mentioned" items
...et/public/applications/fleet/sections/settings/components/settings_page/advanced_section.tsx
Outdated
Show resolved
Hide resolved
|
@jen-huang @nchaulet can I confirm that the end user won't have access to this section nor the toggle. correct? |
Requirements in the issue said for power users, so the toggle does appear to end users who have access to Fleet Settings page. |
Until we have a functional workflow for support engineers to generate these diagnostics, we need an escape hatch for users to generate these diagnostics and debug these agents. This setting is user-facing to facilitate that need. Eventually, this will be handled internally and users won't be responsible for debugging their agentless deployments, as it's a fully-managed service. See https://github.com/elastic/ingest-dev/issues/6142 (internal link) |
vishaangelova
left a comment
There was a problem hiding this comment.
LGTM! 🚀
(Only left a tiny suggestion, which seems to be unrelated to your changes..)
...et/public/applications/fleet/sections/settings/components/settings_page/advanced_section.tsx
Outdated
Show resolved
Hide resolved
| <p> | ||
| <FormattedMessage | ||
| id="xpack.fleet.settings.showAgentlessResourcesDescription" | ||
| defaultMessage="Enable this toggle to display agentless agents and policies in Fleet for debugging and diagnostics purposes. This setting is stored locally and is only visible to you." |
There was a problem hiding this comment.
I think this looks good!
Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
History
cc @jen-huang |
|
Starting backport for target branches: 9.1, 9.2 |
|
Starting backport for target branches: 9.1, 9.2 |
## Summary Resolves https://github.com/elastic/ingest-dev/issues/5932. This PR replaces the `?showAgentless` query param (implemented in elastic#219175) with a local storage setting called `fleet:showAgentlessResources` that can be toggled from Fleet > Settings. When enabled, agentless agents and policies are visible in the Fleet UI:  ## Release note "Show agentless resources" toggle added to Fleet > Settings for debugging and diagnostics purposes. ## To-do - [ ] Public documentation: elastic/ingest-docs#1865 ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> (cherry picked from commit 1874653)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
## Summary Resolves https://github.com/elastic/ingest-dev/issues/5932. This PR replaces the `?showAgentless` query param (implemented in elastic#219175) with a local storage setting called `fleet:showAgentlessResources` that can be toggled from Fleet > Settings. When enabled, agentless agents and policies are visible in the Fleet UI:  ## Release note "Show agentless resources" toggle added to Fleet > Settings for debugging and diagnostics purposes. ## To-do - [ ] Public documentation: elastic/ingest-docs#1865 ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> (cherry picked from commit 1874653)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary Resolves https://github.com/elastic/ingest-dev/issues/5932. This PR replaces the `?showAgentless` query param (implemented in elastic#219175) with a local storage setting called `fleet:showAgentlessResources` that can be toggled from Fleet > Settings. When enabled, agentless agents and policies are visible in the Fleet UI:  ## Release note "Show agentless resources" toggle added to Fleet > Settings for debugging and diagnostics purposes. ## To-do - [ ] Public documentation: elastic/ingest-docs#1865 ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> (cherry picked from commit 1874653) # Conflicts: # x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/agent_details_page/index.tsx
# Backport This will backport the following commits from `main` to `9.2`: - [[UII] Add "Show agentless resources" toggle (#237528)](#237528) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Jen Huang","email":"its.jenetic@gmail.com"},"sourceCommit":{"committedDate":"2025-10-07T20:39:03Z","message":"[UII] Add \"Show agentless resources\" toggle (#237528)\n\n## Summary\n\nResolves https://github.com/elastic/ingest-dev/issues/5932.\n\nThis PR replaces the `?showAgentless` query param (implemented in\nhttps://github.com//pull/219175) with a local storage\nsetting called `fleet:showAgentlessResources` that can be toggled from\nFleet > Settings. When enabled, agentless agents and policies are\nvisible in the Fleet UI:\n\n\n\n## Release note\n\"Show agentless resources\" toggle added to Fleet > Settings for\ndebugging and diagnostics purposes.\n\n## To-do\n- [ ] Public documentation:\nhttps://github.com/elastic/ingest-docs/issues/1865\n\n### Checklist\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n- [x] Review the [backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand apply applicable `backport:*` labels.\n\n---------\n\nCo-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>","sha":"187465307bd8605687049a773116bcc4f7940ca0","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement","Team:Fleet","backport:version","v9.2.0","v9.3.0","v9.1.6"],"title":"[UII] Add \"Show agentless resources\" toggle","number":237528,"url":"https://github.com/elastic/kibana/pull/237528","mergeCommit":{"message":"[UII] Add \"Show agentless resources\" toggle (#237528)\n\n## Summary\n\nResolves https://github.com/elastic/ingest-dev/issues/5932.\n\nThis PR replaces the `?showAgentless` query param (implemented in\nhttps://github.com//pull/219175) with a local storage\nsetting called `fleet:showAgentlessResources` that can be toggled from\nFleet > Settings. When enabled, agentless agents and policies are\nvisible in the Fleet UI:\n\n\n\n## Release note\n\"Show agentless resources\" toggle added to Fleet > Settings for\ndebugging and diagnostics purposes.\n\n## To-do\n- [ ] Public documentation:\nhttps://github.com/elastic/ingest-docs/issues/1865\n\n### Checklist\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n- [x] Review the [backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand apply applicable `backport:*` labels.\n\n---------\n\nCo-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>","sha":"187465307bd8605687049a773116bcc4f7940ca0"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237528","number":237528,"mergeCommit":{"message":"[UII] Add \"Show agentless resources\" toggle (#237528)\n\n## Summary\n\nResolves https://github.com/elastic/ingest-dev/issues/5932.\n\nThis PR replaces the `?showAgentless` query param (implemented in\nhttps://github.com//pull/219175) with a local storage\nsetting called `fleet:showAgentlessResources` that can be toggled from\nFleet > Settings. When enabled, agentless agents and policies are\nvisible in the Fleet UI:\n\n\n\n## Release note\n\"Show agentless resources\" toggle added to Fleet > Settings for\ndebugging and diagnostics purposes.\n\n## To-do\n- [ ] Public documentation:\nhttps://github.com/elastic/ingest-docs/issues/1865\n\n### Checklist\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n- [x] Review the [backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand apply applicable `backport:*` labels.\n\n---------\n\nCo-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>","sha":"187465307bd8605687049a773116bcc4f7940ca0"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Jen Huang <its.jenetic@gmail.com> Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
# Backport This will backport the following commits from `main` to `9.1`: - [[UII] Add "Show agentless resources" toggle (#237528)](#237528) <!--- Backport version: 10.0.2 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Jen Huang","email":"its.jenetic@gmail.com"},"sourceCommit":{"committedDate":"2025-10-07T20:39:03Z","message":"[UII] Add \"Show agentless resources\" toggle (#237528)\n\n## Summary\n\nResolves https://github.com/elastic/ingest-dev/issues/5932.\n\nThis PR replaces the `?showAgentless` query param (implemented in\nhttps://github.com//pull/219175) with a local storage\nsetting called `fleet:showAgentlessResources` that can be toggled from\nFleet > Settings. When enabled, agentless agents and policies are\nvisible in the Fleet UI:\n\n\n\n## Release note\n\"Show agentless resources\" toggle added to Fleet > Settings for\ndebugging and diagnostics purposes.\n\n## To-do\n- [ ] Public documentation:\nhttps://github.com/elastic/ingest-docs/issues/1865\n\n### Checklist\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n- [x] Review the [backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand apply applicable `backport:*` labels.\n\n---------\n\nCo-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>","sha":"187465307bd8605687049a773116bcc4f7940ca0","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement","Team:Fleet","backport:version","v9.2.0","v9.3.0","v9.1.6"],"title":"[UII] Add \"Show agentless resources\" toggle","number":237528,"url":"https://github.com/elastic/kibana/pull/237528","mergeCommit":{"message":"[UII] Add \"Show agentless resources\" toggle (#237528)\n\n## Summary\n\nResolves https://github.com/elastic/ingest-dev/issues/5932.\n\nThis PR replaces the `?showAgentless` query param (implemented in\nhttps://github.com//pull/219175) with a local storage\nsetting called `fleet:showAgentlessResources` that can be toggled from\nFleet > Settings. When enabled, agentless agents and policies are\nvisible in the Fleet UI:\n\n\n\n## Release note\n\"Show agentless resources\" toggle added to Fleet > Settings for\ndebugging and diagnostics purposes.\n\n## To-do\n- [ ] Public documentation:\nhttps://github.com/elastic/ingest-docs/issues/1865\n\n### Checklist\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n- [x] Review the [backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand apply applicable `backport:*` labels.\n\n---------\n\nCo-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>","sha":"187465307bd8605687049a773116bcc4f7940ca0"}},"sourceBranch":"main","suggestedTargetBranches":["9.1"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/237922","number":237922,"state":"OPEN"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237528","number":237528,"mergeCommit":{"message":"[UII] Add \"Show agentless resources\" toggle (#237528)\n\n## Summary\n\nResolves https://github.com/elastic/ingest-dev/issues/5932.\n\nThis PR replaces the `?showAgentless` query param (implemented in\nhttps://github.com//pull/219175) with a local storage\nsetting called `fleet:showAgentlessResources` that can be toggled from\nFleet > Settings. When enabled, agentless agents and policies are\nvisible in the Fleet UI:\n\n\n\n## Release note\n\"Show agentless resources\" toggle added to Fleet > Settings for\ndebugging and diagnostics purposes.\n\n## To-do\n- [ ] Public documentation:\nhttps://github.com/elastic/ingest-docs/issues/1865\n\n### Checklist\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n- [x] Review the [backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand apply applicable `backport:*` labels.\n\n---------\n\nCo-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>","sha":"187465307bd8605687049a773116bcc4f7940ca0"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
## Summary Resolves elastic/ingest-dev#5932. This PR replaces the `?showAgentless` query param (implemented in elastic#219175) with a local storage setting called `fleet:showAgentlessResources` that can be toggled from Fleet > Settings. When enabled, agentless agents and policies are visible in the Fleet UI:  ## Release note "Show agentless resources" toggle added to Fleet > Settings for debugging and diagnostics purposes. ## To-do - [ ] Public documentation: elastic/ingest-docs#1865 ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
## Summary Resolves https://github.com/elastic/ingest-dev/issues/5932. This PR replaces the `?showAgentless` query param (implemented in elastic#219175) with a local storage setting called `fleet:showAgentlessResources` that can be toggled from Fleet > Settings. When enabled, agentless agents and policies are visible in the Fleet UI:  ## Release note "Show agentless resources" toggle added to Fleet > Settings for debugging and diagnostics purposes. ## To-do - [ ] Public documentation: elastic/ingest-docs#1865 ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
## Summary Resolves elastic/ingest-dev#5932. This PR replaces the `?showAgentless` query param (implemented in elastic#219175) with a local storage setting called `fleet:showAgentlessResources` that can be toggled from Fleet > Settings. When enabled, agentless agents and policies are visible in the Fleet UI:  ## Release note "Show agentless resources" toggle added to Fleet > Settings for debugging and diagnostics purposes. ## To-do - [ ] Public documentation: elastic/ingest-docs#1865 ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
…gs (#3760) 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 --------- Co-authored-by: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com>
Summary
Resolves https://github.com/elastic/ingest-dev/issues/5932.
This PR replaces the
?showAgentlessquery param (implemented in #219175) with a local storage setting calledfleet:showAgentlessResourcesthat can be toggled from Fleet > Settings. When enabled, agentless agents and policies are visible in the Fleet UI:Release note
"Show agentless resources" toggle added to Fleet > Settings for debugging and diagnostics purposes.
To-do
Checklist
release_note:*label is applied per the guidelinesbackport:*labels.