-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Closed
Copy link
Labels
:Analytics/ES|QLAKA ESQLAKA ESQL>bugTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)medium-riskAn open issue or test failure that is a medium risk to future releasesAn open issue or test failure that is a medium risk to future releases
Description
With CSV dataset
from languages_lookup_non_unique_ke* | enrich languages_policy on language_name | sort country DESC, language_code ASC NULLS LAST, language_name NULLS FIRST | limit 14081 | keep `language_name`, `country`, *, `country.keyword` | mv_expand country.keyword | grok language_name "%{WORD:YEcxuCOHsGzb} %{WORD:country.keyword}"| rename country.keyword as other1| rename language_code as other2 | lookup join multi_column_joinable_lookup on other1, other2 | where NOT id_int <= 50 OR NOT false AND NOT other2 == 50 | where false AND NOT true OR id_int > 50 AND true | where NOT false AND other2 == 50
{
"error": {
"root_cause": [
{
"type": "rule_execution_exception",
"reason": "Rule execution limit [100] reached"
}
],
"type": "rule_execution_exception",
"reason": "Rule execution limit [100] reached"
},
"status": 500
}
See #136584
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Analytics/ES|QLAKA ESQLAKA ESQL>bugTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)medium-riskAn open issue or test failure that is a medium risk to future releasesAn open issue or test failure that is a medium risk to future releases