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
summary: "Simulate API: Return 400 on invalid processor(s)"
3
+
area: Ingest Node
4
+
type: breaking
5
+
issues: []
6
+
7
+
breaking:
8
+
title: Return 400 on invalid processor(s) in Simulate API
9
+
area: Ingest Node
10
+
details: >-
11
+
In earlier versions of {es}, the Simulate API would return a 500 error when encountering invalid processors. Now, it returns a 400 Bad Request error instead.
12
+
13
+
impact: >-
14
+
Callers should expect a 400 Bad Request response when the Simulate API encounters invalid processors. This change improves error handling and provides clearer feedback on request issues.
0 commit comments