Skip to content

Commit a97e483

Browse files
committed
Make the ignore_above docs tests more robust. (#43349)
It is possible for internal ML indices like `.data-frame-notifications-1` to leak, causing other docs tests to fail when they accidentally search over these indices. This PR updates the ignore_above tests to only search a specific index.
1 parent fba38f7 commit a97e483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/params/ignore-above.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PUT my_index/_doc/2 <3>
3030
"message": "Syntax error with some long stacktrace"
3131
}
3232
33-
GET _search <4>
33+
GET my_index/_search <4>
3434
{
3535
"aggs": {
3636
"messages": {

0 commit comments

Comments
 (0)