-
Notifications
You must be signed in to change notification settings - Fork 4.9k
/
fields.yml
56 lines (46 loc) · 1.23 KB
/
fields.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
- key: cloud
title: Cloud provider metadata
description: >
Metadata from cloud providers added by the add_cloud_metadata processor.
fields:
- name: cloud.image.id
default_field: true
example: ami-abcd1234
description: >
Image ID for the cloud instance.
# Alias for old fields
- name: meta.cloud.provider
default_field: true
type: alias
path: cloud.provider
migration: true
- name: meta.cloud.instance_id
default_field: true
type: alias
path: cloud.instance.id
migration: true
- name: meta.cloud.instance_name
default_field: true
type: alias
path: cloud.instance.name
migration: true
- name: meta.cloud.machine_type
default_field: true
type: alias
path: cloud.machine.type
migration: true
- name: meta.cloud.availability_zone
default_field: true
type: alias
path: cloud.availability_zone
migration: true
- name: meta.cloud.project_id
default_field: true
type: alias
path: cloud.project.id
migration: true
- name: meta.cloud.region
default_field: true
type: alias
path: cloud.region
migration: true