Bug 1317556

Summary: [RFE] Don't show certain events in the list
Product: [oVirt] ovirt-engine Reporter: nicolas
Component: Frontend.WebAdminAssignee: bugs <bugs>
Status: CLOSED DEFERRED QA Contact: Pavel Stehlik <pstehlik>
Severity: low Docs Contact:
Priority: medium    
Version: 3.6.3.3CC: bugs, mgoldboi, mperina, oourfali
Target Milestone: ---Keywords: FutureFeature
Target Release: ---Flags: oourfali: ovirt-future?
rule-engine: planning_ack?
rule-engine: devel_ack?
rule-engine: testing_ack?
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-07 18:50:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description nicolas 2016-03-14 14:36:12 UTC
It would be very useful to us if we could ignore certain events so they don't show up in the list. In our case, we have a script that each 5 minutes connects to oVirt via Python-SDK, extract some relevant data for our management, send them to an external graph service and then closes connection. This results in a storm of the following events in the list:

  User user@domain logged in.
  User user@domain logged out.

Actually I don't know if this feature could be useful for some other needs, as vast majority of events in oVirt are relevant - but maybe implementing this could result being useful for more users?

The feature could have several ways to work (just a few ideas):
1. Ignore an entire event type
2. Ignore a concrete message (maybe based on patterns...)

Comment 1 nicolas 2017-04-07 11:35:18 UTC
I actually opened this BZ because we use lots of Python-SDK scripts that interoperate with oVirt to do some tasks, and each time a script was run, a login/logout event was generated, which made lots of noise.

I'm not sure what behavior changed (either oVirt 4.1 or Python-SDK4), but these events are not generated anymore when these scripts are run, so I don't feel this feature request is useful for me anymore.

So it's up to you to decide if you consider this useful for the future of oVirt, if not, you can close it AFAIC.

Comment 2 Yaniv Kaul 2017-06-07 18:50:39 UTC
Closing for the time being.