Response Time in Http module (Metricbeat)

Can response time be extracted from http module configuration of metricbeat which GET requests a particular endpoint.
My config for http module is listed below:
- module: http
metricsets: ["json"]
period: 10s
hosts: ["www.xyz.com:80"]
namespace: "json_namespace"
enabled: true
#reponse.enabled: true
method: "GET"
#body: ""
request.enabled: true
response.enabled: true
processes: ['.*']

Hi @SakshamSaxena97 and welcome :slight_smile:

Currently the metricbeat http module doesn't report the request time. Alternatively you can use heartbeat, that is intended to check the reachability of services, what includes response times.

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