My transform JSON is illustrated below. A screen shot of the Transform Preview is also attached.
TRANSFORM INDEX
On the Kibana Discovery Console (index = interactions_new_conversations_transform_idx) I can search for the following and get results data.chat : 1699894732081160
ORIGINAL INDEX
However if I search the above ID in the original index (index = interactions), I don't see any results ! I also queried ElasticSearch but found no results !
Thanks @Hendrik_Muhs
I performed two tests after I wrote this message. Would request your feedback ! Thanks
TEST 1
Change the "data.chat" field data type to "keyword" instead of "long".
This solved the issue but now I lose the "long" property of the "data.chat"
TEST 2
I modified the mapping to look like this
I am trying something else too...I am modding the mapping like this
This way now I have the data type as integer and I also can use the data.chat.kwrd as an aggregation field
Terms does not require a keyword field, but works for long fields. For every group_by transform takes the mapping of the source index as mapping for the destination index.
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.