Skip to content
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

[UII] Agent-based deployment mode doesn't get disabled if it is not available #208861

Open
jen-huang opened this issue Jan 29, 2025 · 1 comment · May be fixed by #208859
Open

[UII] Agent-based deployment mode doesn't get disabled if it is not available #208861

jen-huang opened this issue Jan 29, 2025 · 1 comment · May be fixed by #208859
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:Fleet Team label for Observability Data Collection Fleet team

Comments

@jen-huang
Copy link
Contributor

Integration Box connectors only has agentless deployment mode available:

"deployment_modes": {
  "default": {
    "enabled": false
  },
  "agentless": {
    "enabled": true,
    "organization": "elastic",
    "division": "engineering",
    "team": "search-extract-and-transform"
  }
}

The UI correctly selects agentless by default, but agent-based is still able to be selected:

Image

Deployments that are not available should be disabled instead.

@jen-huang jen-huang added bug Fixes for quality problems that affect the customer experience Team:Fleet Team label for Observability Data Collection Fleet team labels Jan 29, 2025
@jen-huang jen-huang self-assigned this Jan 29, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

@jen-huang jen-huang linked a pull request Jan 29, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:Fleet Team label for Observability Data Collection Fleet team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants