You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to migrate my data from cassandra to elastic. I have two fields in my cassandra table i:e
technify_id which is string and products which is frozen which I created like this
Note that I am receiving string format in 'products' field but I was expecting it in json or struct form.
However, then I made an elastic source connector because I want to maintain data in elastic as well, I made that connector by following @simplesteph's tutorial and he suggested me to open an issue here
Following are the configuration of elastic search sink connector:
I am trying to migrate my data from cassandra to elastic. I have two fields in my cassandra table i:e
technify_id which is string and products which is frozen which I created like this
The definition of frozen product is below:
I made a cassandra source connector with following configurations in distributed mode which is working fine:
And this is the data what I am getting in my topic,
Note that I am receiving string format in 'products' field but I was expecting it in json or struct form.
However, then I made an elastic source connector because I want to maintain data in elastic as well, I made that connector by following @simplesteph's tutorial and he suggested me to open an issue here
Following are the configuration of elastic search sink connector:
and this is what I am getting in elasticsearch
What i expected is that the products field will be in json in elasticsearch.
Please guide me what I have to do to get data in json in elastic.
The text was updated successfully, but these errors were encountered: