We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23ca3a commit 0f4df4eCopy full SHA for 0f4df4e
fleetpkg.go
@@ -187,6 +187,10 @@ type Discovery struct {
187
Fields []struct {
188
Name string `json:"name,omitempty" yaml:"name,omitempty"` // Name of the field.
189
} `json:"fields,omitempty" yaml:"fields,omitempty"`
190
+ // List of the datasets this package can be used with.
191
+ Datasets []struct {
192
+ Name string `json:"name,omitempty" yaml:"name,omitempty"` // Name of the dataset.
193
+ } `json:"datasets,omitempty" yaml:"datasets,omitempty"`
194
}
195
196
type ElasticsearchRequirements struct {
0 commit comments