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