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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +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
+
Beta notices should not have newlines.
37
37
38
38
### Field set reuse
39
39
@@ -107,7 +107,7 @@ The above defines all process fields in both places:
107
107
```
108
108
109
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.
110
+
Beta notices should not have newlines.
111
111
112
112
```
113
113
reusable:
@@ -147,7 +147,7 @@ Supported keys to describe fields
147
147
- format: Field format that can be used in a Kibana index template.
148
148
- normalize: Normalization steps that should be applied at ingestion time. Supported values:
149
149
- array: the content of the field should be an array (even when there's only one value).
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
+
- 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 notices should not have newlines.
151
151
152
152
Supported keys to describe expected values for a field
0 commit comments