mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-930: Consolidate log definitions and forward audit logs to cloudwatch.
This commit is contained in:
@@ -34,20 +34,27 @@ atl_product_installation_versioned: "{{ atl_product_installation_base }}/{{ atl_
|
||||
atl_product_installation_current: "{{ atl_product_installation_base }}/current"
|
||||
atl_installer_temp: "{{ atl_installation_base }}/tmp"
|
||||
|
||||
atl_product_log_locations:
|
||||
atl_product_logs_default: &logs_default
|
||||
- path: "{{ atl_product_installation_current }}/logs/*"
|
||||
type: product
|
||||
- path: "{{ atl_product_home }}/logs/*"
|
||||
type: product
|
||||
- path: "{{ atl_product_home }}/logs/audit/*"
|
||||
type: audit
|
||||
- path: "/var/log/ansible-bootstrap.log"
|
||||
type: provisioning
|
||||
- path: "/var/log/cfn-*.log"
|
||||
type: provisioning
|
||||
|
||||
atl_product_logs:
|
||||
confluence:
|
||||
- "{{ atl_product_installation_current }}/logs"
|
||||
- "{{ atl_product_home }}/logs"
|
||||
*logs_default
|
||||
jira:
|
||||
- "{{ atl_product_installation_current }}/logs"
|
||||
- "{{ atl_product_home }}/log"
|
||||
*logs_default
|
||||
stash:
|
||||
- "{{ atl_product_home }}/log"
|
||||
*logs_default
|
||||
crowd: []
|
||||
|
||||
atl_provisioner_log_locations:
|
||||
- "/var/log/ansible-bootstrap.log"
|
||||
- "/var/log/cfn-*.log"
|
||||
|
||||
# The following are imports from the environment. These are generally
|
||||
# set in /etc/atl by the CloudFormation template and sourced before
|
||||
|
||||
Reference in New Issue
Block a user