Integrated: SKARA-971: Stop clumping up logs in logstash
Erik Joelsson
erikj at openjdk.java.net
Tue Apr 20 17:59:26 UTC 2021
On Thu, 15 Apr 2021 23:38:17 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> I would like to change how we send logs to logstash so each log message is stored as an individual document. To make this more practical, we need to add some more meta data to each message so we can properly filter them. I suggest adding the following:
>
> instance_start_time: An ISO_INSTANT time stamp string indicating when this JVM instance was started.
> work_id: A running counter generated ID for each work item, rest request or periodic check, which was previously clumped up in one log message.
> work_item: For work items, store the item toString()
This pull request has now been integrated.
Changeset: 7a7d15bf
Author: Erik Joelsson <erikj at openjdk.org>
URL: https://git.openjdk.java.net/skara/commit/7a7d15bf
Stats: 475 lines in 8 files changed: 214 ins; 201 del; 60 mod
971: Stop clumping up logs in logstash
Reviewed-by: rwestberg
-------------
PR: https://git.openjdk.java.net/skara/pull/1120
More information about the skara-dev
mailing list