Data import to Elastic search

Hello Guys,

I have to import Oracle table to Elastic search using Logstash.
So mission is my query has string value that separated comma / like a '[1,2,3]'/. How insert this string to field with array type of elastic search.

How should i do ?

Thank you for your consideration.

The mutate filter's split option can turn a string with comma-separated values into an array.

1 Like

Thank you Magnus, it helped to me.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.