You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/influxdb/docs/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,11 @@ Status metrics include details of memory usage, OS thread usage, query statistic
25
25
|---|---|---|---|---|
26
26
|@timestamp| Event timestamp. | date |||
27
27
| agent.id | Unique identifier of this agent (if one exists). Example: For Beats this would be beat.id. | keyword |||
28
+
| cloud.account.id | The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier. | keyword |||
29
+
| cloud.availability_zone | Availability zone in which this host, resource, or service is located. | keyword |||
28
30
| cloud.instance.id | Instance ID of the host machine. | keyword |||
29
-
| cloud.project.id | The cloud project identifier. Examples: Google Cloud Project id, Azure Project id. | keyword |||
30
31
| cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | keyword |||
32
+
| cloud.region | Region in which this host, resource, or service is located. | keyword |||
| data_stream.dataset | Data stream dataset. | constant_keyword |||
33
35
| data_stream.namespace | Data stream namespace. | constant_keyword |||
@@ -206,9 +208,11 @@ Advanced status metric include details of query execution statistics, compaction
206
208
|---|---|---|
207
209
|@timestamp| Event timestamp. | date |
208
210
| agent.id | Unique identifier of this agent (if one exists). Example: For Beats this would be beat.id. | keyword |
211
+
| cloud.account.id | The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier. | keyword |
212
+
| cloud.availability_zone | Availability zone in which this host, resource, or service is located. | keyword |
209
213
| cloud.instance.id | Instance ID of the host machine. | keyword |
210
-
| cloud.project.id | The cloud project identifier. Examples: Google Cloud Project id, Azure Project id. | keyword |
211
214
| cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | keyword |
215
+
| cloud.region | Region in which this host, resource, or service is located. | keyword |
212
216
| container.id | Unique container id. | keyword |
213
217
| data_stream.dataset | Data stream dataset. | constant_keyword |
214
218
| data_stream.namespace | Data stream namespace. | constant_keyword |
0 commit comments