upgrade
This commit is contained in:
@ -166,7 +166,7 @@ forwarder:
|
||||
# Get the logs from the containers running in the node
|
||||
<source>
|
||||
@type tail
|
||||
path /var/log/containers/*.log
|
||||
path /var/log/containers/*sa-server-*.log,/var/log/containers/*new-sino-*.log
|
||||
# exclude Fluentd logs
|
||||
exclude_path /var/log/containers/*fluentd*.log
|
||||
pos_file /opt/bitnami/fluentd/logs/buffers/fluentd-docker.pos
|
||||
@ -179,8 +179,17 @@ forwarder:
|
||||
</parse>
|
||||
</source>
|
||||
# enrich with kubernetes metadata
|
||||
# <filter **>
|
||||
# <regexp>
|
||||
# key tag
|
||||
# pattern /^kubernetes.var.log.containers.(new-sino|sa-server)/
|
||||
# </regexp>
|
||||
# </filter>
|
||||
<filter kubernetes.**>
|
||||
@type kubernetes_metadata
|
||||
skip_namespace_metadata true
|
||||
skip_labels true
|
||||
skip_master_url true
|
||||
</filter>
|
||||
fluentd-output.conf: |
|
||||
# Throw the healthcheck to the standard output instead of forwarding it
|
||||
|
@ -530,7 +530,6 @@ elasticsearch:
|
||||
## @param elasticsearch.hosts List of elasticsearch hosts to connect to.
|
||||
## e.g:
|
||||
hosts:
|
||||
- elasticsearch-master
|
||||
- elasticsearch-data
|
||||
##
|
||||
# hosts: []
|
||||
|
Reference in New Issue
Block a user