Verify Loading of Event Objects into MATRIXX Event Repository
Verify that event objects are loaded into the Event Repository.
About this task
After you complete the Event Repository setup, and you are running the MATRIXX Engine software, when MEFs are generated, the Event Loader service loads event objects into the Event Repository. You can verify the events are loaded.
Procedure
- Run a workload to generate event objects.
-
Check the MongoDB EventCollection collection to verify that your
event objects were loaded.
You can verify the event objects were loaded by querying the document count in the EventCollection. For example:mongo -u MtxAdmin -p password adminuse MtxEventDatabasedb.EventCollection.count()