Closed
Bug 1471965
Opened 7 years ago
Closed 7 years ago
Strange looking error monitors in the context of generic ingestion
Categories
(Data Platform and Tools :: General, enhancement, P1)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mreid, Assigned: trink)
Details
In the automatically provisioned error monitors, we see several entries like:
"https://pipeline-cep.prod.mozaws.net/dashboard_output/graphs/analysis.moz_generic_error_monitor._ire_xmlns_xi__http_.html"
This is expected to correspond to a document type of "_ire_xmlns_xi__http_", which doesn't seem valid.
Per IRC discussion with :trink, we should consider some basic restriction on the HTTP edge https://github.com/mozilla-services/puppet-config/blob/06ec0beae535184cc7455c3c2c32b6571160196d/pipeline/modules/pipeline/templates/edge/nginx.conf.erb#L58
We should also escape these types of weird doctypes, which cause the graphs not to display correctly due to embedded "<" characters.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mtrinkala
Points: --- → 1
Priority: -- → P1
| Assignee | ||
Comment 1•7 years ago
|
||
The view has been fixed https://github.com/mozilla-services/lua_sandbox_extensions/pull/346
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Pipeline Ingestion → General
You need to log in
before you can comment on or make changes to this bug.
Description
•