-
Bug
-
Resolution: Done
-
Undefined
-
None
-
rhos-17.1.0
-
1
-
False
-
-
False
-
?
-
None
-
-
-
CloudOps 2024 Sprint 5
-
1
-
Moderate
Originally filed at https://bugzilla.redhat.com/show_bug.cgi?id=2265114
Description of problem:
The configuration example to set log forwarding to Elasticsearch has incorrect alignment in the last line.
Version-Release number of selected component (if applicable):
17.1
Section 3.2, step #1 of the RHOSP 17.1 "Managing overcloud observability" guide [0]:
parameter_defaults:
RsyslogElasticsearchSetting:
uid: "elastic"
pwd: "yourownpassword"
skipverifyhost: "on"
allowunsignedcerts: "on"
server: "https://openstack-log-storage.elasticsearch.tld"
serverport: 443
serverport should be at the same level than server:
parameter_defaults:
RsyslogElasticsearchSetting:
uid: "elastic"
pwd: "yourownpassword"
skipverifyhost: "on"
allowunsignedcerts: "on"
server: "https://openstack-log-storage.elasticsearch.tld"
serverport: 443
The equivalent guide for 16.2 shows this correctly [1].
[0] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/17.1/html-single/managing_overcloud_observability/index#enabling-centralized-logging-during-deployment_installing-and-configuring-the-logs-service
[1] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.2/html-single/logging_monitoring_and_troubleshooting_guide/index#configuring-logging-features_installing-and-configuring-the-logs-service