diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml index f9651de5a3..2c7c62dcd2 100644 --- a/puppet/services/horizon.yaml +++ b/puppet/services/horizon.yaml @@ -89,6 +89,11 @@ parameters: default: '' description: Horizon has a global overrides mechanism available to perform customizations type: string + HorizonLoggingSource: + type: json + default: + tag: openstack.horizon + path: /var/log/horizon/horizon.log conditions: @@ -173,3 +178,12 @@ outputs: service_config_settings: keystone: keystone_enable_member: true + fluentd: + tripleo_fluentd_groups_horizon: + - horizon + tripleo_fluentd_sources_cinder_api: + yaql: + expression: $.data.sources.flatten() + data: + sources: + - {get_param: HorizonLoggingSource}