-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
How to modify the faceting? #879
Comments
You need to add mappings for it, for more info check the below link. If you are using logstash check the default mapping template. Some content for that file is below "dynamic_templates" : [ { |
On Kibana, I want certain phrases to show up and not the words separately. For eg: "Range rover". This would show the counts for the words 'range' and 'rover' separately.
Is there a way to show this as one term?
The text was updated successfully, but these errors were encountered: