Open
Description
While testing noticed another issue with Patterns profile which we might want to fix separately.
The hardcoded default columns sometimes affect the UI/UX. For example, if I define a query
FROM kibana_sample_data_logs | STATS count = COUNT(*) by Pattern = CATEGORIZE(message)
| sort count DESC
with count
instead of Count
then the width would not be applied and after saving this Discover session the count
column disappears from the screen:
Would be great to make the default columns dynamic to user's query (if possible) or don't use them.
Originally posted by @jughosta in #225571 (review)
Metadata
Metadata
Assignees
Labels
Discover ApplicationEnrich Discover with contextual awarenessDiscover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.Team label for ML (also use :ml)Fixes for quality problems that affect the customer experienceAddressing this issue will have a medium level of impact on the quality/strength of our product.This issue requires some research before it can be worked on or estimated