-
Notifications
You must be signed in to change notification settings - Fork 892
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
[BUG] Discover - 'truncate:maxHeight' no longer working 2.10.0 #5227
Comments
I see exactly the same issue in 2.11.0. This is unfortunate, and a fix would be much appreciated, I depend on the full log message during troubleshooting issues.. |
Given how Data Tables work i dont think this should work the same way in future. That being said, since the requirement here is to prevent the automatic truncation of the cell data, something like that can be achieved if the datatable can support auto row sizing. This unfortunately will require an update to the OUI Data Table component that needs to support dynamic row sizing. Once we have that we can fix this issue. Ive opened an issue in OUI to track this: opensearch-project/oui#1172 In the meantime i think adding a control on top of the table that allows the user to select the number of lines they want to see should mitigate some of the pain here until we have the ideal fix. |
For 2.12, we restored legacy table where multiline-both-table.mov@stevesimpson418 do you think we could close this bug? |
@ananzh video looks good. i am using managed opensearch in aws. hope this gets release asap with managed service as well. when do u expect that enduser of aws could get this? |
Discover - Maximum table cell height setting no longer working
In OpenSearch Dashboards 2.10.0 the new UI is no longer respecting the
truncate:maxHeight
Advanced Setting.To Reproduce
Steps to reproduce the behavior:
my-test-index
truncate:maxHeight: 0
inDashboards Management>Advanced Settings
.truncate:maxHeight
setting.Expected behavior
As with previous versions I would expect the cells to be truncated to the correct height as specified in the
truncate:maxHeight
setting, particularly if truncation is set to 0 and turned off. This is essential when debugging longer log lines.OpenSearch Version
2.10.0
Docker image: opensearchproject/opensearch:2.10.0
Dashboards Version
2.10.0
Docker image: opensearchproject/opensearch-dashboards:2.10.0
Plugins
Only plugins loaded when running the official docker images, nothing extra
Screenshots
Host/Environment (please complete the following information):
Additional context
This would work with previous versions of OpenSearch Discover and is vital when needing to debug several loglines at once that may stretch beyond the default truncation
The text was updated successfully, but these errors were encountered: