Skip to content

Commit aede211

Browse files
committed
Remove pretty
1 parent 9951c42 commit aede211

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/elasticsearch/ingest/pipeline.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ func SimulatePipeline(api *elasticsearch.API, pipelineName string, events []json
105105
r, err := api.Ingest.Simulate(bytes.NewReader(requestBody),
106106
api.Ingest.Simulate.WithPipelineID(pipelineName),
107107
api.Ingest.Simulate.WithVerbose(true),
108-
109-
api.Ingest.Simulate.WithPretty(),
110108
)
111109
if err != nil {
112110
return nil, fmt.Errorf("simulate API call failed (pipelineName: %s): %w", pipelineName, err)

0 commit comments

Comments
 (0)