We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e93e9 commit 2afbe46Copy full SHA for 2afbe46
manifests/config.pp
@@ -15,11 +15,7 @@
15
16
# if fields are "under root", then remove prefix
17
if $metricbeat::fields_under_root == true {
18
- if $metricbeat::fields_under_root == true {
19
$fields_tmp = $metricbeat::fields.each | $key, $value | { {$key => $value} }
20
- } else {
21
- $fields_tmp = $metricbeat::fields
22
- }
23
} else {
24
$fields_tmp = $metricbeat::fields
25
}
0 commit comments