You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Containerd has a new cri log format which consists of 4 fields. But Filebeat only supports 3 fields.
Example log:
2018-06-26T01:37:58.748415561Z stderr F /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made.
Containerd has a new cri log format which consists of 4 fields. But Filebeat only supports 3 fields.
Example log:
Filebeat creates this event from the log above:
Note the character
"F"
before the JSON event.Reference: containerd/cri#830 (comment)
The text was updated successfully, but these errors were encountered: