I think what you are looking for is the elasticsearch input plugin. This will allow you to query an index and retrieve the data you are looking for then you can do your filtering or data enchriment and finally output it back to elasticsearch (using the same ID).
i'm keeping data with jdcb from an oracle database wich an id-machine and i have other index with all the names of the machines (Catalog) , i want to keep the field machine_name from the preindexed index and use it as a normal field in mi canvas,dashboard etc .
i see a elasticsearch filter plugin but i dont understand well how to add the field with all its values.
In your JDBC input are you getting a field that has an id that would match the id in the elasticsearch index? If so that's the reason for the query. To find that single record you want and then assign the fields.
okey i was creating a common field and i have "country_name" and cod_country with same values in both of them.
Now i want to keep the field machine_name and mix it with my backups statistic from the other.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.