App Agent Node Properties (J-L)
This reference page contains information about app agent node properties. The properties are listed in alphabetical order.
jakarta-bean-validation-enabled
| Type | Default value | Platform(s) |
|---|---|---|
| Boolean | false | Java |
jdbc-callable-statements
java.sql.CallableStatement interface that should be instrumented.
| Type | Default value | Platform(s) |
|---|---|---|
| String | none | Java |
Examples
For example, to instrument calls to Times Ten (an unsupported database), you could set this property to the following:
com.timesten.jdbc.JdbcOdbcCallableStatement
jdbc-connections
java.sql.Connection interface that should be instrumented.
| Type | Default value | Platform(s) |
|---|---|---|
| String | none | Java |
Examples
For example, to instrument calls to Times Ten (an unsupported database), you could set this property to the following:
com.timesten.jdbc.JdbcOdbcConnection
jdbc-dbcam-integration-enabled
| Type | Default value | Platform(s) |
|---|---|---|
| Boolean | false | Java |
More Info
- Splunk AppDynamics for Databases
- When this property is enabled, you can link to Splunk AppDynamics for Databases from a Transaction Snapshot Flow Map where an exit call is to an Oracle database, and analyze the SQL statements that were running at the time of the snapshot. This property works in conjunction with the Splunk AppDynamics for Databases license and database collector that has been previously set up. Integration must also be set up from the Admin pages of the Controller UI.
- Database Monitoring
- Set this property to enable snapshot correlation between Java applications and Oracle databases. This property configures Globally Unique Identifier (GUID) session tagging between business transactions monitored by the Java Agent and Oracle databases monitored by Database Monitoring. Each snapshot is identified by a GUID which Database Monitoring instrumentation injects into the Oracle session using a standard JDBC API. This enables Splunk AppDynamics to collect the session properties, including the GUID. When the queries are correlated with the GUID, Splunk AppDynamics can correlate the backend database activity with the business transaction snapshot.
jdbc-prepared-statements
java.sql.PreparedStatement interface that should be instrumented.
| Type | Default value | Platform(s) |
|---|---|---|
| String | none | Java |
Examples
For example, to instrument calls to Times Ten (an unsupported database), you could set this property to the following:
com.timesten.jdbc.JdbcOdbcPreparedStatement
jdbc-resultsets
java.sql.ResultSet interface that should be instrumented.
| Type | Default value | Platform(s) |
|---|---|---|
| String | none | Java |
Examples
For example, to instrument calls to Times Ten (an unsupported database), you could set this property to the following:
com.timesten.jdbc.JdbcStatement
jdbc-statements
java.sql.Statement interface that should be instrumented.
| Type | Default value | Platform(s) |
|---|---|---|
| String | none | Java |
Examples
For example, to instrument calls to Times Ten (an unsupported database), you could set this property to the following:
com.timesten.jdbc.JdbcOdbcStatement
jmx-appserver-mbean-finder-delay-in-seconds
| Type | Default value | Platform(s) |
|---|---|---|
| Integer | 120 | Java |
jmx-operation-timeout-in-milliseconds
| Type | Default value | Platform(s) |
|---|---|---|
| Integer | 10000 (10 seconds) | Java |
jmx-rediscover-mbean-servers
true and reset the app agent, as described in Manage App Agents.
| Type | Default value | Platform(s) |
|---|---|---|
| Boolean | false | Java |
jmx-rediscover-mbean-servers-periodic-in-min
| Type | Default value | Platform(s) |
|---|---|---|
| String | 0 | Java |
jmx-query-timeout-limit
| Type | Default value | Platform(s) |
|---|---|---|
| Long | 5 | Java |
jrmp-enable
true.
| Type | Default value | Platform(s) |
|---|---|---|
| Boolean | false | Java |
leak-diagnostic-interval-in-minutes
| Type | Default value | Range | Platform(s) |
|---|---|---|---|
| Boolean | false | Minimum=2; Maximum=N/A | Java, .NET |
log-request-payload
Set this property to true to log the request payload—HTTP parameters, cookies, session keys, and so on— as part of a transaction snapshot. The log-request-payload property includes logging of WCF HTTP parameters for .NET.
- Java
- This property dumps all the HTTP data in the app agent logs. But data collectors "diagnostic data collectors" HTTP type are specific to show only the particular HTTP data and not everything, which is: cookies, header, session. The node property gives a complete HTTP dump.
- .Net
-
- For ASP.NET and ASP.NET Core (AAspDotNetCoreInterceptor):
- HTTP Parameters
- Headers
- Session Objects
- Cookies
- For WCF (WCFDataGatherer):
- HTTP Parameters
- For ASP.NET and ASP.NET Core (AAspDotNetCoreInterceptor):
You must create Method Invocation Data Collector (MIDC) to request payload. See Configure Manual Data Collectors.
| Type | Default value | Platform(s) |
|---|---|---|
| Boolean | false | Java, .NET |
logbased-visibility-log-check-interval-in-millis
| Type | Default value | Platform(s) |
|---|---|---|
| Integer | 1000 ms | Java, .NET |