This property specifies the format of the name that the PostgreSQL plug-in assigns to auto-discovered PostgreSQL Database
and vPostgreSQL Database
database types.
By default, the name of a PostgreSQL or vPostgreSQL database is Database DatabaseName
, where DatabaseName is the auto-discovered name of the database.
To use a different naming convention, define postgresql.database.name.format
. The variable data you use must be available from the PostgreSQL plug-in.
Use the following syntax to specify the default table name assigned by the plug-in,
Database ${db}where
postgresql.db
is the auto-discovered name of the PostgreSQL
or vPostgreSQL
database.
Default
By default, the agent.properties file does not include this property.