[Tracking] Unify the papertrail logs for Moonshots and OSX-10.10
Categories
(Infrastructure & Operations :: RelOps: General, task)
Tracking
(Not tracked)
People
(Reporter: zfay, Unassigned)
Details
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 7•7 years ago
|
||
looks like yes.
https://papertrailapp.com/groups/1141234/events?q=system%3Awintest
the problem manifests when hardware logs are routed through the log aggregators.
when logs are routed directly to papertrail we don't see the issue.
Comment 8•7 years ago
|
||
(In reply to Rob Thijssen [:grenade (EET/UTC+0300)] from comment #7)
looks like yes.
https://papertrailapp.com/groups/1141234/events?q=system%3Awintestthe problem manifests when hardware logs are routed through the log aggregators.
when logs are routed directly to papertrail we don't see the issue.
I believe, in the long run, the goal is to get rid of the log aggregators and route logs directly to papertrail or stackdriver. From the windows perspective, can that be done now?
Comment 9•7 years ago
|
||
I believe, in the long run, the goal is to get rid of the log aggregators and route logs directly to papertrail or stackdriver. From the windows perspective, can that be done now?
As far as I know there is no real blocker on it except for available time to work on it.
Comment 10•7 years ago
|
||
dhouse: fubar mentioned you might have figured out the settings to get nxlog to forward to stackdriver. is my understanding correct? can you point me at settings that will work?
Comment 11•7 years ago
|
||
(In reply to Rob Thijssen [:grenade (EET/UTC+0300)] from comment #10)
dhouse: fubar mentioned you might have figured out the settings to get nxlog to forward to stackdriver. is my understanding correct? can you point me at settings that will work?
I'm sorry I found some documents on configuring nxlog to send metrics to influxdb, but I didn't look at logs. I think Andrew set up straight python to send logs into stackdriver (and I'm tempted to change the linux/posix to do that also because of dependency issues I've had on centos with the google fluentd plugin).
Comment 12•7 years ago
|
||
Andrew: did you find a way to send logs to stackdriver without fluentd?
If there's any code or config you can point me at, I'd be grateful. I'm just looking for a way to forward nxlog output to stackdriver. So even a port number and url would be helpful. Any pointers on the log format that stackdriver will accept is a bonus too.
Comment 13•7 years ago
•
|
||
See next comment
Comment 14•7 years ago
|
||
It is too bad stackdriver doesn't provide syslog endpoints like papartrail does. I think running fluentd or some other middleware (python?) might be the only choice here. This also starts to make the argument of keeping and fixing log aggregators to handle the syslog<->stackdriver flow. Good grief.
https://nxlog.co/docs/nxlog-ce/nxlog-reference-manual.html#om_exec
Comment 15•7 years ago
|
||
Rob: I send logs to Stackdriver via python. It's pretty simple. I guess the client has a hostname and port hard-coded in it. It will take any text format, there's no structure to it (I know papertrail you can set tags and such).
https://github.com/bclary/mozilla-bitbar-docker/blob/master/scripts/run_gw.py
Comment 16•4 years ago
|
||
backlog cleanup
Description
•