We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235ebb3 commit 2e540edCopy full SHA for 2e540ed
internal/elasticsearch/ingest/pipeline.go
@@ -25,7 +25,7 @@ type simulatePipelineRequest struct {
25
type simulatePipelineResponse struct {
26
Docs []struct {
27
ProcessorResults []verboseProcessorResult `json:"processor_results"`
28
- }
+ } `json:"docs"`
29
}
30
31
type verboseProcessorResult struct {
0 commit comments