This repository was archived by the owner on Sep 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Feature : As a Metricbeat developer I want to check that the Apache module works as expected
22
3- Scenario Outline : Check module is sending metrics to Elasticsearch without errors
3+ Scenario Outline : Check Apache-<apache_version> is sending metrics to Elasticsearch without errors
44 Given Apache "<apache_version>" is running for metricbeat
55 And metricbeat is installed and configured for Apache module
66 And metricbeat waits "20" seconds for the service
Original file line number Diff line number Diff line change 11Feature : As a Metricbeat developer I want to check that the MySQL module works as expected
22
3- Scenario Outline : Check module is sending metrics to Elasticsearch without errors
3+ Scenario Outline : Check <variant>-<version> is sending metrics to Elasticsearch without errors
44 Given "<variant>" v<version> , variant of "MySQL" , is running for metricbeat
55 And metricbeat is installed and configured for "<variant>" , variant of the "MySQL" module
66 And metricbeat waits "20" seconds for the service
Original file line number Diff line number Diff line change 11@redis
22Feature : As a Metricbeat developer I want to check that the Redis module works as expected
33
4- Scenario Outline : Check module is sending metrics to Elasticsearch without errors
4+ Scenario Outline : Check Redis-<redis_version> is sending metrics to Elasticsearch without errors
55 Given Redis "<redis_version>" is running for metricbeat
66 And metricbeat is installed and configured for Redis module
77 And metricbeat waits "20" seconds for the service
Original file line number Diff line number Diff line change 11Feature : As a Metricbeat developer I want to check that the vSphere module works as expected
22
3- Scenario Outline : Check module is sending metrics to Elasticsearch without errors
3+ Scenario Outline : Check vSphere-<vsphere_version> is sending metrics to Elasticsearch without errors
44 Given vSphere "<vsphere_version>" is running for metricbeat
55 And metricbeat is installed and configured for vSphere module
66 And metricbeat waits "120" seconds for the service
You can’t perform that action at this time.
0 commit comments