Hi,
I am using Metricbeat HTTP module to check the availability of Urls. HTTP module working fine when I tested it with localhost:9200 url.
But when I am using any custom URL it is giving me error.
"invalid character '<' looking for beginning of value"
Below Configuration I am using :
- module: http
metricsets:- json
period: 10s
hosts: ["http://www.google.com"]
namespace: "json_namespace"
path: "/"
#body: ""
method: "GET"
#username: "elastic"
#password: "*****"
#request.enabled: true
response.enabled: true
#json.is_array: true
#dedot.enabled: true
- json