All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.simulate.ingest.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "simulate.ingest":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/simulate-ingest-api.html",
      "description":"Simulates running ingest with example documents."
    },
    "stability":"experimental",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"],
      "content_type": ["application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_ingest/_simulate",
          "methods":[
            "GET",
            "POST"
          ]
        },
        {
          "path":"/_ingest/{index}/_simulate",
          "methods":[
            "GET",
            "POST"
          ],
          "parts":{
            "index":{
              "type":"string",
              "description":"Default index for docs which don't provide one"
            }
          }
        }
      ]
    },
    "params":{
      "pipeline":{
        "type":"string",
        "description":"The pipeline id to preprocess incoming documents with if no pipeline is given for a particular document"
      }
    },
    "body":{
      "description":"The simulate definition",
      "required":true
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy