Questions tagged [elasticsearch-transform]

Elasticsearch Transform helps users transform their data in order to gain more meaningful insights. Please see the aforementioned link to get to know more about it.

3 questions
2
votes
0 answers

How to merge two data sets using common field and using transform s with the help of elastic search query

Using transforms in elasticsearch how to merge two datasets if the have same field for example Table A id name 1 a 2 b Table B id name 1 c 3 d If both the ids are same then merge the datas in new table using transforms
Tony Stark
  • 511
  • 2
  • 15
1
vote
1 answer

Transforming in elasticsearch not update aggregated data

I am working on a scenario to aggregate daily data per user. The data processed realtime and stored in elasticsearch. Now I wanno use elasticsearch feature for aggregating data in real time.Iv'e read about Transfrom in elasticsearch and found this…
ArefehTam
  • 367
  • 1
  • 6
  • 20
0
votes
1 answer

How to have ingest time - processing time as a field in elastic transform

I have a pivot transform in elastic that groups data and then performs some arbitrary aggregations on it. The transform frequency is 10 minutes, which means it runs every 10 minutes. Processing of the data takes longer based on the load on the…