audit.properties revision 11ddc496a78229c9c3e6f48a12f743e2d16d5180
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# The contents of this file are subject to the terms of the Common Development and
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# Distribution License (the License). You may not use this file except in compliance with the
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# License.
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste#
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# specific language governing permission and limitations under the License.
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste#
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# When distributing Covered Software, include this CDDL Header Notice in each file and include
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# Header, with the fields enclosed by brackets [] replaced by your own identifying
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# information: "Portions copyright [year] [name of copyright owner]".
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste#
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# Copyright 2015 ForgeRock AS.
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste########################################################################################################################
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# Global configuration properties
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste########################################################################################################################
7cbae22b7560eefcf086863923459880aa87f014Jaco Joosteaudit-description=Audit Logging
7cbae22b7560eefcf086863923459880aa87f014Jaco Joostea001=Audit logging
7cbae22b7560eefcf086863923459880aa87f014Jaco Joostea001.help=Select to enable audit logging for OpenAM.
7cbae22b7560eefcf086863923459880aa87f014Jaco Joostea002=Suppress audit failure
7cbae22b7560eefcf086863923459880aa87f014Jaco Joostea002.help=Select to stop failure to log an audit message from also failing the operation that is being audited.
7cbae22b7560eefcf086863923459880aa87f014Jaco Joostea003=Resolve host name
7cbae22b7560eefcf086863923459880aa87f014Jaco Joostea003.help=When enabled DNS Host lookups will be performed to populate the record's host name field.
7cbae22b7560eefcf086863923459880aa87f014Jaco Joostea003.help.txt=<i>NB </i>Enabling this functionality will increase the load of the logging system and the OpenAM host \
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste must have DNS configured.
7cbae22b7560eefcf086863923459880aa87f014Jaco Joostea004=Field exclusion policies
7cbae22b7560eefcf086863923459880aa87f014Jaco Joostea004.help=A list of fields or values (JSON pointers) to exclude from the audit event.
7cbae22b7560eefcf086863923459880aa87f014Jaco Joostea004.help.txt=To specify a field or value within a field to be filtered out of the event, start the pointer with the event \
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste topic (access, activity, authentication or config) followed by the field name or the path to the value in the field. \
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste For example to filter out the userId field in an access event the pointer will be:<p>/access/userId</p> and to \
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste filter out the content-type value in the http.request.headers field the pointer will be:\
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste <p>/access/http/request/headers/content-type</p>Only values that are made up of JSON strings can be manipulated in \
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste this way.
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste
7cbae22b7560eefcf086863923459880aa87f014Jaco Joosteaudit.topic.access=Access
7cbae22b7560eefcf086863923459880aa87f014Jaco Joosteaudit.topic.activity=Activity
7cbae22b7560eefcf086863923459880aa87f014Jaco Joosteaudit.topic.authentication=Authentication
7cbae22b7560eefcf086863923459880aa87f014Jaco Joosteaudit.topic.config=Configuration
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste########################################################################################################################
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste# Audit event handler translations
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste########################################################################################################################
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostehandler.name.csv=CSV
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostehandler.name.jdbc=JDBC
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostehandler.name.syslog=Syslog
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste# Additions to handler properties. Other properties are stored in commons audit translation.properties.
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteaudit.handlers.all.topics.help=Select the audit event topics to be handled by this event handler.
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteaudit.handlers.all.enabled.help=If selected the audit event handler will be enabled.
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteaudit.handlers.jdbc.databaseType.help=Select the database to use for logging audit events.
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteaudit.handler.jdbc.oracle=Oracle
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteaudit.handler.jdbc.mysql=MySQL
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteaudit.handler.jdbc.other=Other
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostehandler.factory=Factory Class Name
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostehandler.factory.help=The fully qualified class name of the factory responsible for creating the Audit Event \
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste Handler. The class must implement org.forgerock.openam.audit.AuditEventHandlerFactory.
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste# Event handler config table
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostesubconfig.section.header=Audit Event Handlers
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostesubconfig.table.column.name=Name
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostesubconfig.table.column.type=Type
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteservices.subconfig.table.title=Event Handler Instances
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteservices.subconfig.table.empty.message=There are no event handler instances.
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostelabel.items=Item(s)
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostebutton.new=New...
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostebutton.delete=Delete
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostebutton.cancel=Cancel
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostebutton.reset=Reset
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostebutton.save=Save
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostebutton.next=Next
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joostebutton.add=Add...
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste# Event handler config messages
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteevent.handler.message.deleted=Event handler has been deleted.
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteevent.handler.message.deleted.plural=Event handlers have been deleted.
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteevent.handler.selection.message=Select the event handler to create
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste
# Event handler config creation
event.handler.page.title.add=Add Audit Event Handler
event.handler.add.name=Event handler name
event.handler.page.title.select=Select Audit Event Handler
event.handler.page.title.edit=Edit Audit Event Handler - {0}
blank.header=
# Inline messages
message.input.error=Invalid or Missing Input
message.missing.name=The name is missing or empty.
message.updated=Profile was updated.
message.error=Error
message.warning=Warning
message.information=Information
message.question=Question
########################################################################################################################
# Common handler section properties
########################################################################################################################
section.label.AuditService.Global.common.handler=General Handler Configuration
section.label.AuditService.Global.common.handler.plugin=Audit Event Handler Factory
section.label.AuditService.Organization.common.handler=General Handler Configuration
section.label.AuditService.Organization.common.handler.plugin=Audit Event Handler Factory
########################################################################################################################
# CSV handler section properties
########################################################################################################################
sections.CSV=\
common.handler \
CSV.config \
CSV.file.rotation \
CSV.file.retention \
CSV.buffering \
common.handler.plugin
section.label.AuditService.Global.CSV.config=CSV Configuration
section.label.AuditService.Global.CSV.file.rotation=File Rotation
section.label.AuditService.Global.CSV.file.retention=File Retention
section.label.AuditService.Global.CSV.buffering=Buffering
section.label.AuditService.Organization.CSV.config=CSV Configuration
section.label.AuditService.Organization.CSV.file.rotation=File Rotation
section.label.AuditService.Organization.CSV.file.retention=File Retention
section.label.AuditService.Organization.CSV.buffering=Buffering
########################################################################################################################
# Syslog handler section properties
########################################################################################################################
sections.Syslog=\
common.handler \
syslog.config \
syslog.buffering \
common.handler.plugin
section.label.AuditService.Global.syslog.config=Syslog Configuration
section.label.AuditService.Global.syslog.buffering=Buffering
section.label.AuditService.Organization.syslog.config=Syslog Configuration
section.label.AuditService.Organization.syslog.buffering=Buffering
########################################################################################################################
# JDBC handler section properties
########################################################################################################################
sections.JDBC=\
common.handler \
JDBC.database.config \
JDBC.buffering \
common.handler.plugin
section.label.AuditService.Global.JDBC.database.config=Database Configuration
section.label.AuditService.Global.JDBC.buffering=Buffering
section.label.AuditService.Organization.JDBC.database.config=Database Configuration
section.label.AuditService.Organization.JDBC.buffering=Buffering