diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 06:23:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 06:23:21 +0000 |
commit | 4f834d235381d52ca077ff9bdaf441407986ee26 (patch) | |
tree | 1b933be010fe5b83f175c314fafcb2b12aa16cdb /kubernetes/clamp/components/clamp-dash-kibana/resources | |
parent | e8701580c5ca85ce9ac29930d2ce3fe4954d4908 (diff) | |
parent | fcf678489be4f4aaf2022ae0a34f46f83533fb6f (diff) |
Merge "[CLAMP] change comment style"
Diffstat (limited to 'kubernetes/clamp/components/clamp-dash-kibana/resources')
-rw-r--r-- | kubernetes/clamp/components/clamp-dash-kibana/resources/config/kibana.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/clamp/components/clamp-dash-kibana/resources/config/kibana.yml b/kubernetes/clamp/components/clamp-dash-kibana/resources/config/kibana.yml index acfb4cc081..b7a8fbf348 100644 --- a/kubernetes/clamp/components/clamp-dash-kibana/resources/config/kibana.yml +++ b/kubernetes/clamp/components/clamp-dash-kibana/resources/config/kibana.yml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2020 AT&T, Amdocs, Bell Canada Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,6 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License.# Default Kibana configuration from kibana-docker. +*/}} server.name: "Clamp CL Dashboard" server.host: "0" @@ -36,4 +38,4 @@ elasticsearch.requestHeadersWhitelist: ["securitytenant","Authorization"] opendistro_security.multitenancy.enabled: true opendistro_security.multitenancy.tenants.preferred: ["Private", "Global"] -opendistro_security.readonly_mode.roles: ["kibana_read_only"]
\ No newline at end of file +opendistro_security.readonly_mode.roles: ["kibana_read_only"] |