-
Notifications
You must be signed in to change notification settings - Fork 25.6k
ES-10063 Add multi-project support for more stats APIs #127650
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
Changes from 34 commits
5d90b35
2ceb353
7cc0618
e7ba94e
793c415
46d4aa4
73143f4
39eced1
635fd65
600bb6c
1df27b1
084d605
6e1f8a7
ba44688
23aa344
8ef9be4
d9a9a7f
7f60ef3
3bfafbf
1810bc4
c29f27d
1fcad79
466b2a0
ad08d50
e0fab44
43cde05
7ad66ab
7d16998
9d09783
8770871
3b3b02c
dab57e6
918c1f3
a95a3d2
d353627
5c50366
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -503,9 +503,9 @@ | |
| - gte: { nodes.$node_id.indices.mappings.total_count: 28 } | ||
| - is_true: nodes.$node_id.indices.mappings.total_estimated_overhead | ||
| - gte: { nodes.$node_id.indices.mappings.total_estimated_overhead_in_bytes: 26624 } | ||
| - match: { nodes.$node_id.indices.indices.index1.mappings.total_count: 28 } | ||
| - is_true: nodes.$node_id.indices.indices.index1.mappings.total_estimated_overhead | ||
| - match: { nodes.$node_id.indices.indices.index1.mappings.total_estimated_overhead_in_bytes: 28672 } | ||
| - match: { "nodes.$node_id.indices.indices.${_project_id_prefix_}index1.mappings.total_count": 28 } | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey @PeteGillinElastic,
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - is_true: "nodes.$node_id.indices.indices.${_project_id_prefix_}index1.mappings.total_estimated_overhead" | ||
| - match: { "nodes.$node_id.indices.indices.${_project_id_prefix_}index1.mappings.total_estimated_overhead_in_bytes": 28672 } | ||
|
|
||
| --- | ||
| "Lucene segment level fields stats": | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.