Send influx data to elasticsearch

Hi
need to send influx data to elasticsearch.

FYI: influx data mean data that store on influxdb on specific measurement, and continuously new data write on that measurement.

it seems influx input plugin only send internal metric for its own influx internal monitoring not for specific measure that I create.

AFAIK: there is output plugin for elasticsearch but is there any plugin for input that read specific measure data and send to elasticsearch?

Any idea?
Thanks

There is a way by using InfluxDB EDR to send data from buckets to telegraf with influxdb_v2_listener.

Thanks for answer, do you have an sample config?

I found this one