Explorar el Código

Merge pull request #23 from elemoine/stacklight-timezone

Remove Heka decoder tz handling
tags/2016.12
Éric Lemoine hace 8 años
padre
commit
8fdd9e50d5
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. +0
    -4
      linux/meta/heka.yml

+ 0
- 4
linux/meta/heka.yml Ver fichero

@@ -1,4 +1,3 @@
{%- from "linux/map.jinja" import system with context %}
log_collector:
decoder:
system:
@@ -8,9 +7,6 @@ log_collector:
config:
syslog_pattern: '<%PRI%>%TIMESTAMP% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg%\n'
fallback_syslog_pattern: '%TIMESTAMP% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg%\n'
{%- if system.timezone is defined %}
tz: "{{ system.timezone }}"
{%- endif %}
input:
linux_log_stream:
engine: logstreamer

Cargando…
Cancelar
Guardar