I am trying to create a visualize in Kibana dashboard. Terms table that has a "-" in the field splits the item up I have a "user" field in Kibana which is like
p-john,
p-henry
Whenever I query the user it splits the name and shows me the result like "p" as a separate user and john as a separate user. How can I solve this problem?