We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a24a6d commit adf9302Copy full SHA for adf9302
internal/testrunner/runners/pipeline/test_config.go
@@ -32,7 +32,7 @@ type testConfig struct {
32
33
// NumericKeywordFields holds a list of fields that have keyword
34
// type but can be ingested as numeric type.
35
- NumericKeywordFields []string `json:"numeric_keyword_fields"`
+ NumericKeywordFields []string `json:"numeric_keyword_fields" yaml:"numeric_keyword_fields"`
36
}
37
38
type multiline struct {
0 commit comments