elasticsearch - How to get the match scores for documents queried in Kibana -


i have setup index in elastic search , have connected kibana it. in discover tab when write query resulting documents know sorted match score elasticsearch. how can access value in visualizations? _score field not show in table format show on clicking json link.

my vision present user table based on query criteria , option sort via _score criteria.does make sense?

eg. query

first_name : betty , last_name: campbell 

i enter image description here

and score column not visible.

any appreciated. thank you.

update: managed score field : in setting tab in kibana go metafields section , add _score it. go , query data see _score column waiting there you. not propagating visuals. , not showing consistent behavior, after random amount of time disappears discover tab still present in meta.

if using discover tab, can see no of matches queries hits. hits shows no of matching results query. shown in right side below toolbar & above histogram.


Comments