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

Commit

Permalink
[metricbeat] remove es metricset search query for oss example (elasti…
Browse files Browse the repository at this point in the history
…c#1469)

This commit removes the goss test in charge of querying Elasticsearch
search API for container metricset in Metricbeat oss example.

This is because the default Elasticsearch used in this test is also used
by the default Metricbeat and so the search API usually return indices
for default Metricbeat for this query in the test environment.
  • Loading branch information
jmlrt committed Dec 13, 2021
1 parent d14d127 commit 05fc26c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions metricbeat/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ http:
timeout: 2000
body:
- "metricbeat-oss-7.16.0"
http://elasticsearch-master:9200/_search?q=metricset.name:container:
status: 200
timeout: 2000
body:
- "metricbeat-oss-7.16.0"

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

0 comments on commit 05fc26c

Please sign in to comment.