[LogForwarding] Json log parsing should not parse json if not configured /home/aconway/src/tech-preview-update/test/functional/normalization/json_parsing_test.go:171 I0518 14:43:31.557235 374222 request.go:621] Throttling request took 1.042493962s, request: GET:https://api.crc.testing:6443/apis/migration.k8s.io/v1alpha1?timeout=32s {"_ts":"2021-05-18T18:43:33.059403213Z","_file:line":"client/client.go:80","_level":"3","_component":"test","_message":"begin: Create","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b"} {"_ts":"2021-05-18T18:43:33.065039186Z","_file:line":"client/client.go:86","_level":"2","_component":"test","_message":"end : Create","elapsed":"5.53989ms","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b"} test namespace: 144333-should-not-parse-json-if-not-configured-2790060b {"_ts":"2021-05-18T18:43:33.066185362Z","_file:line":"functional/framework.go:103","_level":"3","_component":"functional-framework","_message":"Setting component image for to","component":"fluentd","imageTag":"quay.io/openshift/origin-logging-fluentd:latest"} {"_ts":"2021-05-18T18:43:33.066260669Z","_file:line":"functional/framework.go:150","_level":"2","_component":"functional-framework","_message":"Generating config","forwarder":{"kind":"ClusterLogForwarder","apiVersion":"logging.openshift.io/v1","metadata":{"name":"instance","namespace":"openshift-logging","creationTimestamp":null},"spec":{"outputs":[{"name":"fluentdForward","type":"fluentdForward","url":"tcp://0.0.0.0:24224"}],"pipelines":[{"outputRefs":["fluentdForward"],"inputRefs":["application"],"name":"forward-pipeline"}]},"status":{}}} {"_ts":"2021-05-18T18:43:33.068575208Z","_file:line":"functional/framework.go:163","_level":"2","_component":"functional-framework","_message":"Unmarshalled","forwarder":{"kind":"ClusterLogForwarder","apiVersion":"logging.openshift.io/v1","metadata":{"name":"instance","namespace":"openshift-logging","creationTimestamp":null},"spec":{"outputs":[{"name":"fluentdForward","type":"fluentdForward","url":"tcp://0.0.0.0:24224"}],"pipelines":[{"outputRefs":["fluentdForward"],"inputRefs":["application"],"name":"forward-pipeline"}]},"status":{}}} {"_ts":"2021-05-18T18:43:33.068664777Z","_file:line":"k8shandler/forwarding.go:143","_level":"3","_component":"functional-framework","_message":"Verifying","outputs":{"name":"fluentdForward","type":"fluentdForward","url":"tcp://0.0.0.0:24224"}} {"_ts":"2021-05-18T18:43:33.068717701Z","_file:line":"functional/framework.go:163","_level":"2","_component":"functional-framework","_message":"Normalization","spec":{"outputs":[{"name":"fluentdForward","type":"fluentdForward","url":"tcp://0.0.0.0:24224"}],"pipelines":[{"outputRefs":["fluentdForward"],"inputRefs":["application"],"name":"forward-pipeline"}]}} {"_ts":"2021-05-18T18:43:33.068767269Z","_file:line":"functional/framework.go:163","_level":"2","_component":"functional-framework","_message":"Normalization","status":{"conditions":[{"type":"Ready","status":"True","lastTransitionTime":"2021-05-18T18:43:33Z"}],"inputs":{"application":[{"type":"Ready","status":"True","lastTransitionTime":"2021-05-18T18:43:33Z"}]},"outputs":{"fluentdForward":[{"type":"Ready","status":"True","lastTransitionTime":"2021-05-18T18:43:33Z"}]},"pipelines":{"forward-pipeline":[{"type":"Ready","status":"True","lastTransitionTime":"2021-05-18T18:43:33Z"}]}}} {"_ts":"2021-05-18T18:43:33.068958467Z","_file:line":"fluentd/generators.go:102","_level":"3","_component":"functional-framework","_message":"Generate output type","type":"fluentdForward"} {"_ts":"2021-05-18T18:43:33.069104001Z","_file:line":"fluentd/generators.go:102","_level":"3","_component":"functional-framework","_message":"Generated output configurations","configurations":["\u003clabel @FLUENTDFORWARD\u003e\n \u003cmatch **\u003e\n # https://docs.fluentd.org/v1.0/articles/in_forward\n @type forward\n heartbeat_type none\n keepalive true\n \n \u003cbuffer\u003e\n @type file\n path '/var/lib/fluentd/fluentdforward'\n queued_chunks_limit_size \"#{ENV['BUFFER_QUEUE_LIMIT'] || '1024' }\"\n total_limit_size \"#{ENV['TOTAL_LIMIT_SIZE'] || 8589934592 }\" #8G\n chunk_limit_size \"#{ENV['BUFFER_SIZE_LIMIT'] || '1m'}\"\n flush_mode interval\n flush_interval 5s\n flush_at_shutdown true\n flush_thread_count 2\n retry_type exponential_backoff\n retry_wait 1s\n retry_max_interval 60s\n retry_forever true\n # the systemd journald 0.0.8 input plugin will just throw away records if the buffer\n # queue limit is hit - 'block' will halt further reads and keep retrying to flush the\n # buffer to the remote - default is 'block' because in_tail handles that case\n overflow_action block\n \u003c/buffer\u003e\n \n \u003cserver\u003e\n host 0.0.0.0\n port 24224\n \u003c/server\u003e\n \u003c/match\u003e\n\u003c/label\u003e"]} {"_ts":"2021-05-18T18:43:33.069178968Z","_file:line":"forwarder/generator.go:60","_level":"3","_component":"functional-framework","_message":"Successfully generated fluent.conf","fluent.conf":"## CLO GENERATED CONFIGURATION ###\n# This file is a copy of the fluentd configuration entrypoint\n# which should normally be supplied in a configmap.\n\n\u003csystem\u003e\n log_level \"#{ENV['LOG_LEVEL'] || 'warn'}\"\n\u003c/system\u003e\n\n# In each section below, pre- and post- includes don't include anything initially;\n# they exist to enable future additions to openshift conf as needed.\n\n## sources\n## ordered so that syslog always runs last...\n\u003csource\u003e\n @type prometheus\n bind \"#{ENV['POD_IP']}\"\n \u003cssl\u003e\n enable true\n certificate_path \"#{ENV['METRICS_CERT'] || '/etc/fluent/metrics/tls.crt'}\"\n private_key_path \"#{ENV['METRICS_KEY'] || '/etc/fluent/metrics/tls.key'}\"\n \u003c/ssl\u003e\n\u003c/source\u003e\n\n\u003csource\u003e\n @type prometheus_monitor\n \u003clabels\u003e\n hostname ${hostname}\n \u003c/labels\u003e\n\u003c/source\u003e\n\n# excluding prometheus_tail_monitor\n# since it leaks namespace/pod info\n# via file paths\n\n# This is considered experimental by the repo\n\u003csource\u003e\n @type prometheus_output_monitor\n \u003clabels\u003e\n hostname ${hostname}\n \u003c/labels\u003e\n\u003c/source\u003e\n# container logs\n\u003csource\u003e\n @type tail\n @id container-input\n path \"/var/log/containers/*.log\"\n exclude_path [\"/var/log/containers/fluentd-*_openshift-logging_*.log\", \"/var/log/containers/elasticsearch-*_openshift-logging_*.log\", \"/var/log/containers/kibana-*_openshift-logging_*.log\"]\n pos_file \"/var/log/es-containers.log.pos\"\n refresh_interval 5\n rotate_wait 5\n tag kubernetes.*\n read_from_head \"true\"\n @label @MEASURE\n \u003cparse\u003e\n @type multi_format\n \u003cpattern\u003e\n format json\n time_format '%Y-%m-%dT%H:%M:%S.%N%Z'\n keep_time_key true\n \u003c/pattern\u003e\n \u003cpattern\u003e\n format regexp\n expression /^(?\u003ctime\u003e[^\\s]+) (?\u003cstream\u003estdout|stderr)( (?\u003clogtag\u003e.))? (?\u003clog\u003e.*)$/\n time_format '%Y-%m-%dT%H:%M:%S.%N%:z'\n keep_time_key true\n \u003c/pattern\u003e\n \u003c/parse\u003e\n\u003c/source\u003e\n\n\u003clabel @MEASURE\u003e\n \u003cfilter **\u003e\n @type record_transformer\n enable_ruby\n \u003crecord\u003e\n msg_size ${record.to_s.length}\n \u003c/record\u003e\n \u003c/filter\u003e\n \u003cfilter **\u003e\n @type prometheus\n \u003cmetric\u003e\n name cluster_logging_collector_input_record_total\n type counter\n desc The total number of incoming records\n \u003clabels\u003e\n tag ${tag}\n hostname ${hostname}\n \u003c/labels\u003e\n \u003c/metric\u003e\n \u003c/filter\u003e\n \u003cfilter **\u003e\n @type prometheus\n \u003cmetric\u003e\n name cluster_logging_collector_input_record_bytes\n type counter\n desc The total bytes of incoming records\n key msg_size\n \u003clabels\u003e\n tag ${tag}\n hostname ${hostname}\n \u003c/labels\u003e\n \u003c/metric\u003e\n \u003c/filter\u003e\n \u003cfilter **\u003e\n @type record_transformer\n remove_keys msg_size\n \u003c/filter\u003e\n \u003cmatch journal\u003e\n @type relabel\n @label @INGRESS\n \u003c/match\u003e\n \u003cmatch *audit.log\u003e\n @type relabel\n @label @INGRESS\n \u003c/match\u003e\n \u003cmatch kubernetes.**\u003e\n @type relabel\n @label @CONCAT\n \u003c/match\u003e\n\u003c/label\u003e\n\n\u003clabel @CONCAT\u003e\n \u003cfilter kubernetes.**\u003e\n @type concat\n key log\n partial_key logtag\n partial_value P\n separator ''\n \u003c/filter\u003e\n \u003cmatch kubernetes.**\u003e\n @type relabel\n @label @INGRESS\n \u003c/match\u003e\n\u003c/label\u003e\n\n#syslog input config here\n\n\u003clabel @INGRESS\u003e\n\n ## filters\n \u003cfilter **\u003e\n @type record_modifier\n char_encoding utf-8\n \u003c/filter\u003e\n\n \u003cfilter journal\u003e\n @type grep\n \u003cexclude\u003e\n key PRIORITY\n pattern ^7$\n \u003c/exclude\u003e\n \u003c/filter\u003e\n\n \u003cmatch journal\u003e\n @type rewrite_tag_filter\n # skip to @INGRESS label section\n @label @INGRESS\n\n # see if this is a kibana container for special log handling\n # looks like this:\n # k8s_kibana.a67f366_logging-kibana-1-d90e3_logging_26c51a61-2835-11e6-ad29-fa163e4944d5_f0db49a2\n # we filter these logs through the kibana_transform.conf filter\n \u003crule\u003e\n key CONTAINER_NAME\n pattern ^k8s_kibana\\.\n tag kubernetes.journal.container.kibana\n \u003c/rule\u003e\n\n \u003crule\u003e\n key CONTAINER_NAME\n pattern ^k8s_[^_]+_logging-eventrouter-[^_]+_\n tag kubernetes.journal.container._default_.kubernetes-event\n \u003c/rule\u003e\n\n # mark logs from default namespace for processing as k8s logs but stored as system logs\n \u003crule\u003e\n key CONTAINER_NAME\n pattern ^k8s_[^_]+_[^_]+_default_\n tag kubernetes.journal.container._default_\n \u003c/rule\u003e\n\n # mark logs from kube-* namespaces for processing as k8s logs but stored as system logs\n \u003crule\u003e\n key CONTAINER_NAME\n pattern ^k8s_[^_]+_[^_]+_kube-(.+)_\n tag kubernetes.journal.container._kube-$1_\n \u003c/rule\u003e\n\n # mark logs from openshift-* namespaces for processing as k8s logs but stored as system logs\n \u003crule\u003e\n key CONTAINER_NAME\n pattern ^k8s_[^_]+_[^_]+_openshift-(.+)_\n tag kubernetes.journal.container._openshift-$1_\n \u003c/rule\u003e\n\n # mark logs from openshift namespace for processing as k8s logs but stored as system logs\n \u003crule\u003e\n key CONTAINER_NAME\n pattern ^k8s_[^_]+_[^_]+_openshift_\n tag kubernetes.journal.container._openshift_\n \u003c/rule\u003e\n\n # mark fluentd container logs\n \u003crule\u003e\n key CONTAINER_NAME\n pattern ^k8s_.*fluentd\n tag kubernetes.journal.container.fluentd\n \u003c/rule\u003e\n\n # this is a kubernetes container\n \u003crule\u003e\n key CONTAINER_NAME\n pattern ^k8s_\n tag kubernetes.journal.container\n \u003c/rule\u003e\n\n # not kubernetes - assume a system log or system container log\n \u003crule\u003e\n key _TRANSPORT\n pattern .+\n tag journal.system\n \u003c/rule\u003e\n \u003c/match\u003e\n\n \u003cfilter kubernetes.**\u003e\n @type kubernetes_metadata\n kubernetes_url 'https://kubernetes.default.svc'\n cache_size '1000'\n watch 'false'\n use_journal 'nil'\n ssl_partial_chain 'true'\n \u003c/filter\u003e\n\n \u003cfilter kubernetes.journal.**\u003e\n @type parse_json_field\n merge_json_log 'false'\n preserve_json_log 'true'\n json_fields 'log,MESSAGE'\n \u003c/filter\u003e\n\n \u003cfilter kubernetes.var.log.containers.**\u003e\n @type parse_json_field\n merge_json_log 'false'\n preserve_json_log 'true'\n json_fields 'log,MESSAGE'\n \u003c/filter\u003e\n\n \u003cfilter kubernetes.var.log.containers.eventrouter-** kubernetes.var.log.containers.cluster-logging-eventrouter-**\u003e\n @type parse_json_field\n merge_json_log true\n preserve_json_log true\n json_fields 'log,MESSAGE'\n \u003c/filter\u003e\n\n \u003cfilter **kibana**\u003e\n @type record_transformer\n enable_ruby\n \u003crecord\u003e\n log ${record['err'] || record['msg'] || record['MESSAGE'] || record['log']}\n \u003c/record\u003e\n remove_keys req,res,msg,name,level,v,pid,err\n \u003c/filter\u003e\n\n \u003cfilter k8s-audit.log**\u003e\n @type record_modifier\n \u003crecord\u003e\n k8s_audit_level ${record['level']}\n level info\n \u003c/record\u003e\n \u003c/filter\u003e\n \u003cfilter openshift-audit.log**\u003e\n @type record_modifier\n \u003crecord\u003e\n openshift_audit_level ${record['level']}\n level info\n \u003c/record\u003e\n \u003c/filter\u003e\n\n \u003cfilter **\u003e\n @type viaq_data_model\n elasticsearch_index_prefix_field 'viaq_index_name'\n default_keep_fields CEE,time,@timestamp,aushape,ci_job,collectd,docker,fedora-ci,file,foreman,geoip,hostname,ipaddr4,ipaddr6,kubernetes,level,message,namespace_name,namespace_uuid,offset,openstack,ovirt,pid,pipeline_metadata,rsyslog,service,systemd,tags,testcase,tlog,viaq_msg_id\n extra_keep_fields ''\n keep_empty_fields 'message'\n use_undefined false\n undefined_name 'undefined'\n rename_time true\n rename_time_if_missing false\n src_time_name 'time'\n dest_time_name '@timestamp'\n pipeline_type 'collector'\n undefined_to_string 'false'\n undefined_dot_replace_char 'UNUSED'\n undefined_max_num_fields '-1'\n process_kubernetes_events 'false'\n \u003cformatter\u003e\n tag \"system.var.log**\"\n type sys_var_log\n remove_keys host,pid,ident\n \u003c/formatter\u003e\n \u003cformatter\u003e\n tag \"journal.system**\"\n type sys_journal\n remove_keys log,stream,MESSAGE,_SOURCE_REALTIME_TIMESTAMP,__REALTIME_TIMESTAMP,CONTAINER_ID,CONTAINER_ID_FULL,CONTAINER_NAME,PRIORITY,_BOOT_ID,_CAP_EFFECTIVE,_CMDLINE,_COMM,_EXE,_GID,_HOSTNAME,_MACHINE_ID,_PID,_SELINUX_CONTEXT,_SYSTEMD_CGROUP,_SYSTEMD_SLICE,_SYSTEMD_UNIT,_TRANSPORT,_UID,_AUDIT_LOGINUID,_AUDIT_SESSION,_SYSTEMD_OWNER_UID,_SYSTEMD_SESSION,_SYSTEMD_USER_UNIT,CODE_FILE,CODE_FUNCTION,CODE_LINE,ERRNO,MESSAGE_ID,RESULT,UNIT,_KERNEL_DEVICE,_KERNEL_SUBSYSTEM,_UDEV_SYSNAME,_UDEV_DEVNODE,_UDEV_DEVLINK,SYSLOG_FACILITY,SYSLOG_IDENTIFIER,SYSLOG_PID\n \u003c/formatter\u003e\n \u003cformatter\u003e\n tag \"kubernetes.journal.container**\"\n type k8s_journal\n remove_keys 'log,stream,MESSAGE,_SOURCE_REALTIME_TIMESTAMP,__REALTIME_TIMESTAMP,CONTAINER_ID,CONTAINER_ID_FULL,CONTAINER_NAME,PRIORITY,_BOOT_ID,_CAP_EFFECTIVE,_CMDLINE,_COMM,_EXE,_GID,_HOSTNAME,_MACHINE_ID,_PID,_SELINUX_CONTEXT,_SYSTEMD_CGROUP,_SYSTEMD_SLICE,_SYSTEMD_UNIT,_TRANSPORT,_UID,_AUDIT_LOGINUID,_AUDIT_SESSION,_SYSTEMD_OWNER_UID,_SYSTEMD_SESSION,_SYSTEMD_USER_UNIT,CODE_FILE,CODE_FUNCTION,CODE_LINE,ERRNO,MESSAGE_ID,RESULT,UNIT,_KERNEL_DEVICE,_KERNEL_SUBSYSTEM,_UDEV_SYSNAME,_UDEV_DEVNODE,_UDEV_DEVLINK,SYSLOG_FACILITY,SYSLOG_IDENTIFIER,SYSLOG_PID'\n \u003c/formatter\u003e\n \u003cformatter\u003e\n tag \"kubernetes.var.log.containers.eventrouter-** kubernetes.var.log.containers.cluster-logging-eventrouter-** k8s-audit.log** openshift-audit.log**\"\n type k8s_json_file\n remove_keys log,stream,CONTAINER_ID_FULL,CONTAINER_NAME\n process_kubernetes_events 'true'\n \u003c/formatter\u003e\n \u003cformatter\u003e\n tag \"kubernetes.var.log.containers**\"\n type k8s_json_file\n remove_keys log,stream,CONTAINER_ID_FULL,CONTAINER_NAME\n \u003c/formatter\u003e\n \u003celasticsearch_index_name\u003e\n enabled 'true'\n tag \"journal.system** system.var.log** **_default_** **_kube-*_** **_openshift-*_** **_openshift_**\"\n name_type static\n static_index_name infra-write\n \u003c/elasticsearch_index_name\u003e\n \u003celasticsearch_index_name\u003e\n enabled 'true'\n tag \"linux-audit.log** k8s-audit.log** openshift-audit.log**\"\n name_type static\n static_index_name audit-write\n \u003c/elasticsearch_index_name\u003e\n \u003celasticsearch_index_name\u003e\n enabled 'true'\n tag \"**\"\n name_type static\n static_index_name app-write\n \u003c/elasticsearch_index_name\u003e\n \u003c/filter\u003e\n\n \u003cfilter **\u003e\n @type elasticsearch_genid_ext\n hash_id_key viaq_msg_id\n alt_key kubernetes.event.metadata.uid\n alt_tags 'kubernetes.var.log.containers.logging-eventrouter-*.** kubernetes.var.log.containers.eventrouter-*.** kubernetes.var.log.containers.cluster-logging-eventrouter-*.** kubernetes.journal.container._default_.kubernetes-event'\n \u003c/filter\u003e\n\n # Relabel specific source tags to specific intermediary labels for copy processing\n # Earlier matchers remove logs so they don't fall through to later ones.\n # A log source matcher may be null if no pipeline wants that type of log.\n \u003cmatch **_default_** **_kube-*_** **_openshift-*_** **_openshift_** journal.** system.var.log**\u003e\n @type null\n \u003c/match\u003e\n \u003cmatch kubernetes.**\u003e\n @type relabel\n @label @_APPLICATION\n \u003c/match\u003e\n \u003cmatch linux-audit.log** k8s-audit.log** openshift-audit.log**\u003e\n @type null\n \u003c/match\u003e\n\n \u003cmatch **\u003e\n @type stdout\n \u003c/match\u003e\n\n\u003c/label\u003e\n\n# Relabel specific sources (e.g. logs.apps) to multiple pipelines\n\u003clabel @_APPLICATION\u003e\n \u003cmatch **\u003e\n @type copy\n \u003cstore\u003e\n @type relabel\n @label @FORWARD_PIPELINE\n \u003c/store\u003e\n \u003c/match\u003e\n\u003c/label\u003e\n\n\n# Relabel specific pipelines to multiple, outputs (e.g. ES, kafka stores)\n\u003clabel @FORWARD_PIPELINE\u003e\n \u003cmatch **\u003e\n @type copy\n \u003cstore\u003e\n @type relabel\n @label @FLUENTDFORWARD\n \u003c/store\u003e\n \u003c/match\u003e\n\u003c/label\u003e\n\n# Ship logs to specific outputs\n\u003clabel @FLUENTDFORWARD\u003e\n \u003cmatch **\u003e\n # https://docs.fluentd.org/v1.0/articles/in_forward\n @type forward\n heartbeat_type none\n keepalive true\n \n \u003cbuffer\u003e\n @type file\n path '/var/lib/fluentd/fluentdforward'\n queued_chunks_limit_size \"#{ENV['BUFFER_QUEUE_LIMIT'] || '1024' }\"\n total_limit_size \"#{ENV['TOTAL_LIMIT_SIZE'] || 8589934592 }\" #8G\n chunk_limit_size \"#{ENV['BUFFER_SIZE_LIMIT'] || '1m'}\"\n flush_mode interval\n flush_interval 5s\n flush_at_shutdown true\n flush_thread_count 2\n retry_type exponential_backoff\n retry_wait 1s\n retry_max_interval 60s\n retry_forever true\n # the systemd journald 0.0.8 input plugin will just throw away records if the buffer\n # queue limit is hit - 'block' will halt further reads and keep retrying to flush the\n # buffer to the remote - default is 'block' because in_tail handles that case\n overflow_action block\n \u003c/buffer\u003e\n \n \u003cserver\u003e\n host 0.0.0.0\n port 24224\n \u003c/server\u003e\n \u003c/match\u003e\n\u003c/label\u003e\n\n"} {"_ts":"2021-05-18T18:43:33.162570526Z","_file:line":"functional/framework.go:150","_level":"2","_component":"functional-framework","_message":"Generating Certificates"} {"_ts":"2021-05-18T18:43:33.162606798Z","_file:line":"certificates/certificates.go:15","_level":"3","_component":"functional-framework","_message":"Running script","logStoreName":"elasticsearch","namespace":"144333-should-not-parse-json-if-not-configured-2790060b","script":"/home/aconway/src/tech-preview-update/scripts/cert_generation.sh","workDir":"/tmp/ocp-clo"} {"_ts":"2021-05-18T18:43:33.244975594Z","_file:line":"certificates/certificates.go:15","_level":"3","_component":"functional-framework","_message":"Cert generation","err":null,"out":""} {"_ts":"2021-05-18T18:43:33.245027359Z","_file:line":"certificates/certificates.go:15","_level":"3","_component":"functional-framework","_message":"Returning","err":null,"updated":false} {"_ts":"2021-05-18T18:43:33.245046875Z","_file:line":"functional/framework.go:150","_level":"2","_component":"functional-framework","_message":"Creating config configmap"} {"_ts":"2021-05-18T18:43:33.245074965Z","_file:line":"client/client.go:80","_level":"3","_component":"functional-framework","_message":"begin: Create","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/configmaps/functional"} {"_ts":"2021-05-18T18:43:33.249838036Z","_file:line":"client/client.go:86","_level":"2","_component":"functional-framework","_message":"end : Create","elapsed":"4.717406ms","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/configmaps/functional"} {"_ts":"2021-05-18T18:43:33.249888059Z","_file:line":"functional/framework.go:150","_level":"2","_component":"functional-framework","_message":"Creating certs configmap"} {"_ts":"2021-05-18T18:43:33.249965373Z","_file:line":"client/client.go:80","_level":"3","_component":"functional-framework","_message":"begin: Create","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/configmaps/certs-functional"} {"_ts":"2021-05-18T18:43:33.258485063Z","_file:line":"client/client.go:86","_level":"2","_component":"functional-framework","_message":"end : Create","elapsed":"8.46883ms","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/configmaps/certs-functional"} {"_ts":"2021-05-18T18:43:33.258555643Z","_file:line":"functional/framework.go:150","_level":"2","_component":"functional-framework","_message":"Creating service"} {"_ts":"2021-05-18T18:43:33.258597338Z","_file:line":"client/client.go:80","_level":"3","_component":"functional-framework","_message":"begin: Create","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/services/functional"} {"_ts":"2021-05-18T18:43:33.274168408Z","_file:line":"client/client.go:86","_level":"2","_component":"functional-framework","_message":"end : Create","elapsed":"15.523935ms","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/services/functional"} {"_ts":"2021-05-18T18:43:33.274275297Z","_file:line":"client/client.go:80","_level":"3","_component":"functional-framework","_message":"begin: Create","object":"rbac.authorization.k8s.io/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/roles/functional"} {"_ts":"2021-05-18T18:43:33.286191145Z","_file:line":"client/client.go:86","_level":"2","_component":"functional-framework","_message":"end : Create","elapsed":"11.873495ms","object":"rbac.authorization.k8s.io/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/roles/functional"} {"_ts":"2021-05-18T18:43:33.286236092Z","_file:line":"client/client.go:80","_level":"3","_component":"functional-framework","_message":"begin: Create","object":"rbac.authorization.k8s.io/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/rolebindings/functional"} {"_ts":"2021-05-18T18:43:33.301296345Z","_file:line":"client/client.go:86","_level":"2","_component":"functional-framework","_message":"end : Create","elapsed":"15.017324ms","object":"rbac.authorization.k8s.io/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/rolebindings/functional"} {"_ts":"2021-05-18T18:43:33.301353825Z","_file:line":"functional/framework.go:150","_level":"2","_component":"functional-framework","_message":"Defining pod..."} {"_ts":"2021-05-18T18:43:33.30140221Z","_file:line":"functional/framework.go:147","_level":"2","_component":"functional-framework","_message":"Adding outputs","outputs":[{"name":"fluentdForward","type":"fluentdForward","url":"tcp://0.0.0.0:24224"}]} {"_ts":"2021-05-18T18:43:33.301437248Z","_file:line":"functional/output_forward.go:144","_level":"2","_component":"functional-framework","_message":"Adding forward output","name":"fluentdForward"} {"_ts":"2021-05-18T18:43:33.301467516Z","_file:line":"functional/output_forward.go:144","_level":"2","_component":"functional-framework","_message":"Creating configmap","fluent.conf":"\n\u003csystem\u003e\n log_level debug\n\u003c/system\u003e\n\u003csource\u003e\n @type forward\n\u003c/source\u003e\n\u003cfilter **\u003e\n\t@type stdout\n\tinclude_time_key true \n\u003c/filter\u003e\n\n\u003cmatch kubernetes.**\u003e\n @type file\n append true\n path /tmp/app.logs\n symlink_path /tmp/app-logs\n \u003cformat\u003e\n @type json\n \u003c/format\u003e\n\u003c/match\u003e\n\n\u003cfilter linux-audit.log**\u003e\n @type parser\n key_name @timestamp\n reserve_data true\n \u003cparse\u003e\n\t@type regexp\n\texpression (?\u003ctime\u003e[^\\]]*)\n time_type string\n\ttime_key time\n time_format %Y-%m-%dT%H:%M:%S.%N%z\n \u003c/parse\u003e\n\u003c/filter\u003e\n\n\u003cmatch linux-audit.log** k8s-audit.log** openshift-audit.log**\u003e\n\t@type file\n\tpath /tmp/audit.logs\n\tappend true\n\tsymlink_path /tmp/audit-logs\n\t\u003cformat\u003e\n\t\t@type json\n\t\u003c/format\u003e\n\u003c/match\u003e\n\t\n\u003cmatch **\u003e\n @type stdout\n\u003c/match\u003e","name":"fluentdforward","namespace":"144333-should-not-parse-json-if-not-configured-2790060b"} {"_ts":"2021-05-18T18:43:33.301524307Z","_file:line":"client/client.go:80","_level":"3","_component":"functional-framework","_message":"begin: Create","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/configmaps/fluentdforward"} {"_ts":"2021-05-18T18:43:33.327363464Z","_file:line":"client/client.go:86","_level":"2","_component":"functional-framework","_message":"end : Create","elapsed":"25.788777ms","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/configmaps/fluentdforward"} {"_ts":"2021-05-18T18:43:33.327421937Z","_file:line":"functional/output_forward.go:144","_level":"2","_component":"functional-framework","_message":"Adding container","name":"fluentdforward"} {"_ts":"2021-05-18T18:43:33.327454326Z","_file:line":"functional/output_forward.go:135","_level":"3","_component":"functional-framework","_message":"Setting component image for to","component":"fluentd","imageTag":"quay.io/openshift/origin-logging-fluentd:latest"} {"_ts":"2021-05-18T18:43:33.327484485Z","_file:line":"functional/framework.go:150","_level":"2","_component":"functional-framework","_message":"Creating pod","pod":{"kind":"Pod","apiVersion":"v1","metadata":{"name":"functional","namespace":"144333-should-not-parse-json-if-not-configured-2790060b","creationTimestamp":null,"labels":{"testname":"functional","testtype":"functional"}},"spec":{"volumes":[{"name":"config","configMap":{"name":"functional"}},{"name":"entrypoint","configMap":{"name":"functional"}},{"name":"certs","configMap":{"name":"certs-functional"}},{"name":"fluentdforward","configMap":{"name":"fluentdforward"}}],"containers":[{"name":"fluentd","image":"quay.io/openshift/origin-logging-fluentd:latest","env":[{"name":"LOG_LEVEL","value":"debug"},{"name":"POD_IP","valueFrom":{"fieldRef":{"fieldPath":"status.podIP"}}}],"resources":{},"volumeMounts":[{"name":"config","readOnly":true,"mountPath":"/etc/fluent/configs.d/user"},{"name":"entrypoint","readOnly":true,"mountPath":"/opt/app-root/src/run.sh","subPath":"run.sh"},{"name":"certs","readOnly":true,"mountPath":"/etc/fluent/metrics"}]},{"name":"fluentdforward","image":"quay.io/openshift/origin-logging-fluentd:latest","command":["fluentd"],"args":["-c","/tmp/config/fluent.conf"],"resources":{},"volumeMounts":[{"name":"fluentdforward","mountPath":"/tmp/config"}]}]},"status":{}}} {"_ts":"2021-05-18T18:43:33.329662939Z","_file:line":"client/client.go:80","_level":"3","_component":"functional-framework","_message":"begin: Create","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/pods/functional"} {"_ts":"2021-05-18T18:43:33.366526866Z","_file:line":"client/client.go:86","_level":"2","_component":"functional-framework","_message":"end : Create","elapsed":"36.812891ms","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/pods/functional"} {"_ts":"2021-05-18T18:43:33.366583289Z","_file:line":"functional/framework.go:150","_level":"2","_component":"functional-framework","_message":"waiting for pod to be ready"} pod/functional condition met {"_ts":"2021-05-18T18:43:38.973895015Z","_file:line":"client/client.go:80","_level":"3","_component":"functional-framework","_message":"begin: Get","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/pods/functional"} {"_ts":"2021-05-18T18:43:38.986770416Z","_file:line":"client/client.go:101","_level":"2","_component":"functional-framework","_message":"end : Get","elapsed":"12.792978ms","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b/pods/functional"} {"_ts":"2021-05-18T18:43:38.986820198Z","_file:line":"functional/framework.go:150","_level":"2","_component":"functional-framework","_message":"waiting for service endpoints to be ready"} {"_ts":"2021-05-18T18:43:39.080653971Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command output","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b get endpoints functional -o jsonpath={.subsets[*].addresses[*].ip}","output":"10.217.0.237"} {"_ts":"2021-05-18T18:43:39.080717395Z","_file:line":"functional/framework.go:150","_level":"2","_component":"functional-framework","_message":"waiting for fluentd to be ready"} {"_ts":"2021-05-18T18:43:39.181054283Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"output(truncated 500/length)","arguments":"logs -n 144333-should-not-parse-json-if-not-configured-2790060b pod/functional fluentd","length":9034,"result":"Setting each total_size_limit for 1 buffers to 4910635622 bytes\nSetting queued_chunks_limit_size for each buffer to 585\nSetting chunk_limit_size for each buffer to 8388608\n2021-05-18 18:43:37 +0000 [info]: starting fluentd-1.7.4 without supervision pid=1 ruby=\"2.5.5\"\n2021-05-18 18:43:37 +0000 [info]: gem 'fluent-mixin-config-placeholders' version '0.4.0'\n2021-05-18 18:43:37 +0000 [info]: gem 'fluent-plugin-cloudwatch-logs' version '0.7.6'\n2021-05-18 18:43:37 +0000 [info]: gem 'fluent-plugin- ..."} {"_ts":"2021-05-18T18:43:39.181130851Z","_file:line":"functional/framework.go:324","_level":"3","_component":"functional-framework","_message":"Writing mesages to log with command","cmd":"bash -c 'mkdir -p /var/log/containers;for n in {1..10};do echo \"2020-11-04T18:13:59.061892+00:00 stdout F { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \" \u003e\u003e /var/log/containers/functional_144333-should-not-parse-json-if-not-configured-2790060b_fluentd-4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16.log;done'"} {"_ts":"2021-05-18T18:43:39.181167872Z","_file:line":"functional/framework.go:360","_level":"2","_component":"functional-framework","_message":"Running","cmd":["bash","-c","bash -c 'mkdir -p /var/log/containers;for n in {1..10};do echo \"2020-11-04T18:13:59.061892+00:00 stdout F { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \" \u003e\u003e /var/log/containers/functional_144333-should-not-parse-json-if-not-configured-2790060b_fluentd-4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16.log;done'"],"container":"fluentd"} {"_ts":"2021-05-18T18:43:39.35377847Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command output","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentd -- bash -c bash -c 'mkdir -p /var/log/containers;for n in {1..10};do echo \"2020-11-04T18:13:59.061892+00:00 stdout F { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \" \u003e\u003e /var/log/containers/functional_144333-should-not-parse-json-if-not-configured-2790060b_fluentd-4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16.log;done'","output":""} {"_ts":"2021-05-18T18:43:39.353860591Z","_file:line":"functional/framework.go:360","_level":"2","_component":"functional-framework","_message":"Exec'd","err":null,"out":""} {"_ts":"2021-05-18T18:43:39.353894366Z","_file:line":"functional/framework.go:324","_level":"3","_component":"functional-framework","_message":"FluentdFunctionalFramework.WriteMessagesToLog","err":null,"result":""} {"_ts":"2021-05-18T18:43:39.353927155Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:39.535249203Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:39.535292405Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:39.535334261Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:39.536437187Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:39.731592481Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:39.731645178Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:39.731683911Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:39.73243251Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:39.995787927Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:39.995844143Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:39.995872779Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:39.996429567Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:40.20930649Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:40.209357312Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:40.209398549Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:40.210437241Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:40.440800718Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:40.440861006Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:40.440889804Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:40.441428016Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:40.62456991Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:40.624611598Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:40.624646346Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:40.62543148Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:40.828541234Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:40.828611461Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:40.828653581Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:40.82944304Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:41.018354947Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:41.01840083Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.01842551Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.019384529Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:41.195464377Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:41.195507904Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.195542426Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.196479968Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:41.378727276Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:41.378803495Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.37884358Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.379440927Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:41.554868208Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:41.554948413Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.55498531Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.555440386Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:41.741805275Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:41.741859143Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.741897331Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.742433538Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:41.922792716Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:41.922845524Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.922880514Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:41.923435963Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:42.101519806Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:42.101577943Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:42.101615973Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:42.102436299Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:42.305213275Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:42.305266785Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:42.305308916Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:42.305393146Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:42.491273646Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:42.491322232Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:42.491347553Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:42.491376643Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:42.691654601Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:42.691728986Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:42.691765357Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:42.692446925Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:42.872965581Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:42.873017224Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:42.873055758Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:42.873440355Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:43.072200223Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:43.072266114Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:43.072294088Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:43.07242862Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:43.2663935Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:43.266497175Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:43.266530911Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:43.267416329Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:43.493285259Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:43.493334665Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:43.493368228Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:43.493395046Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:43.731395472Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:43.731478826Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:43.731511427Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:43.732460288Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:43.976154616Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:43.976215976Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:43.976256079Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:43.976433838Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:44.172224015Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:44.172267374Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:44.172292557Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:44.17244733Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:44.442397639Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:44.442450688Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:44.442478945Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:44.443448951Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:44.709666693Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:44.70971926Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:44.709754963Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:44.710448284Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:44.92515217Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:44.925215098Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:44.925254559Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:44.925719188Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:45.147846707Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:45.147989111Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:45.148078928Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:45.14845966Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:45.352690807Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:45.352734592Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:45.352767259Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:45.35342971Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:45.557915585Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:45.557975164Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:45.558036392Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:45.558441836Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:45.753567875Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:45.753624372Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:45.753672116Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:45.754433956Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:45.958251982Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:45.958310032Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:45.958344449Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:45.95837081Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:46.155175498Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:46.155230628Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:46.155272048Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:46.155433459Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:46.351573165Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:46.351632806Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:46.351688865Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:46.352448035Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:46.717160927Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:46.717234783Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:46.717266768Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:46.717428754Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:46.914436674Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:46.914480321Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:46.914505993Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:46.915441068Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:47.146506236Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:47.146559619Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:47.146590925Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:47.147434252Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:47.335875748Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:47.335919196Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:47.33595855Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:47.336431486Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:47.531196104Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:47.531335597Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:47.531417252Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:47.532480858Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:47.76587343Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:47.766022072Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:47.766108046Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:47.766451264Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:48.009802242Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:48.009919437Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:48.010000057Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:48.010988783Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:48.266834372Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:48.266888394Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:48.266928434Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:48.267433325Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:48.452002763Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:48.452070494Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:48.452107685Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:48.452434525Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:48.658557401Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:48.658647234Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:48.658691358Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:48.65943705Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:48.856699536Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:48.856768068Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:48.85680959Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:48.857435357Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:49.043233443Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:49.043302484Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:49.043337501Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:49.043397823Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:49.224970057Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:49.225022094Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:49.22506087Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:49.225427048Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:49.415776279Z","_level":"1","_component":"functional-framework","_message":"oc finished with error = %v","_error":{"msg":"exit status 1"}} {"_ts":"2021-05-18T18:43:49.415819484Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"command result","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","error":{"Stderr":null},"output":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:49.415843982Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":{"Stderr":null},"out":"cat: /tmp/app-logs: No such file or directory\ncommand terminated with exit code 1"} {"_ts":"2021-05-18T18:43:49.416434866Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Running","cmd":["cat","/tmp/app-logs"],"container":"fluentdForward"} {"_ts":"2021-05-18T18:43:49.602993882Z","_file:line":"oc/runner.go:48","_level":"2","_component":"functional-framework","_message":"output(truncated 500/length)","arguments":"-n 144333-should-not-parse-json-if-not-configured-2790060b exec functional -c fluentdforward -- cat /tmp/app-logs","length":21229,"result":"{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"cr ..."} {"_ts":"2021-05-18T18:43:49.603078536Z","_file:line":"functional/framework.go:388","_level":"2","_component":"functional-framework","_message":"Exec'd","err":null,"out":"{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.529617+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"NDdmZjEzZDItODUyNy00ODIwLWJkMzUtMWExYjY4NWVhZjYw\"}\n{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.529762+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"ZTljZGU3MDYtNTUzYS00MmI3LWE0ZmItZGIzY2FlNTdkYTBm\"}\n{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.529833+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"MTVmMTY3NDMtOTM2NC00ZjU1LWIwYzktODIzNmE5NTNiY2I3\"}\n{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.529927+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"NTUyNTE4NTUtNWYwNy00YmU1LWE3NzctYTIzZDljNjQ1NDlm\"}\n{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530049+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"ZGMwZThlNGMtNjc4Zi00NDgyLTgwOWUtZjM2ZWZjMzMxY2Ri\"}\n{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530142+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"ZTMxYzg0ZDYtMWI2Zi00NjY2LTg0YmQtZjRiMmI2YjkyZDc4\"}\n{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530240+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"NmE3NGMzODktMWFlNy00MDE0LWE4ZjUtZmM3MzdhNjgyNWNj\"}\n{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530340+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"M2M2NjRmOGUtNDJhNC00OWU3LThjNWMtMTk0YjJkNTliZDkz\"}\n{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530441+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"NWFjMDc5NjQtNWE4MS00NjBjLTk0YmQtMjYxMjcwNDJjODBh\"}\n{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530545+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"NTAzYThjZDEtZTFjNy00Y2M4LWJmNjMtMGE0M2UzZDIyYWJj\"}"} {"_ts":"2021-05-18T18:43:49.756137865Z","_file:line":"json_parsing_test.go:191","_level":"3","_component":"functional-framework","_message":"ParseLogs","content":"[{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.529617+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"NDdmZjEzZDItODUyNy00ODIwLWJkMzUtMWExYjY4NWVhZjYw\"},{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.529762+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"ZTljZGU3MDYtNTUzYS00MmI3LWE0ZmItZGIzY2FlNTdkYTBm\"},{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.529833+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"MTVmMTY3NDMtOTM2NC00ZjU1LWIwYzktODIzNmE5NTNiY2I3\"},{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.529927+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"NTUyNTE4NTUtNWYwNy00YmU1LWE3NzctYTIzZDljNjQ1NDlm\"},{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530049+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"ZGMwZThlNGMtNjc4Zi00NDgyLTgwOWUtZjM2ZWZjMzMxY2Ri\"},{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530142+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"ZTMxYzg0ZDYtMWI2Zi00NjY2LTg0YmQtZjRiMmI2YjkyZDc4\"},{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530240+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"NmE3NGMzODktMWFlNy00MDE0LWE4ZjUtZmM3MzdhNjgyNWNj\"},{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530340+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"M2M2NjRmOGUtNDJhNC00OWU3LThjNWMtMTk0YjJkNTliZDkz\"},{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530441+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"NWFjMDc5NjQtNWE4MS00NjBjLTk0YmQtMjYxMjcwNDJjODBh\"},{\"docker\":{\"container_id\":\"4a59714b430a7bb98d285782fbfea411a3321640576c711dba3cd484fef4df16\"},\"kubernetes\":{\"container_name\":\"fluentd\",\"namespace_name\":\"144333-should-not-parse-json-if-not-configured-2790060b\",\"pod_name\":\"functional\",\"container_image\":\"quay.io/openshift/origin-logging-fluentd:latest\",\"container_image_id\":\"quay.io/openshift/origin-logging-fluentd@sha256:ea2a378fa7c03236f95cc8070387ac36306f86a5088d4e93aa6af97214ef94c5\",\"pod_id\":\"359b4304-8f29-473a-8fe4-87f9f4468c6c\",\"host\":\"crc-gm7cm-master-0\",\"labels\":{\"test-client\":\"true\",\"testname\":\"functional\",\"testtype\":\"functional\"},\"master_url\":\"https://kubernetes.default.svc\",\"namespace_id\":\"68be7c21-68b7-4b2b-8753-63b695c7355f\",\"namespace_labels\":{\"test-client\":\"true\"}},\"message\":\" { \\\"a\\\": \\\"Alpha\\\", \\\"b\\\": true, \\\"c\\\": 12345, \\\"d\\\": [ true, [ false, [ -123456789, null ], 3.9676, [ \\\"Something else.\\\", false ], null ] ], \\\"e\\\": { \\\"zero\\\": null, \\\"one\\\": 1, \\\"two\\\": 2, \\\"three\\\": [ 3 ], \\\"four\\\": [ 0, 1, 2, 3, 4 ] }, \\\"f\\\": null, \\\"h\\\": { \\\"a\\\": { \\\"b\\\": { \\\"c\\\": { \\\"d\\\": { \\\"e\\\": { \\\"f\\\": { \\\"g\\\": null } } } } } } }, \\\"i\\\": [ [ [ [ [ [ [ null ] ] ] ] ] ] ] } \",\"level\":\"unknown\",\"hostname\":\"crc-gm7cm-master-0\",\"pipeline_metadata\":{\"collector\":{\"ipaddr4\":\"10.217.0.237\",\"inputname\":\"fluent-plugin-systemd\",\"name\":\"fluentd\",\"received_at\":\"2021-05-18T18:43:43.530545+00:00\",\"version\":\"1.7.4 1.6.0\"}},\"@timestamp\":\"2020-11-04T18:13:59.061892+00:00\",\"viaq_index_name\":\"app-write\",\"viaq_msg_id\":\"NTAzYThjZDEtZTFjNy00Y2M4LWJmNjMtMGE0M2UzZDIyYWJj\"}]"} {"_ts":"2021-05-18T18:43:50.077668027Z","_file:line":"client/client.go:80","_level":"3","_component":"functional-framework","_message":"begin: Remove","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b"} {"_ts":"2021-05-18T18:43:50.08567984Z","_file:line":"client/client.go:158","_level":"2","_component":"functional-framework","_message":"end : Remove","elapsed":"7.91931ms","object":"/v1/namespaces/144333-should-not-parse-json-if-not-configured-2790060b"} • [SLOW TEST:19.581 seconds] [LogForwarding] Json log parsing /home/aconway/src/tech-preview-update/test/functional/normalization/json_parsing_test.go:90 should not parse json if not configured /home/aconway/src/tech-preview-update/test/functional/normalization/json_parsing_test.go:171 ------------------------------ SSSSS JUnit report was created: /tmp/artifacts/junit/junit-normalization.xml Ran 1 of 12 Specs in 19.581 seconds SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 11 Skipped PASS | FOCUSED exit status 197 FAIL github.com/openshift/cluster-logging-operator/test/functional/normalization 19.603s