commonAudit.properties revision d1223bcffd2990e20fa832378b5825504fab5721
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# The contents of this file are subject to the terms of the Common Development and
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# Distribution License (the License). You may not use this file except in compliance with the
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# specific language governing permission and limitations under the License.
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# When distributing Covered Software, include this CDDL Header Notice in each file and include
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# Header, with the fields enclosed by brackets [] replaced by your own identifying
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# information: "Portions copyright [year] [name of copyright owner]".
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# Copyright 2015 ForgeRock AS.
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl########################################################################################################################
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# This file is a copy of commonAuditTranslation.properties in Common Audit. Existing translation should not be modified.
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl########################################################################################################################
a72d698d0d9ff9c158155b44cdc77376df31a317Dave Reisner# This file exists as a source of reference for translation keys defined by Common Audit.
a72d698d0d9ff9c158155b44cdc77376df31a317Dave Reisner# It should also act as the master copy of agreed English texts to use across the stack.
a72d698d0d9ff9c158155b44cdc77376df31a317Dave Reisner# This file follows the OpenAM format for defining translations:
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# UI label is defined against the key
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# UI sub-label is defined against the key with '.help' as a suffix
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# UI tooltip text is defined against the key with '.help.txt' as a suffix
023dd03a4299f3ee0889d2f8dab45ab18e2f27f0Evgeny Vereshchagin# AuditService configuration
023dd03a4299f3ee0889d2f8dab45ab18e2f27f0Evgeny Vereshchaginaudit.service.handlerForQueries=Query Handler
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.service.handlerForQueries.help=Handler for reading and querying
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.service.availableAuditEventHandlers=Available Handlers
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.service.availableAuditEventHandlers.help=List of available handler classes
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.service.filter.policies.help=Create policies to filter parts of an audit event
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.service.filter.policies.include=List of inclusion policies
be8f4a9fa732d61e845e1ab1a62ac3a6b368d3a7Zbigniew Jędrzejewski-Szmekaudit.service.filter.policies.include.help=A list of fields (JSON pointers) to include in the audit event
be8f4a9fa732d61e845e1ab1a62ac3a6b368d3a7Zbigniew Jędrzejewski-Szmekaudit.service.filter.policies.exclude=List of exclusion policies
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.service.filter.policies.exclude.help=A list of fields (JSON pointers) to exclude from the audit event
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl# Configuration applicable to all handler types
a331b5e6d4724365bad9edeb9420c7e26e7f50daJan Janssenaudit.handlers.all.name.help=Name of the audit event handler
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.all.topics.help=List of topics handled by an audit event handler
b4f91f2ba354c16dc23111cc231010c975c717a2Carlos Morata Castilloaudit.handlers.all.enabled.help=Enables or disables an audit event handler
b4f91f2ba354c16dc23111cc231010c975c717a2Carlos Morata Castillo# CSV handler configuration
b68b76897aca23f613afdc39a760992c711a7671Lennart Poetteringaudit.handlers.csv.logDirectory=Log Directory
be8f4a9fa732d61e845e1ab1a62ac3a6b368d3a7Zbigniew Jędrzejewski-Szmekaudit.handlers.csv.logDirectory.help=Directory in which to store audit log CSV files
be8f4a9fa732d61e845e1ab1a62ac3a6b368d3a7Zbigniew Jędrzejewski-Szmekaudit.handlers.csv.formatting=CSV Output Formatting
b4f91f2ba354c16dc23111cc231010c975c717a2Carlos Morata Castilloaudit.handlers.csv.formatting.quoteChar=Quote Character
b4f91f2ba354c16dc23111cc231010c975c717a2Carlos Morata Castilloaudit.handlers.csv.formatting.quoteChar.help=Character to append and prepend to a CSV field
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.formatting.delimiterChar=Delimiter Character
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.formatting.delimiterChar.help=Character between CSV fields.
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.formatting.endOfLineSymbols=End of Line Symbols
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.formatting.endOfLineSymbols.help=Characters that mark the end of a line
b68b76897aca23f613afdc39a760992c711a7671Lennart Poetteringaudit.handlers.csv.security=CSV Tamper Evident Configuration
a331b5e6d4724365bad9edeb9420c7e26e7f50daJan Janssenaudit.handlers.csv.security.enabled.help=Enables the CSV tamper evident feature
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.security.filename=Certificate Store Location
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.security.filename.help=Path to Java keystore
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.security.password=Certificate Store Password
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.security.password.help=Password for Java keystore
7524c3cf4485bb9afd4ef0bf005a89f0319c19cdZbigniew Jędrzejewski-Szmekaudit.handlers.csv.security.secureStorageName=Secure storage object
7524c3cf4485bb9afd4ef0bf005a89f0319c19cdZbigniew Jędrzejewski-Szmekaudit.handlers.csv.security.secureStorageName.help=Supports tamper-evident logging
7524c3cf4485bb9afd4ef0bf005a89f0319c19cdZbigniew Jędrzejewski-Szmekaudit.handlers.csv.security.signatureInterval=Signature Interval
7524c3cf4485bb9afd4ef0bf005a89f0319c19cdZbigniew Jędrzejewski-Szmekaudit.handlers.csv.security.signatureInterval.help=Signature generation interval
e4e5a85f34db9b18a5ae84a659fcdaf7e494dec1Ronny Chevalieraudit.handlers.csv.buffering.help=Configuration for optional event buffering
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.buffering.enabled=Buffering Enabled
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.buffering.enabled.help=Enables or disables buffering
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.buffering.autoFlush=Flush Each Event Immediately
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.csv.buffering.autoFlush.help=Performance may be improved by writing all buffered events before flushing
be8f4a9fa732d61e845e1ab1a62ac3a6b368d3a7Zbigniew Jędrzejewski-Szmek# JDBC handler configuration
be8f4a9fa732d61e845e1ab1a62ac3a6b368d3a7Zbigniew Jędrzejewski-Szmekaudit.handlers.jdbc.databaseType=Database Type
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.databaseType.help.txt=Identifies the database in use (MySQL, Oracle SQL)
1535fb73799f1c6079e8329af5d710bf9d55cbafHarald Hoyeraudit.handlers.jdbc.connectionPool=Connection Pool
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.driverClassName=JDBC Driver
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.driverClassName.help=Fully qualified JDBC driver class name
1535fb73799f1c6079e8329af5d710bf9d55cbafHarald Hoyeraudit.handlers.jdbc.connectionPool.jdbcUrl=JDBC Database URL
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.jdbcUrl.help=Url of the JDBC database
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.username=Database Username
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.password=Database Password
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.autoCommit=Auto Commit
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.autoCommit.help=Enables or disables automatic committing of changes to the database
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.connectionTimeout=Connection Timeout (seconds)
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.connectionTimeout.help=Max wait time before failing the connection attempt
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.idleTimeout=Maximum Connection Idle Timeout (seconds)
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.idleTimeout.help=Max idle time before the connection is closed
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.maxLifetime=Maximum Connection Time (seconds)
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.maxLifetime.help=The maximum time a JDBC connection can be open
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.minIdle=Minimum Idle Connections
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.minIdle.help= Minimum number of idle connections in the connection pool
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.maxPoolSize=Maximum Connections
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.maxPoolSize.help=Maximum number of connections in the connection pool
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.poolName=Connection Pool Name
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.connectionPool.poolName.help=Name of the connection pool
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.tableMappings=Event to Database Schema Mappings
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.mapping.event=Audit Event Topic
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.mapping.table=Database Table
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.mapping.fieldToColumn=Field Mappings
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.mapping.fieldToColumn.help=Mapping of audit event topic fields to database table fields
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.help=Configuration for optional event buffering
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.enabled=Buffering Enabled
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.enabled.help=Enables or disables audit event buffering
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.autoFlush=Flush Each Event Immediately
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.autoFlush.help=Performance may be improved by writing all buffered events before flushing
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.maxSize=Buffer Size (number of events)
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.maxSize.help=Size of the event buffer queue
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.maxSize.help.txt=Size of the queue where events are buffered before they are written to \
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl the database. This queue has to be big enough to store all incoming events that have not yet been written to the \
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Biebl database. If the queue reaches capacity, the process will block until a write occurs.
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.writerThreads=Writer Threads
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.writerThreads.help=Number of threads used to write the buffered events
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.interval=Write Interval
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.interval.help=Interval at which buffered events are written to the database (seconds)
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.maxBatchedEvents=Max Batched Events
d611dadcc74db10ba533ee6859308f5fc505aee1Michael Bieblaudit.handlers.jdbc.buffering.maxBatchedEvents.help=Maximum number of batched statements the database can support per \
audit.handlers.syslog.transportProtocol=Transport Protocol
audit.handlers.syslog.host=Server hostname
audit.handlers.syslog.host.help=Host name or IP address of receiving syslog server
audit.handlers.syslog.port=Server port
audit.handlers.syslog.port.help=Port number of receiving syslog server
audit.handlers.syslog.connectTimeout=Connection timeout
audit.handlers.syslog.connectTimeout.help=Timeout for connecting to syslog server (seconds)
audit.handlers.syslog.facility=Facility
audit.handlers.syslog.facility.help=Syslog facility value to apply to all events
audit.handlers.syslog.severityFieldMappings=Map audit event field to Syslog Severity
audit.handlers.syslog.severityFieldMappings.help=Defaults to INFORMATIONAL if no mapping is defined
audit.handlers.syslog.severityFieldMapping.topic=Audit Event Topic
audit.handlers.syslog.severityFieldMapping.field=Audit Event Field
audit.handlers.syslog.severityFieldMapping.valueMappings=Value Mapping
audit.handlers.syslog.severityFieldMapping.valueMappings.help=Mapping of event values to Syslog SEVERITY values
audit.handlers.syslog.severityFieldMapping.valueMappings.help.txt=Syslog SEVERITY options: \
audit.handlers.syslog.buffering=Buffering
audit.handlers.syslog.buffering.txt=Configuration for optional event buffering
audit.handlers.syslog.buffering.enabled=Buffering Enabled
audit.handlers.syslog.buffering.enabled.help=Enables or disables audit event buffering
audit.handlers.file.fileRotation=File Rotation
audit.handlers.file.fileRotation.help=Configures audit file rotation
audit.handlers.file.rotationFilePrefix=File Rotation Prefix
audit.handlers.file.rotationFilePrefix.help=Prefix to prepend to audit files when rotating audit files
audit.handlers.file.rotationTimes=Rotation Times
audit.handlers.file.rotationTimes.help=Durations after midnight to trigger file rotation, in seconds.
audit.handlers.file.rotationInterval=Rotation Interval
audit.handlers.file.rotationInterval.help=Interval to trigger audit file rotations, in seconds. A negative or zero \
audit.handlers.file.rotationEnabled=Rotation Enabled
audit.handlers.file.rotationEnabled.help=Enables and disables audit file rotation
audit.handlers.file.rotationFileSuffix=File Rotation Suffix
audit.handlers.file.rotationFileSuffix.help=Suffix to append to audit files when they are rotated. Suffix should \
audit.handlers.file.maxFileSize=Maximum File Size
audit.handlers.file.maxFileSize.help=Maximum size, in bytes, which an audit file can grow to before rotation \
audit.handlers.file.fileRetention=File Retention
audit.handlers.file.fileRetention.help=Configures audit file retention
audit.handlers.file.maxNumberOfHistoryFiles=Maximum Number of Historical Files
audit.handlers.file.maxNumberOfHistoryFiles.help=Maximum number of backup audit files allowed. A value of -1 \
audit.handlers.file.maxDiskSpaceToUse=Maximum Disk Space
audit.handlers.file.maxDiskSpaceToUse.help=The maximum amount of disk space the audit files can occupy, in bytes. \
audit.handlers.file.minFreeSpaceRequired=Minimum Free Space Required
audit.handlers.file.minFreeSpaceRequired.help=Minimum amount of disk space required, in bytes, on the system where \