Skip to content
This repository has been archived by the owner on Feb 24, 2019. It is now read-only.

Releases: vectordotdev/log-event-json-schema

3.0.6 - July 24 2017

24 Jul 21:16
Compare
Choose a tag to compare
  • Fixes a syntax error where minimum is a string.

3.0.5 - July 24 2017

24 Jul 17:48
Compare
Choose a tag to compare
  • Add attempt and queue_name to the context.job document.

3.0.4 - July 22 2017

22 Jul 17:02
Compare
Choose a tag to compare
  • Add metadata_json to error events.

3.0.3 - July 21 2017

21 Jul 20:56
Compare
Choose a tag to compare
  • Resolves a syntax error removing a trailing comma.

3.0.2 - July 21 2017

21 Jul 20:51
Compare
Choose a tag to compare
  • Adds service_name to event.http_request. Which is a user friendly label for an external service. Helpful for faceting and reporting.

3.0.1 - July 21 2017

21 Jul 19:38
Compare
Choose a tag to compare
  • Add the http_direction definition.

3.0.0 - July 21 2017

21 Jul 19:19
Compare
Choose a tag to compare
  • Consolidates http_server_request, http_server_response, http_client_request, and http_client_response into http_request and http_events. A new direction field has been added to discern between the 2.

2.5.3 - July 21 2017

21 Jul 18:38
Compare
Choose a tag to compare
  • Adds content_length to the various http_* events. For example, event.http_server_request will now have a content_length field.

2.5.2 - July 19 2017

20 Jul 23:38
Compare
Choose a tag to compare
  • Resolves a syntax error.

2.5.1 - July 19 2017

20 Jul 21:34
Compare
Choose a tag to compare
  • Fixes an issue where validation prevented contexts with multiple root keys.