We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the filter bar, when creating a "one of" filter, users might want to use the same string with different capitalization (open and OPEN for example).
open
OPEN
At the moment, they can't do so, as the labels have to be unique and they are not case sensitive.
It would be great if there was an option to use case sensitive labels.
Related bug in kibana: elastic/kibana#49450
The text was updated successfully, but these errors were encountered:
Duplicate of #1997 which has a bit more context.
Sorry, something went wrong.
chandlerprall
No branches or pull requests
In the filter bar, when creating a "one of" filter, users might want to use the same string with different capitalization (
open
andOPEN
for example).At the moment, they can't do so, as the labels have to be unique and they are not case sensitive.
It would be great if there was an option to use case sensitive labels.
Related bug in kibana: elastic/kibana#49450
The text was updated successfully, but these errors were encountered: