You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reason: "BWC: simulate.ingest returns 400 on failure in 9.2"
619
-
620
-
- do:
621
-
headers:
622
-
Content-Type: application/json
623
-
ingest.put_pipeline:
624
-
id: "my-pipeline"
625
-
body: >
626
-
{
627
-
"processors": [
628
-
]
629
-
}
630
-
- match: { acknowledged: true }
631
-
632
-
- do:
633
-
allowed_warnings:
634
-
- "index template [my-template] has index patterns [index-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template] will take precedence during new index creation"
0 commit comments