Skip to content

Commit 6697817

Browse files
authored
Fix GeoIP stats API response (#2818)
1 parent 79760ef commit 6697817

File tree

4 files changed

+29
-9
lines changed

4 files changed

+29
-9
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ingest/geo_ip_stats/types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ export class GeoIpDownloadStatistics {
2929
/** Total milliseconds spent downloading databases. */
3030
total_download_time: DurationValue<UnitMillis>
3131
/** Current number of databases available for use. */
32-
database_count: integer
32+
databases_count: integer
3333
/** Total number of database updates skipped. */
3434
skipped_updates: integer
35+
/** Total number of databases not updated after 30 days */
36+
expired_databases: integer
3537
}
3638

3739
/** Downloaded databases for the node. The field key is the node ID. */

0 commit comments

Comments
 (0)