diff --git a/rfcs/text/0033-new-cloud-fields.md b/rfcs/text/0033-new-cloud-fields.md index 0420647a37..4dbcf31a5b 100644 --- a/rfcs/text/0033-new-cloud-fields.md +++ b/rfcs/text/0033-new-cloud-fields.md @@ -1,7 +1,7 @@ # 0033: New cloud (or related) fields -- Stage: **0 (strawperson)** +- Stage: **1 (Draft)** - Date: **2022-07-22** + + diff --git a/rfcs/text/0033/cloud.yml b/rfcs/text/0033/cloud.yml new file mode 100644 index 0000000000..b79237c19d --- /dev/null +++ b/rfcs/text/0033/cloud.yml @@ -0,0 +1,34 @@ +--- +fields: + - name: network.edge_location + level: extended + type: keyword + short: Edge location identifier + description: > + The Cloud/CDN provider's edge location identifier, usually the IATA Airport code + example: LAX1 + + - name: cloud.image.id + level: extended + type: keyword + short: The ID of the cloud virtual machine image. + description: > + The ID of the cloud virtual machine image. AWS uses AMI. + example: ami-99999999 + + - name: cloud.image.name + level: extended + type: keyword + short: The friendly/display name of the cloud virtual machine image. + description: > + The friendly/display name of the cloud virtual machine image. + example: Amazon Linux AMI 2018.03 + + - name: cloud.instance.state + level: extended + type: keyword + short: The state of the virtual machine. + description: > + The current state of the virtual machine; pending, running, stopped, shutting-down, terminated... + example: running +