Skip to content

Extend the message context with custom values

Latest
Compare
Choose a tag to compare
@johannessteu johannessteu released this 06 Jun 12:12
c21573e

This release adds a new feature to extend the message context with custom values via Settings.yaml
The following configuration will add a field app_context with the value stage to every message logged to Graylog.

Yeebase:
  Graylog:
    messageContext:
      app_context: 'stage'