I have an index and a report with numerous documents created from discover using that index. But the data from one field is coming as a seperate document whereas all others are in a single row. Its because there is no association between this field in the index and other fields in the same index. Is it possible to join this field with any other in the index so that the data comes in a single document and row when these fields are used together.
Yeah. That's called lookups.
See Retrieve a runtime field | Elasticsearch Guide [8.13] | Elastic
Hi,
Thanks for your reply.
The version used is 7.17. Does it support this version? Is it possible to provide details of this.
Easy to know... From the documentation I linked, just choose the 7.17 version:
This basically opens Retrieve a runtime field | Elasticsearch Guide [7.17] | Elastic