I have one input and i want to output it in 2 differents elasticsearch indexes
The fields in the 2 indexes must be different :
input
field1 field2 field3 field3
output
index1 : field1, field2
index2 : field1, field3, field4
how can I do that
I have one input and i want to output it in 2 differents elasticsearch indexes
The fields in the 2 indexes must be different :
input
field1 field2 field3 field3
output
index1 : field1, field2
index2 : field1, field3, field4
how can I do that
© 2020. All Rights Reserved - Elasticsearch
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.