Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding shard count to node stats api #75395

Closed
Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6ffe99c
Adding shard count to node stats api
masseyke Jul 14, 2021
ffa52b9
Adding tests, test fixes, and documentation
masseyke Jul 15, 2021
462c3d6
Update ILM message for out of order phases error (#75099)
Esduard Jul 13, 2021
0a7372c
[DOCS] Anomaly detection: Visualize delayed data (#75098)
lcawl Jul 14, 2021
fed7cbe
Refactor SimpleFeatureFactory so it has no external dependencies (#75…
iverase Jul 14, 2021
1f26077
Use contains relation for geo_point intersection over geo_point field…
iverase Jul 14, 2021
f5745ab
[Rest Api Compatibility] Enable tests after types and cat api fixed (…
pgomulka Jul 14, 2021
6a4754f
[TEST] Add logging when LDAP server starts/stops (#75322)
tvernum Jul 14, 2021
d184843
Mute FeatureFactoryTests testPoint methods (#75326)
iverase Jul 14, 2021
924d84b
Add logging of shard failures (#75275)
przemekwitek Jul 14, 2021
1db1340
[Transform] improve performance by using point in time API for search…
Jul 14, 2021
f7cedcb
Track Lucene field usage (#74227)
ywelsch Jul 14, 2021
a9544ae
Adapt BWC after backport (#74227)
ywelsch Jul 14, 2021
f9db73e
Geometry formatters should be applied to the full array (#75177)
iverase Jul 14, 2021
0c2f728
Reenable test after backport of #75099 to 7.x (#75344)
danhermann Jul 14, 2021
10ed0cb
Loosen checks in REST test for PIT slicing (#75261)
jtibshirani Jul 14, 2021
44eccac
Implement system index access level that includes everything except n…
gwbrown Jul 14, 2021
60c3bd4
Make GeoIpDownloaderIT.testInvalidTimestamp more robust (#75330)
probakowski Jul 14, 2021
e7feb47
Mute SimpleFeatureFactoryTests test points (#75359)
iverase Jul 15, 2021
2275cd8
Move some constants from SearchableSnapshotsConstants to server (#75308)
tlrx Jul 15, 2021
a9f50d1
[Rest Api Compatibility] Allow transforming warnings per test (#75187)
pgomulka Jul 15, 2021
e2c9cc4
Update "ssl-config" to support X-Pack features (#74887)
tvernum Jul 15, 2021
e585eb5
Introduce searchable snapshots index setting for cascade deletion of …
tlrx Jul 15, 2021
c67fce7
[ML] Rename JobNodeLoadDetectorTests to match tested class (#75370)
dimitris-athanasiou Jul 15, 2021
c7f6ce8
Resolve date math expressions before looking up index metadata (#75314)
danhermann Jul 15, 2021
2d97c7a
Add a tool for creating enrollment tokens (#74890)
jkakavas Jul 15, 2021
84b6b40
[DOCS] Clarify usage of the enroll Kibana API (#75348)
Jul 15, 2021
19ed187
Remove SET aliases from disk usage and field usage YML tests (#75381)
stevejgordon Jul 15, 2021
5db102d
Add null check for shard stats to data tier telemetry (#75185)
dakrone Jul 15, 2021
0337dec
[DOCS] Fix broken doc url values in JSON API spec (#75385)
jrodewig Jul 15, 2021
6d18e14
[DOCS] Update doc URLs for trained model deployment APIs (#75388)
lcawl Jul 15, 2021
1c9765a
Increase client timeout on CCS tests (#75346)
bpintea Jul 15, 2021
952ea84
Increment Iron Bank base image to 8.4
pugnascotia Jul 15, 2021
41b3e18
Incorporating code review feedback
masseyke Jul 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adapt BWC after backport (#74227)
Adapts BWC conditions after backporting #74227 to 7.x branch (targeting 7.15).
ywelsch authored and masseyke committed Jul 16, 2021

Verified

This commit was signed with the committer’s verified signature.
masseyke Keith Massey
commit a9544aeec34ff19588d9b7a2e65749ae7ef08813
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
setup:
- skip:
version: " - 7.99.99"
reason: field usage stats API is introduced in 8.0
version: " - 7.14.99"
reason: field usage stats API is introduced in 7.15

---
"Field usage stats":