youtubebeat/vendor/github.com/elastic/beats/metricbeat/modules.d/http.yml.disabled

31 lines
653 B
Text
Raw Normal View History

2018-11-18 11:08:38 +01:00
# Module: http
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/6.5/metricbeat-module-http.html
- module: http
#metricsets:
# - json
period: 10s
hosts: ["localhost:80"]
namespace: "json_namespace"
path: "/"
#body: ""
#method: "GET"
#username: "user"
#password: "secret"
#request.enabled: false
#response.enabled: false
#json.is_array: false
#dedot.enabled: false
- module: http
#metricsets:
# - server
host: "localhost"
port: "8080"
enabled: false
#paths:
# - path: "/foo"
# namespace: "foo"
# fields: # added to the the response in root. overwrites existing fields
# key: "value"