-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from zoilomora/update-to-7.8
Update to Elastic v7.8.1
- Loading branch information
Showing
32 changed files
with
819 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"$id": "docs/spec/cloud.json", | ||
"title": "Cloud", | ||
"type": ["object", "null"], | ||
"properties": { | ||
"account": { | ||
"properties": { | ||
"id" : { | ||
"description": "Cloud account ID", | ||
"type": ["string"], | ||
"maxLength": 1024 | ||
}, | ||
"name" : { | ||
"description": "Cloud account name", | ||
"type": ["string"], | ||
"maxLength": 1024 | ||
} | ||
} | ||
}, | ||
"availability_zone": { | ||
"description": "Cloud availability zone name. e.g. us-east-1a", | ||
"type": ["string", "null"], | ||
"maxLength": 1024 | ||
}, | ||
"instance": { | ||
"properties": { | ||
"id" : { | ||
"description": "Cloud instance/machine ID", | ||
"type": ["string"], | ||
"maxLength": 1024 | ||
}, | ||
"name" : { | ||
"description": "Cloud instance/machine name", | ||
"type": ["string"], | ||
"maxLength": 1024 | ||
} | ||
} | ||
}, | ||
"machine": { | ||
"properties": { | ||
"type" : { | ||
"description": "Cloud instance/machine type", | ||
"type": ["string"], | ||
"maxLength": 1024 | ||
} | ||
} | ||
}, | ||
"project": { | ||
"properties": { | ||
"id" : { | ||
"description": "Cloud project ID", | ||
"type": ["string"], | ||
"maxLength": 1024 | ||
}, | ||
"name" : { | ||
"description": "Cloud project name", | ||
"type": ["string"], | ||
"maxLength": 1024 | ||
} | ||
} | ||
}, | ||
"provider": { | ||
"description": "Cloud provider name. e.g. aws, azure, gcp, digitalocean.", | ||
"type": ["string", "null"], | ||
"maxLength": 1024 | ||
}, | ||
"region": { | ||
"description": "Cloud region name. e.g. us-east-1", | ||
"type": ["string", "null"], | ||
"maxLength": 1024 | ||
} | ||
}, | ||
"required": ["provider"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.