Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 43 additions & 11 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion specification/ingest/_types/Database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,20 @@ export class DatabaseConfiguration {
ipinfo?: Ipinfo
}

export class DatabaseConfigurationFull extends DatabaseConfiguration {
/**
* @variants container
*/
export class DatabaseConfigurationFull {
web?: Web
local?: Local
/**
* The provider-assigned name of the IP geolocation database to download.
* @variant container_property
*/
name: Name

maxmind?: Maxmind
ipinfo?: Ipinfo
}

export class Maxmind {
Expand Down
Loading