Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
8e9da5fa
Commit
8e9da5fa
authored
3 years ago
by
Zuul
Committed by
Gerrit Code Review
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Follow up fixes for Monasca docs and formatting"
parents
ff2c29b2
92f252af
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/common/tasks/config.yml
+1
-1
1 addition, 1 deletion
ansible/roles/common/tasks/config.yml
doc/source/reference/logging-and-monitoring/monasca-guide.rst
+9
-7
9 additions, 7 deletions
...source/reference/logging-and-monitoring/monasca-guide.rst
with
10 additions
and
8 deletions
ansible/roles/common/tasks/config.yml
+
1
−
1
View file @
8e9da5fa
...
...
@@ -106,7 +106,7 @@
log_direct_to_elasticsearch
:
>-
{{ ( enable_elasticsearch | bool or
( elasticsearch_address != kolla_internal_vip_address )) and
( not enable_monasca | bool or not monasca_ingest_control_plane_logs | bool ) }}
( not enable_monasca | bool or not monasca_ingest_control_plane_logs | bool ) }}
fluentd_version
:
"
{{
fluentd_labels.images.0.ContainerConfig.Labels.fluentd_version
|
default('0.12')
}}"
# Inputs
fluentd_input_files
:
"
{{
default_input_files
|
customise_fluentd(customised_input_files)
}}"
...
...
This diff is collapsed.
Click to expand it.
doc/source/reference/logging-and-monitoring/monasca-guide.rst
+
9
−
7
View file @
8e9da5fa
...
...
@@ -356,18 +356,20 @@ Cleanup
~~~~~~~
From time-to-time it may be necessary to manually invoke the Monasca cleanup
command. If this is required during an upgrade it will be mentioned in the
release notes. It may also be necessary to run the cleanup command when
disabling certain parts of the Monasca pipeline. A full list of scenarios in
which you must run the cleanup command is given below:
command. Normally this will be triggered automatically during an upgrade for
services which are removed or disabled by default. However, volume cleanup
will always need to be addressed manually. It may also be necessary to run the
cleanup command when disabling certain parts of the Monasca pipeline. A full
list of scenarios in which you must run the cleanup command is given below.
Those marked as automatic will be triggered as part of an upgrade.
- Upgrading from Victoria to Wallaby to remove the unused Monasca Log
Transformer service
Transformer service
(automatic).
- Upgrading from Victoria to Wallaby to remove the Monasca Log Metrics
service, unless the option to disable it by default has been overridden in
Wallaby.
Wallaby
(automatic)
.
- Upgrading from Wallaby to Xena to remove the Monasca Log Metrics service
if the option to disable it by default was overridden in Wallaby.
if the option to disable it by default was overridden in Wallaby
(automatic)
.
- If you have disabled the alerting pipeline via the
`monasca_enable_alerting_pipeline` flag after you have deployed the alerting
services.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment