How to display index name in results using distributed tables? #1796
Unanswered
terion-name
asked this question in
Q&A
Replies: 1 comment
-
Hi @terion-name There's no functionality which can do it out of the box, but you can populate each table with its id/name in each row. If you make this special column Columnar:
Stored-only:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Example usage:
Results are returned without the name of index, where tha result is actually coming from.
This is very inconvenient in general and even more when _source is empty and you are trying to find out from where this empty data came from
Is there a way to display underlying index in search results? Did not find anywhere =(
Beta Was this translation helpful? Give feedback.
All reactions