Configure ATNA Audit

This section describes how to set up ATNA audit configuration.

Note:

Prerequisites: Audit repository host name or IP and audit repository UDP or TLS port.

To set up ATNA audit configuration, use syntax:

ATNASyslogProtocol

where you set the value to UDP or TLS.

auditMessageType

Represents the audit message type (DICOM XML schema compliant or RFC3881 XML schema compliant) that the system generates. Set this value to either RFC3881 or DICOM.

Be sure to configure the following properties when you use TLS for ATNAsyslogProtocol:

Table 6-1 TLS Properties for ATNAsyslogProtocol

Property Description
keyStore File path of the keystore. For example: /home/common/ cert/keystore.jks
keyStoreType Specify the type of keystore. By default, value set to JKS.
trustStore File path of the truststore. For example: /home/common/ cert/keystore.jks
trustStoreType Specify the type of truststore. By default, value set to JKS.
credentialStore Enter the directory where Oracle wallet is created. For example: /home/common

To enable auditing, set Audit to Yes.

For example, Audit Configuration:

auditRepositoryServer=
auditRepositoryPort=
ATNASyslogProtocol=
auditMessageType=
keyStore=
keyStoreType=JKS
trustStore=
trustStoreType=JKS
credentialStore=
Audit=no

For more information on storing keyStore and trustStore password in credentialStore, see Send audit messages using TLS protocol.