-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Wildcard intervals #43691
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
Wildcard intervals #43691
Conversation
Pinging @elastic/es-search |
@elasticmachine run elasticsearch-ci/default-distro |
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.
code LGTM, I left a comment regarding the docs
|
||
[horizontal] | ||
`pattern`:: | ||
Match terms starting matching this 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.
Can you add the operators that are supported (?
and *
?) and maybe a warning regarding leading wildcards ?
@elasticmachine update branch |
This commit adds a wildcard intervals source, similar to the prefix. It also changes the term parameter in prefix to read prefix, to bring it in to line with the pattern parameter in wildcard. Closes #43198
This commit adds a
wildcard
intervals source, similar to theprefix
. Italso changes the
term
parameter inprefix
to readprefix
, to bring itin to line with the
pattern
parameter inwildcard
.Closes #43198