Get GeoIP statistics
Generally available; Added in 7.13.0
Get download statistics for GeoIP2 databases that are used with the GeoIP processor.
GET
/_ingest/geoip/stats
Console
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"