diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2017-02-09 15:38:18 -0700 | 
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2017-02-09 15:38:18 -0700 | 
| commit | f9daaa768ec415c2ae83a8c42ae35776d996083e (patch) | |
| tree | 6a795e0c516f1b63eaa65c1e8d0465afe73d95bd | |
| parent | 8ee9a7bfe9901db69e5d2ee1d118ed0f7ce81005 (diff) | |
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.
| -rw-r--r-- | roles/openshift_logging/files/fluent.conf | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_logging/files/fluent.conf b/roles/openshift_logging/files/fluent.conf index aa843e983..c0c1c8a44 100644 --- a/roles/openshift_logging/files/fluent.conf +++ b/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  ##  | 
