-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[SecuritySolution] Embedded onboarding flow #198820
Comments
Pinging @elastic/security-threat-hunting-explore (Team:Threat Hunting:Explore) |
The instructions of how to do the ingestion on a VM and access the agent enrolment page: |
How it's different from the existing flow: https://docs.google.com/document/d/1ymeDKagKWpQSUUkd8-F9ij8X-SLtTsre878KC05XRbM/edit?tab=t.0 |
Integration flow: https://docs.google.com/document/d/1gmlGCkx5lpjPowcCpn6cCnl39qhRwjj82iZHV5Mj7T4/edit?tab=t.9bw8nshlw37s How to test the flow : self-managed (Require to set up Fleet server manually) + enroll agent with Fleet
the output is your {xpack.fleet.outputs.hosts} in kibana.dev.yaml
Then start the fleet server:
Once fleet server is started: Then in kibana.dev.yml Visit /app/fleet/policies Back to /app/fleet/policies table , find the policy you just created, on the rightest column, and select Add agent In the add agent flout, you would be able to find FLEET_SERVER_URL and TOKEN, and put them in the command below Open a new terminal: try below commends to enroll your agent:
if not working, try this:
How to test the flow : running a standalone agentPrerequisite:
update elastic-agent.yml according to the setup in Fleet
|
|
Figma
Users should be able to add integration without leaving the onboarding page.
If the Url the integration card user clicks on starts with
/app/integrations
, it should be opened in the modal in the onboarding hub.Tasks
The text was updated successfully, but these errors were encountered: