Skip to content

Commit 2e540ed

Browse files
committed
Missing JSON tag
1 parent 235ebb3 commit 2e540ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/elasticsearch/ingest/pipeline.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type simulatePipelineRequest struct {
2525
type simulatePipelineResponse struct {
2626
Docs []struct {
2727
ProcessorResults []verboseProcessorResult `json:"processor_results"`
28-
}
28+
} `json:"docs"`
2929
}
3030

3131
type verboseProcessorResult struct {

0 commit comments

Comments
 (0)