#
# Cookbook:: irrigate-fluentd
# Attributes:: audit
#
# Copyright: The Orchard
#

default['audit']['log_file_path'] = '/var/log/audit/audit.log'
default['audit']['pos_file_path'] = '/var/log/td-agent/audit.log.pos'
default['audit']['types'] = %w(
  USER_AUTH
  TTY
)
# List of available log types
# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/security_guide/sec-Audit_Record_Types
