ES|QL mode shows extra entries in Inspector #188266
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:ES|QL
ES|QL related features in Kibana
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:needs-research
This issue requires some research before it can be worked on or estimated
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Team:ESQL
ES|QL related features in Kibana
Kibana version: 8.16.0-SNAPSHOT
Elasticsearch version: 8.16.0-SNAPSHOT
Describe the bug:
In ES|QL mode, with a query that takes longer than 200ms, multiple entries show up in the Inspector.
Steps to reproduce:
name: 'logs-*',
portion to match the index pattern you intend to query)The query will take at least 5 seconds to complete. When it does, it will show multiple entries inside inspector for both the Table and Visualization:
Expected behavior:
Only one entry each for the Table & Visualization queries (like it is in data view mode).
Any additional context:
It looks like we're actually showing an entry in Inspector for each HTTP request. For example, if I have a query that runs for 5 seconds in Elasticsearch, we're actually making 1 HTTP request to submit the query, and then 5 HTTP polling requests, which results in 6 entries instead of just one.
The text was updated successfully, but these errors were encountered: