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: schemas/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Optional field set attributes:
33
33
- reusable (optional): Used to identify which field sets are expected to be reused in multiple places.
34
34
See "Field set reuse" for details.
35
35
- beta: Adds a beta marker for the entire fieldset. The text provided in this attribute is used as content of the beta marker in the documentation.
36
+
Beta should not have newlines.
36
37
37
38
### Field set reuse
38
39
@@ -106,15 +107,15 @@ The above defines all process fields in both places:
106
107
```
107
108
108
109
The `beta` marker can optionally be used along with `at` and `as` to include a beta marker in the field reuses section, marking specific reuse locations as beta.
110
+
Beta should not have newlines.
109
111
110
112
```
111
113
reusable:
112
114
top_level: true
113
115
expected:
114
116
- at: user
115
117
as: target
116
-
beta: >
117
-
Reusing these fields in this location is currently considered beta.
118
+
beta: Reusing these fields in this location is currently considered beta.
118
119
```
119
120
120
121
### List of fields
@@ -146,7 +147,7 @@ Supported keys to describe fields
146
147
- format: Field format that can be used in a Kibana index template.
147
148
- normalize: Normalization steps that should be applied at ingestion time. Supported values:
148
149
- array: the content of the field should be an array (even when there's only one value).
149
-
- beta (optional): Adds a beta marker for the field to the description. The text provided in this attribute is used as content of the beta marker in the documentation. Note that when a whole field set is marked as beta, it is not necessary nor recommended to mark all fields in the field set as beta.
150
+
- beta (optional): Adds a beta marker for the field to the description. The text provided in this attribute is used as content of the beta marker in the documentation. Note that when a whole field set is marked as beta, it is not necessary nor recommended to mark all fields in the field set as beta. Beta should not have newlines.
150
151
151
152
Supported keys to describe expected values for a field
0 commit comments