I already have some data that is the following format:
example_field : test_1,test_2
I'd like to flip it to say
example_field: test_2,test_1
is painless the way to do this? Or should I leverage something else within an ingest pipeline?
I already have some data that is the following format:
example_field : test_1,test_2
I'd like to flip it to say
example_field: test_2,test_1
is painless the way to do this? Or should I leverage something else within an ingest pipeline?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.