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

rest-api-spec.api.indices.data_streams_stats.json Maven / Gradle / Ivy

There is a newer version: 2.18.0
Show newest version
{
  "indices.data_streams_stats":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
      "description":"Provides statistics on operations happening in a data stream."
    },
    "stability":"experimental",
    "url":{
      "paths":[
        {
          "path":"/_data_stream/_stats",
          "methods":[
            "GET"
          ]
        },
        {
          "path":"/_data_stream/{name}/_stats",
          "methods":[
            "GET"
          ],
          "parts":{
            "name":{
              "type":"list",
              "description":"A comma-separated list of data stream names; use `_all` or empty string to perform the operation on all data streams"
            }
          }
        }
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy