-
Notifications
You must be signed in to change notification settings - Fork 186
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
The Deploy new agent doesn't display the extra requirements in the install and enroll the agent #5283
Comments
The related PR solves the uses case when we need to know if the connection is secure or not (UDP/TCP) For the following question, we need to search for documentation about the new features added in the
This issues will be resolved in #5295 |
All PRs merged |
Description
The Deploy new agent page doesn't display the extra requirements for some operating system/versions of the Wazuh agent. For example, for Solaris 10 or 11: https://github.com/wazuh/wazuh-kibana-app/blob/4.4-2.4-wzd/public/controllers/agent/components/register-agent.js#L1155-L1190. There are others messages for others operating systems.
I was researching and this could be caused by a property that will always be
undefined
https://github.com/wazuh/wazuh-kibana-app/blob/4.4-2.4-wzd/public/controllers/agent/components/register-agent.js#L209By another hand, there are 3 conditionals to render some callouts and the command to use in the install and enroll the agent. In only one of them, messages related to extra requirements could be displayed. I am not sure if in the other cases, they should be displayed too. We should review.
Conditionals:
Preconditions
1.
Steps to reproduce
Expected Result
1.
Actual Result
1.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here. Here you can paste log entries too or any other useful information that may help with the issue.
The text was updated successfully, but these errors were encountered: