Skip to content

Commit db47b9d

Browse files
mrodmjsoriano
andauthored
Update discovery fields and datasets descriptions
Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
1 parent 7a9b2db commit db47b9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/content/manifest.spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
additionalProperties: false
1515
properties:
1616
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.
1818
type: array
1919
items:
2020
type: object
@@ -26,7 +26,7 @@ spec:
2626
required:
2727
- name
2828
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.
3030
type: array
3131
items:
3232
type: object

0 commit comments

Comments
 (0)