HTTP logs for calls coming to elasticsearch

Is there any way to find the calls (http call logs) which are coming to elasticsearch?
We recently migrated our data from one cluster to another. However we still see search rate in our kibana (monitoring graph). We want to find out who is still calling our old cluster.

I'd install packetbeat.

Thanks. Will explore packetbeat.

However does ES provide anything out of the box to check what requests are being received by it?

Not really, you can use the slowlog with a timing of 0, but it's not really designed for this.

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