-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Kibana feature : Allow users to display a string with newlines inside the datatable #76242
Copy link
Copy link
Closed
Labels
Feature:Data TableData table visualization featureData table visualization featureFeature:DiscoverDiscover ApplicationDiscover ApplicationFeature:LensTeam:DataDiscoveryDiscover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Discover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business result
Metadata
Metadata
Assignees
Labels
Feature:Data TableData table visualization featureData table visualization featureFeature:DiscoverDiscover ApplicationDiscover ApplicationFeature:LensTeam:DataDiscoveryDiscover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Discover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business result
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the feature:
If the value of a field is stored as a string having newlines in Elasticsearch, the feature may enable the user to display the string which parses "\n" as a newline in the string. This feature would be specifically useful for someone who wants newlines in a datatable, however other visualizations may also benefit from this. Kindly consider.
Describe a specific use case for the feature:
For instance, there is a field like address, having value = "X Street \n Y Apt \n Z State", the user may want to represent this value inside the datatable as:
"X Street
Y Apt
Z State"