Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • statsobject Required
      Hide stats attributes Show stats attributes object
      • successful_downloadsnumber Required

        Total number of successful database downloads.

      • failed_downloadsnumber Required

        Total number of failed database downloads.

      • total_download_timenumber

        Time unit for milliseconds

      • databases_countnumber Required

        Current number of databases available for use.

      • skipped_updatesnumber Required

        Total number of database updates skipped.

      • expired_databasesnumber Required

        Total number of databases not updated after 30 days

    • nodesobject Required

      Downloaded GeoIP2 databases for each node.

      Hide nodes attribute Show nodes attribute object
      • *object Additional properties

        Downloaded databases for the node. The field key is the node ID.

        Hide * attributes Show * attributes object
        • databasesarray[object] Required

          Downloaded databases for the node.

          Hide databases attribute Show databases attribute object
          • namestring Required
        • files_in_temparray[string] Required

          Downloaded database files, including related license files. Elasticsearch stores these files in the node’s temporary directory: $ES_TMPDIR/geoip-databases/.

GET /_ingest/geoip/stats
GET _ingest/geoip/stats
resp = client.ingest.geo_ip_stats()
const response = await client.ingest.geoIpStats();
response = client.ingest.geo_ip_stats
$resp = $client->ingest()->geoIpStats();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_ingest/geoip/stats"
client.ingest().geoIpStats();