mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
## Summary
Closes https://github.com/elastic/kibana/issues/171731
This PR does the following things -
- Add a new virtual column `Resource`
- Add custom tooltip for he resource column
- Refactor TS types for the Log Document and place them in proper files
and folders
### Demo
.
Props
agentName
: The name of the Elastic Agent for which the icon should be rendered.
<CloudProviderIcon />
<CloudProviderIcon cloudProvider={cloudProvider} />
This component renders an icon associated with the specified Cloud Provider (cloudProvider
).
Props
cloudProvider
: The name of the Cloud Provider for which the icon should be rendered.