Skip to content

Commit bc11bdd

Browse files
Merge branch 'main' into feature/allocation-explain-query-string-parameter-127028
2 parents a8ca621 + cbd8e41 commit bc11bdd

File tree

24 files changed

+414
-379
lines changed

24 files changed

+414
-379
lines changed

docs/changelog/130409.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130409
2+
summary: Add Dependency Checker for `LogicalLocalPlanOptimizer`
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/redirects.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
redirects:
2+
# Related to https://github.com/elastic/elasticsearch/pull/130716/
3+
'reference/query-languages/eql/eql-ex-threat-detection.md': 'docs-content://explore-analyze/query-filter/languages/example-detect-threats-with-eql.md'

docs/reference/query-languages/eql/eql-ex-threat-detection.md

Lines changed: 0 additions & 332 deletions
This file was deleted.

docs/reference/query-languages/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,4 @@ toc:
158158
- file: eql/eql-syntax.md
159159
- file: eql/eql-function-ref.md
160160
- file: eql/eql-pipe-ref.md
161-
- file: eql/eql-ex-threat-detection.md
162161
- file: kql.md

muted-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,9 @@ tests:
588588
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
589589
method: test {ints.InCast SYNC}
590590
issue: https://github.com/elastic/elasticsearch/issues/130796
591+
- class: org.elasticsearch.xpack.esql.action.EnrichIT
592+
method: testFilterAfterEnrich
593+
issue: https://github.com/elastic/elasticsearch/issues/130827
591594

592595
# Examples:
593596
#

0 commit comments

Comments
 (0)