The Event Store component includes XML files that store raw and normalized events that are collected from connectors. Federated access to the events stored in the Event Store XML files is available through the Operations Console. You can run searches to access the appropriate information.
The Event Store is installed with IFW, and Event Store XML files are stored on the same server where the corresponding connector is available. Therefore, if you have different connectors installed on different servers, each connector server includes a separate EventStore folder to store events from the connectors on that server. You can find the XML files under the SOI_HOME\resources\Core\EventStore folder (EI_Home\Core\EventStore in the case of the Event connector).
The EventStore folder also includes two folders: temp and archive. The temp folder contains temporary event files that cache incoming events, and the archive folder contains the archived Event Store XML files.
The following example shows how the information is organized in an Event Store XML file for the normalized and raw version of an event:
<events>
<event container='siloName=CA:09998_ABC77.ca.com@ABC77.ca.com;requestID=cdcc108f-4f29-4070-8704-34d214752646;publishAction=IMPORT;entitytype=Item'>
<raw> <connectorID>f8124018-c599-4bbe-bac0-459c9a9b0c7c</connectorID> <PrimaryIPV4Address>172.31.255.255</PrimaryIPV4Address> <SAMID>ALL</SAMID> <siloName>CA:09998_ABC77.ca.com@ABC77.ca.com</siloName> <publisher>JMS</publisher> <publishAction>IMPORT</publishAction> <MdrElementID>mirror_Server_005</MdrElementID> <ClassName>ComputerSystem</ClassName> <entitytype>Item</entitytype> <siloHost>ABC77.ca.com</siloHost> <dns_resolution>1</dns_resolution> <MdrProduct>CA:09998</MdrProduct> <Description>mirror_Service:mirror_DBCluster02.xyz.com</Description> <LastModActivity>Create</LastModActivity> <LabelSection_ComputerSystem_1>mirror_DBCLUSTER02</LabelSection_ComputerSystem_1> <MdrProdInstance>ABC77.ca.com</MdrProdInstance> <temp_atleastoneset>172.31.255.255</temp_atleastoneset> <ComputerName>mirror_DBCluster02.xyz.com</ComputerName> <ConnectorConfigMdrProduct>CA:09998</ConnectorConfigMdrProduct> <requestID>cdcc108f-4f29-4070-8704-34d214752646</requestID> <siloID>f6c3a593-26dd-4862-b7ed-bce932e57e7c</siloID> <Label>mirror_DBCLUSTER02</Label> <connectorName>ABC77.ca.com</connectorName> <PrimaryDnsName>mirror_DBCluster02.xyz.com</PrimaryDnsName> <SysName>mirror_DBCLUSTER02</SysName> <eventtype>USM-Entity</eventtype> <ConnectorConfigMdrProdInstance>ABC77.ca.com</ConnectorConfigMdrProdInstance> </raw> <normal> <LastModActivity>Create</LastModActivity> <MdrProduct>CA:09998</MdrProduct> <MdrProdInstance>ABC77.ca.com</MdrProdInstance> <MdrElementID>mirror_Server_005</MdrElementID> <ClassName>ComputerSystem</ClassName> </normal>
</event> .... ....
</events>
|
Copyright © 2013 CA.
All rights reserved.
|
|