From 3c7a26ad8edf36daf10999072336c426d6f189e0 Mon Sep 17 00:00:00 2001 From: Chris Mark Date: Fri, 30 Aug 2019 15:49:51 +0300 Subject: [PATCH] Fix tiny typo (#13437) --- metricbeat/mb/testing/data/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metricbeat/mb/testing/data/README.md b/metricbeat/mb/testing/data/README.md index 2704ccd6111..19318a6cfa7 100644 --- a/metricbeat/mb/testing/data/README.md +++ b/metricbeat/mb/testing/data/README.md @@ -13,7 +13,7 @@ The idea is simple, head to `beats/metricbeat/mb/testing/data` and run `go test An alternative is to just run from metricbeat `mage mockedTests` to achieve the same result but using environment variables instead of flags, for example: `MODULE=apache GENERATE=true mage mockedTests` ##### Worth to mention -- If the input file in `testdata` folder is prefixed (named) `docs`, whatever its extension is, and the flat `-generate` is passed; the framework will also create a `docs.json` file in `_meta` folder of the metricset as historically has been done in Metricbeat. +- If the input file in `testdata` folder is prefixed (named) `docs`, whatever its extension is, and the flag `-generate` is passed; the framework will also create a `docs.json` file in `_meta` folder of the metricset as historically has been done in Metricbeat. - Config file **must** be called `config.yml` and be located inside `metricbeat/module/{module}/{metricset}/_meta/testdata` ### Available flags / environment variables