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: spec/content/manifest.spec.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ spec:
14
14
additionalProperties: false
15
15
properties:
16
16
datasets:
17
-
description: Description of the datasets this package can be used with.
17
+
description: List of the datasets this package can be used with. For a package to be used with an index, the `data_stream.dataset` field of this index should be one of the datasets listed here.
18
18
type: array
19
19
items:
20
20
type: object
@@ -26,7 +26,7 @@ spec:
26
26
required:
27
27
- name
28
28
fields:
29
-
description: Description of the fields this package can be used with.
29
+
description: List of fields this package expects to find in an index. For a package to be used with an index, the index should contain all the fields listed here.
0 commit comments