Commit c6f8af7
committed
Merge remote-tracking branch 'elastic/master' into simplify-retention-lease-expiration
* elastic/master: (24 commits)
Add support for API keys to access Elasticsearch (elastic#38291)
Add typless client side GetIndexRequest calls and response class (elastic#37778)
Limit token expiry to 1 hour maximum (elastic#38244)
add docs saying mixed-cluster ILM is not supported (elastic#37954)
Skip unsupported languages for tests (elastic#38328)
Deprecate `_type` in simulate pipeline requests (elastic#37949)
Mute testCannotShrinkLeaderIndex (elastic#38374)
Tighten mapping syncing in ccr remote restore (elastic#38071)
Add test for `PutFollowAction` on a closed index (elastic#38236)
Fix SSLContext pinning to TLSV1.2 in reload tests (elastic#38341)
Mute RareClusterStateIT.testDelayedMappingPropagationOnReplica (elastic#38357)
Deprecate types in rollover index API (elastic#38039)
Types removal - fix FullClusterRestartIT warning expectations (elastic#38310)
Fix ILM explain response to allow unknown fields (elastic#38054)
Mute testFollowIndexAndCloseNode (elastic#38360)
Docs: Drop inline callout from scroll example (elastic#38340)
Deprecate HLRC security methods (elastic#37883)
Remove types from Monitoring plugin "backend" code (elastic#37745)
Add Composite to AggregationBuilders (elastic#38207)
Clarify slow cluster-state log messages (elastic#38302)
...File tree
235 files changed
+13406
-1506
lines changed- client/rest-high-level
- src
- main/java/org/elasticsearch/client
- indexlifecycle
- indices
- rollover
- security
- support
- test/java/org/elasticsearch/client
- documentation
- indexlifecycle
- indices
- rollover
- security
- dev-tools
- docs
- java-rest/high-level
- indices
- security
- reference
- ilm
- ingest
- apis
- processors
- search/request
- qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades
- rest-api-spec/src/main/resources/rest-api-spec
- api
- test
- indices.rollover
- server/src
- main/java/org/elasticsearch
- action
- admin/indices
- get
- rollover
- ingest
- cluster/service
- common
- io/stream
- util/set
- rest/action/admin/indices
- search/aggregations
- test/java/org/elasticsearch
- action
- admin/indices
- get
- rollover
- ingest
- cluster
- coordination
- service
- common
- io/stream
- util/set
- test/framework/src
- main/java/org/elasticsearch
- index
- test/rest
- yaml
- section
- test/java/org/elasticsearch/test/rest/yaml/section
- x-pack
- docs
- en/rest-api
- security
- plugin
- ccr/src
- main/java/org/elasticsearch/xpack/ccr
- action
- repositories
- repository
- test/java/org/elasticsearch/xpack/ccr
- core/src
- main
- java/org/elasticsearch/xpack/core
- deprecation
- security
- action
- role
- user
- authc
- authz
- accesscontrol
- permission
- support
- client
- support
- resources
- test/java/org/elasticsearch/xpack/core
- deprecation
- security
- action
- user
- authc
- authz
- accesscontrol
- permission
- support
- ssl
- deprecation/src/main/java/org/elasticsearch/xpack/deprecation
- ilm/qa/multi-cluster/src/test/java/org/elasticsearch/xpack/indexlifecycle
- ml/src/main/java/org/elasticsearch/xpack/ml/action
- monitoring/src
- main
- java/org/elasticsearch/xpack/monitoring/exporter
- http
- local
- resources/monitoring/watches
- test/java/org/elasticsearch/xpack/monitoring
- action
- exporter/local
- integration
- security/src
- main/java/org/elasticsearch/xpack/security
- action
- interceptor
- user
- authc
- authz
- store
- rest/action
- test/java/org/elasticsearch/xpack/security
- action
- filter
- interceptor
- user
- authc
- authz
- accesscontrol
- store
- rest/action
- transport
- src/test/resources/rest-api-spec
- api
- test/api_key
- qa/evil-tests/src/test/java/org/elasticsearch/xpack/security/authc/kerberos
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
235 files changed
+13406
-1506
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
Lines changed: 143 additions & 23 deletions
Large diffs are not rendered by default.
Lines changed: 76 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | | - | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
| |||
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
| 46 | + | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
| |||
339 | 343 | | |
340 | 344 | | |
341 | 345 | | |
342 | | - | |
| 346 | + | |
343 | 347 | | |
344 | 348 | | |
345 | 349 | | |
| |||
354 | 358 | | |
355 | 359 | | |
356 | 360 | | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
357 | 380 | | |
358 | 381 | | |
359 | 382 | | |
| |||
370 | 393 | | |
371 | 394 | | |
372 | 395 | | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
373 | 418 | | |
374 | 419 | | |
375 | 420 | | |
| |||
386 | 431 | | |
387 | 432 | | |
388 | 433 | | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
389 | 456 | | |
390 | 457 | | |
391 | 458 | | |
| |||
417 | 484 | | |
418 | 485 | | |
419 | 486 | | |
420 | | - | |
| 487 | + | |
421 | 488 | | |
422 | 489 | | |
423 | 490 | | |
424 | | - | |
| 491 | + | |
425 | 492 | | |
426 | 493 | | |
427 | 494 | | |
| |||
484 | 551 | | |
485 | 552 | | |
486 | 553 | | |
487 | | - | |
| 554 | + | |
488 | 555 | | |
489 | 556 | | |
490 | 557 | | |
491 | | - | |
| 558 | + | |
492 | 559 | | |
493 | 560 | | |
494 | 561 | | |
| |||
502 | 569 | | |
503 | 570 | | |
504 | 571 | | |
505 | | - | |
| 572 | + | |
506 | 573 | | |
507 | 574 | | |
508 | 575 | | |
| |||
0 commit comments