Page MenuHomePhabricator

Restbase logging should populate "message" field in logstash
Closed, ResolvedPublic

Description

https://logstash.wikimedia.org/#/dashboard/elasticsearch/default

And after e.g. focussing on type=restbase

These both have an empty "message" column for messages from restbase. When inspecting an individual entry, it seems restbase uses an "info" field instead. And also a "res.body.title" and "res.body.err.message".

Can we transform these somehow to at least also have a "message" field populated? Should probably be an alias to one of these. Or the result of concatenating them.

Event Timeline

Krinkle raised the priority of this task from to Needs Triage.
Krinkle updated the task description. (Show Details)
Krinkle subscribed.
Krinkle set Security to None.
GWicke triaged this task as Medium priority.Jun 26 2015, 2:35 AM

The problem was not on the RESTBase level, but on service-runner level. That was fixed here: https://phabricator.wikimedia.org/T108189, so this can be closed now.