Which Smart Connector Type

  • KM02181908
  • 11-Mar-2016
  • 11-Mar-2016

Archived Content: This information is no longer maintained and is provided "as is" for your convenience.

Summary

Is there a way to distinguish which Smart Connector is being used by looking at events sent to the logger by that connector

Question

Is there a way to distinguish which Smart Connector is being used by looking at events sent to the logger by that connector. For example can I tell looking at events sent by a Oracle DB smart connector to the logger if its a "Oracle Audit DB" or "Oracle Audit Vault DB" connector being used?
Rajeev

Answer


You can identify each connector in the Logger GUI by it agentType, just have to go to Analize -> Search and run a kind of this query:


agentType = "oracle_db" (Oracle Audit DB)
agentType = "oracleauditvault_db" (Oracle Audit Vault DB)


if you want to know the agentType name of your connector you have to go this path and search in the agent.properties file (current\\user\\agent\\agent.properties)


Note:
If you have 2 or more equal connector, could it be a problem do a search fo the agentType; every Connector has a unique ID, you can find in in the agent.properties like agents[0].id=uniqueID1234567890!"#$%&/


Then in the Analize -> Search run this query:
deviceCustomString2 = "<Resource ID=\\" betweenthisyouhavetocopypasteexactlyid \\"/>"