-
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
[Fleet] add Agent config details yaml view #60943
[Fleet] add Agent config details yaml view #60943
Conversation
Pinging @elastic/ingest-management (Feature:Fleet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been thinking that this would be useful too 😊 So thanks for implementing! Left some minor comments but otherwise LGTM.
/> | ||
</h3> | ||
</EuiTitle> | ||
<EuiSpacer size={'m'} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep as size="m"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍it's annoying that prettier do not catch things like that
defaultMessage="To enroll an agent with this configuration, copy and run the following command on your host." | ||
/> | ||
</EuiText> | ||
<EuiSpacer size={'m'} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep as size="m"
?
<EuiSpacer size={'m'} /> | ||
<EuiText size="s"> | ||
<FormattedMessage | ||
id="xpack.ingestManager.yamlConfig.instructionDescription " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trailing space
<EuiTitle size="s"> | ||
<h3> | ||
<FormattedMessage | ||
id="xpack.ingestManager.yamlConfig.instructionTittle " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trailing space and typo - instructionTitle
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Summary
Resolve #57958
While working on fleet it help a lot to be able to visualize the yaml config. So I implemented the tab.
I did not implemented the full enrollment UI as in the design, as it's currently still under discussion.
UI changes
Questions
There is no api key in the full config as the api key are per agent do we still want to have one for the standalone agent scenario (not using fleet) cc @ph @michalpristas