Skip to content

Instantly share code, notes, and snippets.

@quoeamaster
Created September 10, 2022 06:29
Show Gist options
  • Save quoeamaster/21a86940678f5e9c85c500e72496955f to your computer and use it in GitHub Desktop.
Save quoeamaster/21a86940678f5e9c85c500e72496955f to your computer and use it in GitHub Desktop.
geoip_002.json
# check the database file availability
GET _ingest/geoip/stats
# ... results
{
"stats" : {
"successful_downloads" : 0,
"failed_downloads" : 0,
"total_download_time" : 0,
"databases_count" : 0,
"skipped_updates" : 0,
"expired_databases" : 0
},
"nodes" : {
"YOUR_NODE_ID_HERE" : {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment