Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Configure parsers for Mesos agents and scheduler #13

Open
mwl opened this issue Oct 6, 2017 · 2 comments
Open

Configure parsers for Mesos agents and scheduler #13

mwl opened this issue Oct 6, 2017 · 2 comments

Comments

@mwl
Copy link
Contributor

mwl commented Oct 6, 2017

Mesos agent

timestamp: MMdd HH:mm:ss[.SSSSSS]
regex: (?<level>\w)(?<@timestamp>\d{4}\s\S+)\s+(?<thread_id>\S+)\s(?<file>\S+):(?<line>\d+)]

Edit: Updated regex, according to #13 (comment)

@mwl mwl mentioned this issue Oct 6, 2017
5 tasks
@ssiahetiong
Copy link

ssiahetiong commented Dec 24, 2017

Tested with DCOS 1.9, regex should be:
(?<level>\w)(?<@timestamp>\d{4}\s\S+)\s+(?<thread_id>\S+)\s(?<file>\S+):(?<line>\d+)]

@mwl
Copy link
Contributor Author

mwl commented Dec 25, 2017

@ssiahetiong Makes sense. Thanks! I'll update the description

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants