Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[metricbeat] remove es metricset search query for oss example #1469

Merged
merged 1 commit into from
Dec 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions metricbeat/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ http:
password: "{{ .Env.ELASTICSEARCH_PASSWORD }}"
body:
- "metricbeat-oss-8.0.0"
http://elasticsearch-master:9200/_search?q=metricset.name:container:
status: 200
timeout: 2000
username: "{{ .Env.ELASTICSEARCH_USERNAME }}"
password: "{{ .Env.ELASTICSEARCH_PASSWORD }}"
body:
- "metricbeat-oss-8.0.0"

file:
/usr/share/metricbeat/metricbeat.yml:
Expand Down