diff options
author | 2020-10-22 06:34:15 +0000 | |
---|---|---|
committer | 2020-10-22 06:34:15 +0000 | |
commit | b6924c02a31a59d2eb70358581381a1d73d71eb1 (patch) | |
tree | 0996bbebfee37c3f2dd3d2c3d22f6c69f7c3d684 /kubernetes/log/charts/log-logstash/resources/config/logstash.yml | |
parent | 55691688d8bfb2cfa0a9cbf79f390071ed66da00 (diff) | |
parent | c586acb86766917224eccf4b1a45b17eb9d25ee9 (diff) |
Merge "[LOG] change comment style"
Diffstat (limited to 'kubernetes/log/charts/log-logstash/resources/config/logstash.yml')
-rw-r--r-- | kubernetes/log/charts/log-logstash/resources/config/logstash.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/log/charts/log-logstash/resources/config/logstash.yml b/kubernetes/log/charts/log-logstash/resources/config/logstash.yml index d19656dfb3..7c3bd8f851 100644 --- a/kubernetes/log/charts/log-logstash/resources/config/logstash.yml +++ b/kubernetes/log/charts/log-logstash/resources/config/logstash.yml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 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. +*/}} http.host: "0.0.0.0" pipeline.workers: 3 ## Path where pipeline configurations reside |