Hello!
I cannot add 10 or more rows to Visualize Library in table view in Kibana
Steps on how to reproduce the issue:
-
Go Dev Tools and run the following query:
POST logs-my_app-default/_doc { "@timestamp": "2099-05-06T16:21:15.000Z", "event": { "A" : "1", "B" : "2", "C" : "3", "D" : "4", "E" : "5", "F" : "6", "G" : "7", "I" : "8", "J" : "9", "K" : "10" } }
-
Go to "Stack Management > Index Pattrens > Create index pattern", find "logs-my_app-default", select "--- I don't want to use the time filter ---" for "Timestamp field" and click "Create index pattern" button
-
Go at "Visualize Library > Create visualization > Lens" page abd select "logs-my_app-default" index pattern
-
Start drag-and-dropping all fields one by one.
-
Adding the last 10th field will lead to the following error:
Request error: illegal_argument_exception, The provided aggregation [10] either does not exist, or is a pipeline aggregation and cannot be used to sort the buckets. in Invalid aggregation order path [10]. The provided aggregation [10] either does not exist, or is a pipeline aggregation and cannot be used to sort the buckets. (aggregation_execution_exception)
Did not find any errors in logs, however, maybe I missed something and if so just let me know
Screenshots: