Skip to content

Commit

Permalink
fix _meta
Browse files Browse the repository at this point in the history
  • Loading branch information
martinscholz83 committed Mar 16, 2017
1 parent a02bdc9 commit 331a56f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions metricbeat/module/windows/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- key: windows
title: "windows"
title: "Windows"
description: >
windows Module
Module for Windows
fields:
- name: windows
type: group
Expand Down
8 changes: 4 additions & 4 deletions metricbeat/module/windows/perfmon/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
- key: windows
title: "Windows"
description: >
Metrics collected from Windows
- name: perfmon
type: group
fields:
- name: counters
type: group
Expand All @@ -12,13 +10,15 @@
type: string
description: >
Name of the group. For example `processor` or `disk`
- name: collectors
type: group
fields:
- name: alias
type: string
description: >
Short form for the query
- name: query
type: string
description: >
Expand Down

0 comments on commit 331a56f

Please sign in to comment.