thujitha_p
(Thujitha Ponnuthurai)
February 8, 2022, 11:44am
1
Hi there,
I am new to this ELK stack. I have a problem with previewing log message in kibana. If a log message has too much characters, it is unable to view full message without expanding it. If it is large it is ended up with three dots.
I want to preview full message with multi-line support without expanding it.
Is it support in kibana? if yes how to do?
Tomo_M
(Tomohiro Mitani)
February 8, 2022, 4:14pm
2
Are you sure talking about filters as screen shot?
If you are talking about document previews, that feature will be supported in near future version.
elastic:main
← Dmitriynj:add-row-height-options
opened 04:32PM - 28 Dec 21 UTC
## Summary
Closes #109107
This PR adds ability to change row height option… s of `Document explorer`.
⚠️ Current PR still contains one small issue related to Eui component. Once user change `rowHeight` using toolbar, updating rowHeight from URL will not work.
### Priority for applying rowHeight
1. URL state
2. Saved search
3. Last used value (`localStorage`) or advanced setting (`uiSettings`)
![4658636B-6136-4267-BFE1-976E445CE7D0_4_5005_c](https://user-images.githubusercontent.com/39378793/151861850-bc018eed-296e-4d27-a342-60ca8cd62ce4.jpeg)
![7052D314-E3C2-47F5-9336-5661D1584F3A_4_5005_c](https://user-images.githubusercontent.com/39378793/151861857-1a8a5071-7b86-4a02-a90e-d8faaf18142d.jpeg)
![C7A60039-EC37-48AC-B974-DB5115671B7B_4_5005_c](https://user-images.githubusercontent.com/39378793/149496053-4a1b6d41-2077-4d4b-98aa-6fe932b329c1.jpeg)
### Checklist
Delete any items that are not applicable to this PR.
- [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
- [ ] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
thujitha_p
(Thujitha Ponnuthurai)
February 9, 2022, 5:00am
3
@Tomo_M Thank you for the response
I wanted to preview the log message without truncation in table cell. It is needed keep expanding to view the full message. Now I found solution.
I'm using kibana version - 7.17.0
Go to Management > Stack Management > Kibana > Advanced Settings.
Scroll or search for the setting Maximum table cell height.
Enter a new value for the setting (Set to 0 to disable truncation).
https://www.elastic.co/guide/en/kibana/6.8/advanced-options.html
Now it is able to view full message without truncation.
1 Like
Tomo_M
(Tomohiro Mitani)
February 9, 2022, 7:33am
4
Thank you for sharing the solution!
system
(system)
Closed
March 9, 2022, 7:34am
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.