Browse Source

Bug 1420234 - illegal_argument_exception in Kibana UI.

https://bugzilla.redhat.com/show_bug.cgi?id=1420234
The problem is that the fluent.conf is missing the common data model
filter which renames the "time" field to the "@timestamp" field.
Rich Megginson 8 years ago
parent
commit
f9daaa768e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_logging/files/fluent.conf

+ 1 - 0
roles/openshift_logging/files/fluent.conf

@@ -22,6 +22,7 @@
   @include configs.d/openshift/filter-k8s-flatten-hash.conf
   @include configs.d/openshift/filter-k8s-record-transform.conf
   @include configs.d/openshift/filter-syslog-record-transform.conf
+  @include configs.d/openshift/filter-common-data-model.conf
   @include configs.d/openshift/filter-post-*.conf
 ##