I have two indices that have a field with the same name. I want to join both into one data table. I know I can change the display name in a table but I wont know which index each one is coming from to name appropriately. cahnging the name in logstash is not an option. Is there a way to do something like get field from index as newName?
What about re-index? Is that an option?
Unfortunately it is not.
Hi John
Would the use of Elastic search alias field type help in this case?
Best,
Matthias