File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
env :
6
6
PYTHON_VERSION : " {{ matrix.python }}"
7
7
TEST_SUITE : " platinum"
8
- STACK_VERSION : " 8.16 .0-SNAPSHOT"
8
+ STACK_VERSION : " 9.1 .0-SNAPSHOT"
9
9
PYTHON_CONNECTION_CLASS : " {{ matrix.connection }}"
10
10
NOX_SESSION : " {{ matrix.nox_session }}"
11
11
matrix :
Original file line number Diff line number Diff line change @@ -4345,14 +4345,12 @@ class BulkIndexByScrollFailure(AttrDict[Any]):
4345
4345
:arg id: (required)
4346
4346
:arg index: (required)
4347
4347
:arg status: (required)
4348
- :arg type: (required)
4349
4348
"""
4350
4349
4351
4350
cause : "ErrorCause"
4352
4351
id : str
4353
4352
index : str
4354
4353
status : int
4355
- type : str
4356
4354
4357
4355
4358
4356
class CardinalityAggregate (AttrDict [Any ]):
Original file line number Diff line number Diff line change @@ -425,6 +425,9 @@ def is_xpack_template(name):
425
425
return True
426
426
427
427
return name in {
428
+ "agentless" ,
429
+ "agentless@mappings" ,
430
+ "agentless@settings" ,
428
431
"apm-10d@lifecycle" ,
429
432
"apm-180d@lifecycle" ,
430
433
"apm-390d@lifecycle" ,
You can’t perform that action at this time.
0 commit comments