Currently, content packages are allowed to define different fields to allow for discovery.
The goal of this issue is to add another parameter to allow discovering packages based on the datasets.
Example of how this new parameter could be defined in the manifest:
discovery:
fields:
- name: host.ip
datasets:
- name: nginx.access
- name: nginx.error
Requirements
Currently, content packages are allowed to define different fields to allow for discovery.
The goal of this issue is to add another parameter to allow discovering packages based on the datasets.
Example of how this new parameter could be defined in the manifest:
Requirements
discovery.datasetsas an array.fieldsanddatasetsfor discovery independently