-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add cat indices API #4465
add cat indices API #4465
Conversation
d475f9e
to
cbd28d9
Compare
format!("Parameter {:?} is not supported.", field), | ||
) | ||
}; | ||
if self.bytes.is_some() { |
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.
nice checks
method: [GET] | ||
engines: | ||
- quickwit | ||
endpoint: "_cat/indices/gharchive?format=json" |
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.
Can we add a test with a glob pattern?
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.
yep, I added a test
Description
Describe the proposed changes made in this PR.
How was this PR tested?
Describe how you tested this PR.