-
Notifications
You must be signed in to change notification settings - Fork 148
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
Status command does not show full name of components #2829
Comments
Should we use the id instead of the name then? |
The ID sounds like a good option. We can also tackle this together with #2107 as long as it does not take too long to be implemented. We really need to improve our debug-ability. |
The human readable out of the |
This seems like it should be fixed as part of #2107 |
- change to list format for human output - change human to only report top level status if all components and units are healthy - change human to report full status for component if any unit or component itself is not healthy - add `human_full` which always displays full status - sort components and units so order will always be the same Closes elastic#2107 Closes elastic#2829
- change to list format for human output - change human to only report top level status if all components and units are healthy - change human to report full status for component if any unit or component itself is not healthy - add `human_full` which always displays full status - sort components and units so order will always be the same Closes elastic#2107 Closes elastic#2829
- change to list format for human output - change human to only report top level status if all components and units are healthy - change human to report full status for component if any unit or component itself is not healthy - add `human_full` which always displays full status - sort components and units so order will always be the same Closes elastic#2107 Closes elastic#2829
* update status command - change to list format for human output - change human to only report top level status if all components and units are healthy - change human to report full status for component if any unit or component itself is not healthy - add `full` which always displays full status - sort components and units so order will always be the same Closes #2107 Closes #2829 Co-authored-by: Tiago Queiroz <[email protected]>
Description
When using the status command it is not possible to differentiate the monitoring components from the integrations one. That is specially confusing when using the
filestream
input because there will be two components with the same nameSteps to Reproduce:
The text was updated successfully, but these errors were encountered: