Jonathan Meyer

Results 9 comments of Jonathan Meyer

👍 I'd consider packaging within DC/OS to be non-functional for any application of reasonable complexity without this feature. We have resorted to writing bootstrap containers that call the Marathon API...

It sounds like we are able to use the offset within the file stream to ensure we are able to maintain message ordering with sub-millisecond precision solely using Filebeat. We...

3. We should investigate if filebeat supports injection of arbitrary metadata via key value pairs stored in a sidecar file. If we could just write a file into the sandbox...

Unfortunately there does not appear to be any way to add contextual metadata directly to the filebeat stream beyond the basic values (host, source, etc.). Based on my current understanding,...

Phase 1: 1. Document Filebeat pre-reqs for Scale 1. Update Logstash with highly-available deployment in bootstrap 1. Update Scale Task IDs to include metadata currently in Syslog tag 1. Add...

The proper health check for the scheduler is: ``` { "gracePeriodSeconds": 300, "intervalSeconds": 30, "maxConsecutiveFailures": 3, "timeoutSeconds": 20, "delaySeconds": 15, "protocol": "COMMAND", "command": { "value": "ps -ef | grep 'manage.py...

This is related to #1289, but is a superset of that issue. This is something we should keep as context for future designs, but is out of scope for the...

This is a priority for our team and I'm happy to help with resolving this if support is needed.

I've tested on 3.2.6, 3.3.9 and 3.4.0. They all have the same behavior.