From 0ff40b7bcabac143cd2416a917e91c0f50716ec8 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein Date: Thu, 31 Jul 2025 16:04:26 -0700 Subject: [PATCH 1/2] Updates agentless troubleshooting steps --- .../get-started/_snippets/agentless-integrations-faq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solutions/security/get-started/_snippets/agentless-integrations-faq.md b/solutions/security/get-started/_snippets/agentless-integrations-faq.md index 6d0520ba38..838cc18bc7 100644 --- a/solutions/security/get-started/_snippets/agentless-integrations-faq.md +++ b/solutions/security/get-started/_snippets/agentless-integrations-faq.md @@ -5,6 +5,9 @@ Frequently asked questions and troubleshooting steps for {{elastic-sec}}'s agent After you create a new agentless integration, the new integration policy may show a button that says **Add agent** instead of the associated agent for several minutes during agent enrollment. No action is needed other than refreshing the page once enrollment is complete. +## Why isn't my agentless agent appearing in Fleet? + +Agentless agents (which run on Elastic's infrastructure to enable agentless integrations) do not appear on the **Fleet** page by default. To view them on this page, add the following query to the end of its URL: `?showAgentless=true`. ## How do I troubleshoot an `Offline` agent? [_how_do_i_troubleshoot_an_offline_agent] From d191f48385b6bfe2da393823c41755f27880055b Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein Date: Thu, 31 Jul 2025 16:08:45 -0700 Subject: [PATCH 2/2] Update agentless-integrations-faq.md --- .../get-started/_snippets/agentless-integrations-faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/solutions/security/get-started/_snippets/agentless-integrations-faq.md b/solutions/security/get-started/_snippets/agentless-integrations-faq.md index 838cc18bc7..b570995ce7 100644 --- a/solutions/security/get-started/_snippets/agentless-integrations-faq.md +++ b/solutions/security/get-started/_snippets/agentless-integrations-faq.md @@ -5,6 +5,12 @@ Frequently asked questions and troubleshooting steps for {{elastic-sec}}'s agent After you create a new agentless integration, the new integration policy may show a button that says **Add agent** instead of the associated agent for several minutes during agent enrollment. No action is needed other than refreshing the page once enrollment is complete. +--- +applies_to: + stack: ga 9.1 + serverless: ga +--- + ## Why isn't my agentless agent appearing in Fleet? Agentless agents (which run on Elastic's infrastructure to enable agentless integrations) do not appear on the **Fleet** page by default. To view them on this page, add the following query to the end of its URL: `?showAgentless=true`.