File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ func TestLimitsValidation(t *testing.T) {
77
77
{
78
78
title : "fieldsPerDataStreamLimit exceeded" ,
79
79
fsys : newMockFS ().Good ().WithFiles (
80
- newMockFile ("data_stream/foo/fields/many-fields.yml" ).WithContent (generateFields (1500 )),
80
+ newMockFile ("data_stream/foo/fields/many-fields.yml" ).WithContent (generateFields (2500 )),
81
81
),
82
82
valid : false ,
83
83
},
Original file line number Diff line number Diff line change 2
2
# # This file documents changes in the package specification. It is NOT a package specification file.
3
3
# # Newer entries go at the bottom.
4
4
# #
5
- - version : 1.5.1-next
5
+ - version : 1.6.0
6
6
changes :
7
7
- description : Validate required fields
8
8
type : enhancement
9
9
link : https://github.com/elastic/package-spec/pull/291
10
+ - description : Increase fields limit from 1024 to 2048.
11
+ type : enhancement
12
+ link : https://github.com/elastic/package-spec/pull/294
10
13
- version : 1.5.0
11
14
changes :
12
15
- description : Add kibana/csp-rule-template asset
Original file line number Diff line number Diff line change 11
11
sizeLimit : 150MB
12
12
configurationSizeLimit : 5MB
13
13
relativePathSizeLimit : 3MB
14
- fieldsPerDataStreamLimit : 1024
14
+ fieldsPerDataStreamLimit : 2048
15
15
contents :
16
16
- description : The main package manifest file
17
17
type : file
You can’t perform that action at this time.
0 commit comments