I am using autodiscovery with hints in Kubernetes.
Many of my containers log with single JSON per-line structured logging as described @ https://www.elastic.co/blog/structured-logging-filebeat.
However, looking at the hints documentation @ https://www.elastic.co/guide/en/beats/filebeat/6.4/configuration-autodiscover-hints.html, I don't see the right hint to tell filebeat to parse the container logs as JSON-per-line.
How do I do this?