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

rest-api-spec.api.enrich.stats.json Maven / Gradle / Ivy

The newest version!
{
  "enrich.stats": {
    "documentation": {
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-stats-api.html",
      "description": "Gets enrich coordinator statistics and information about enrich policies that are currently executing."
    },
    "stability" : "stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url": {
      "paths": [
        {
          "path": "/_enrich/_stats",
          "methods": [ "GET" ]
        }
      ]
    },
    "params": {
      "master_timeout":{
        "type":"time",
        "description":"Timeout for processing on master node"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy