Skip to content

Releases: Azure/diagnostics-eventflow

Microsoft.Extensions.Loging Input 1.4.1

10 Sep 21:37
42d5259
Compare
Choose a tag to compare

Microsoft.Extensions.Loging input 1.4.1 now supports initialization via ILoggingBuilder interface

Addresses issue 330

Elasticsearch output 2.7.0

07 Sep 23:50
f757093
Compare
Choose a tag to compare

This release is the first one that depends on NEST/Elasticsearch..net libraries 7.x and is intended to be used with Elasticsearch 7 servers. Users of Elasticsearch 6 servers should stay with 2.6.1 version of the package.

EventFlow core package 1.5.8

22 May 17:26
197cf46
Compare
Choose a tag to compare

Improves EventFlow implementation related to incomplete batch handling. This should reduce the probability of problems similar to issue 311.

EventSource input 1.4.6

13 May 23:27
ae6f332
Compare
Choose a tag to compare

EventSource input 1.4.5

30 Apr 17:33
3258dd2
Compare
Choose a tag to compare

Fixes issue 318, which is caused by incorrect generation of metrics from EventCounters

Azure Monitor Logs output 1.6.0

29 Apr 20:35
Compare
Choose a tag to compare

Azure Monitor Logs output is the new name for OMS output (OMS brand being deprecated in favor of Azure Monitor)

It also contains improvements by @AssafTzurEl that make it easier to subclass and customize the output (many thanks, Assaf!)

OMS Output 1.5.0

04 Mar 17:42
99610b5
Compare
Choose a tag to compare

New extensibility point added by pull request 306

Many thanks to @AssafTzurEl for designing and implementing this change!

Elasticsearch output 2.6.1

22 Jan 21:01
f28fa7d
Compare
Choose a tag to compare

Adds ingest node default pipeline support. Many thanks for @yobryon for implementing this change!

OMS (Azure Monitor) output 1.4.1

10 Dec 22:05
7a28056
Compare
Choose a tag to compare

Fixes a bug in request signature calculation, which could cause the request to be rejected by OMS ingestion point, depending on the content. Many thanks to @lnhzd for this fix!

Diagnostic Source input 1.0.1

10 Dec 21:32
Compare
Choose a tag to compare

Employs precise event timestamping (many thanks to @ghelyar for this change)