Browse Source

Merge pull request #23 from elemoine/stacklight-timezone

Remove Heka decoder tz handling
tags/2016.12
Éric Lemoine 8 years ago
parent
commit
8fdd9e50d5
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      linux/meta/heka.yml

+ 0
- 4
linux/meta/heka.yml View File

@@ -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

Loading…
Cancel
Save