Class RestSimulateIngestAction

java.lang.Object
org.elasticsearch.rest.BaseRestHandler
org.elasticsearch.rest.action.ingest.RestSimulateIngestAction
All Implemented Interfaces:
RestHandler

public class RestSimulateIngestAction extends BaseRestHandler
This is the REST endpoint for the simulate ingest API. This API executes all pipelines for a document (or documents) that would be executed if that document were sent to the given index. The JSON that would be indexed is returned to the user, along with the list of pipelines that were executed. The API allows the user to optionally send in substitute definitions for pipelines so that changes can be tried out without actually modifying the cluster state.
  • Constructor Details

    • RestSimulateIngestAction

      public RestSimulateIngestAction()
  • Method Details