-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Eleasticsearch] Remove hidden
field from indice metricset docs
#39165
[Eleasticsearch] Remove hidden
field from indice metricset docs
#39165
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
158da0a
to
ea358f7
Compare
ea358f7
to
1beefae
Compare
10c61eb
to
de3555a
Compare
de3555a
to
472e183
Compare
e7d0a26
to
e29c8a9
Compare
e29c8a9
to
ab566c6
Compare
@@ -368,61 +367,6 @@ func GetXPack(http *helper.HTTP, resetURI string) (XPack, error) { | |||
return xpack, err | |||
} | |||
|
|||
type boolStr bool | |||
|
|||
func (b *boolStr) UnmarshalJSON(raw []byte) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was this only used by hidden
flag ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. I couldn't find other usages of that function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Proposed commit message
This PR removes the
hidden
flag introduced by #18639. The SM UI doesn't use this flag, and retrieving which indices arehidden
is an expensive operation that can sometimes cause problems such as timeouts depending on how large a cluster is.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
hidden
field in theindex
objectRelated issues
closes #39161