Bug 102389 - new correlation engine interface and extension point
Summary: new correlation engine interface and extension point
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: TPTP (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P1 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: Alex Nan CLA
QA Contact:
URL: http://www.eclipse.org/tptp/groups/Ar...
Whiteboard: closed460
Keywords: plan
Depends on:
Blocks:
 
Reported: 2005-06-30 15:41 EDT by Christine Knight CLA
Modified: 2016-05-05 10:51 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christine Knight CLA 2005-06-30 15:41:00 EDT
1. Provide correlation engine extension interfaces for plugging in any OEM
correlation engine with an example
2. Migrate the existing correlation engines to exploit the new extension interfaces
Comment 1 Marius Slavescu CLA 2005-07-12 14:39:30 EDT
This should also include an API for invoking correlation engines on large
resources (that are stored in a database).
Comment 2 Marius Slavescu CLA 2005-11-09 12:04:47 EST
Note: The rules should be written against the producer CommonBaseEvent and when
we run the rules against consumer CommonBaseEvent we just need to convert the
rules to use the CommonBaseEvent before passing them to the engine.
Comment 3 Valentina Popescu CLA 2005-11-10 11:42:19 EST
Theme:Design for Extensibility: Be a Better Platform
Comment 4 Eric Labadie CLA 2006-01-04 18:04:08 EST
Provide TPTP extension point to enable large log correlation based on SQL queries.

Provide new TPTP correlation engine interfaces which will be the same as the one defined for the new TPTP analysis engine interfaces.  This will ensure any OEM products can plugin their OEM correlation engine:
* @param objects List of objects to associate.
* @param rules List of rules which will be used to associate the list of input objects.
* @param monitor optional parameter used to provide information about the progress of the association process.
* @param the result of the association process.
* @param rebuild indicates if we need to rebuild the symptom rules or not.
*
*/

public void associate(List events, List symptoms, IAssociationMonitor monitor, List Results, Boolean rebuild);

Comment 5 Alex Nan CLA 2006-04-03 12:26:47 EDT
Done.
Comment 6 Paul Slauenwhite CLA 2009-06-30 12:20:21 EDT
As of TPTP 4.6.0, TPTP is in maintenance mode and focusing on improving quality by resolving relevant enhancements/defects and increasing test coverage through test creation, automation, Build Verification Tests (BVTs), and expanded run-time execution. As part of the TPTP Bugzilla housecleaning process (see http://wiki.eclipse.org/Bugzilla_Housecleaning_Processes), this enhancement/defect is verified/closed by the Project Lead since this enhancement/defect has been resolved and unverified for more than 1 year and considered to be fixed. If this enhancement/defect is still unresolved and reproducible in the latest TPTP release (http://www.eclipse.org/tptp/home/downloads/), please re-open.