forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MiqEvent.yaml
66 lines (52 loc) · 1.15 KB
/
MiqEvent.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#
# This is an MIQ Report configuration file
# Single value parameters are specified as:
# single_value_parm: value
# Multiple value parameters are specified as:
# multi_value_parm:
# - value 1
# - value 2
#
# Report title
title: Events
# Menu name
name: Event
# Main DB table report is based on
db: MiqEvent
# Columns to fetch from the main table
cols:
- name
- description
- created_on
- updated_on
# Included tables (joined, has_one, has_many) and columns
include:
# Order of columns (from all tables)
col_order:
- description
# Column titles, in order
headers:
- Description
# Condition(s) string for the SQL query
conditions:
# Order string for the SQL query
order: Ascending
# Columns to sort the report on, in order
sortby:
- description
# Group rows (y=yes,n=no,c=count)
group: n
# Graph type
# Bar
# Column
# ColumnThreed
# ParallelThreedColumn
# Pie
# PieThreed
# StackedBar
# StackedColumn
# StackedThreedColumn
graph:
# Dimensions of graph (1 or 2)
# Note: specifying 2 for a single dimension graph may not return expected results
dims: