-
Notifications
You must be signed in to change notification settings - Fork 31
/
ovirt.yml
46 lines (38 loc) · 882 Bytes
/
ovirt.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
namespace:
name: ovirt
type: group
description: >
Namespace for ovirt metadata.
fields:
- name: entity
type: keyword
description: >
The type of the data source, hosts, vms, engine etc.
- name: host_id
type: keyword
description: >
The oVirt host UUID.
- name: engine_fqdn
type: keyword
description: >
FQDN of the oVirt engine.
- name: cluster_name
type: keyword
description: >
Cluster name of the oVirt host.
- name: class
type: keyword
description: >
Class name of the oVirt host.
- name: module_lineno
type: keyword
description: >
Module and line number of the oVirt host.
- name: thread
type: keyword
description: >
Thread name of the oVirt host.
- name: correlationid
type: keyword
description: >
Correlation ID of the oVirt host.