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

2.5.0 - July 19 2017

19 Jul 21:09
Compare
Choose a tag to compare
  • Implement new level enumerations adhering to the Syslog 5424 specification.
  • Adds a new severity fields which is an integer representation of the level, also adhering to the Syslog 5424 specification.

2.4.2 - July 11 2017

11 Jul 13:46
Compare
Choose a tag to compare
  • Raises the SQL query limit to 4096

2.4.1 - July 10 2017

10 Jul 19:54
Compare
Choose a tag to compare

2.4.0 - July 9 2017

09 Jul 21:12
Compare
Choose a tag to compare
  • Renames exception to error, simplifying error classification. This helps with errors dispersed across an entire platform (Heroku for example). This way platform, addon, and application errors can fall into the same bucket while using context to filter and target specific error types.

2.3.2 - July 9 2017

09 Jul 17:23
Compare
Choose a tag to compare
  • Adds event.resource_sample.memory.free_mb to represent the number of free megabytes available in memory.

2.3.1 - July 9 2017

09 Jul 16:32
Compare
Choose a tag to compare
  • Adds resource_sample.disk to track disc activity and usage.

2.3.0 - July 9 2017

09 Jul 16:11
Compare
Choose a tag to compare

v2.3.0 moves the cpu_sample and memory_sample events to be sub documents of the new resource_sample event. It also adds a new resource_sample.database document. Since all of these can co-exist, they need to be grouped under the same event. This avoids a single log line representing multiple events.

2.2.0 - July 8 2017

08 Jul 19:11
Compare
Choose a tag to compare
  • This version introduces a new headers_json field anywhere there was a headers field. This helps keep the schema sane as headers can be excessive and vary in naming. Our libraries will be updated to send select / white-listed headers instead. The headers_json field is purely for request inspection.

2.1.1 - June 30 2017

30 Jun 15:57
Compare
Choose a tag to compare
  • Adjust all string maxLength values to be multiples of 256.

2.1.0 - June 12 2017

12 Jun 14:04
Compare
Choose a tag to compare
  • Adds a new job context, allowing you to track the execution of a job or task with a reference.