Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jillian Tullo committed Jun 7, 2017
1 parent dd4a034 commit 707aad1
Showing 1 changed file with 17 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,23 @@ headers:
conditions: !ruby/object:MiqExpression
exp:
and:
- "STARTS WITH":
field: EmsEvent-event_type
value: VmPowered
- "ENDS WITH":
field: EmsEvent-event_type
value: Event
- "OR":
- "STARTS WITH":
field: EmsEvent-event_type
value: VmPowered
- "STARTS WITH":
field: EmsEvent-event_type
value: virtualMachines_powerOff
- "STARTS WITH":
field: EmsEvent-event_type
value: virtualMachines_start
- "OR":
- "ENDS WITH":
field: EmsEvent-event_type
value: Event
- "ENDS WITH":
field: EmsEvent-event_type
value: Request
- "IS":
field: EmsEvent-timestamp
value: Last Week
Expand Down

0 comments on commit 707aad1

Please sign in to comment.