Skip to content

Tags: observIQ/stanza

Tags

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deps(tools): Revamped install-tools to not need it's own submodule (#619

)

* Revamped install-tools to not need it's own submodule

Signed-off-by: Corbin Phelps <[email protected]>

* Removed dependabot reference to tooling

Signed-off-by: Corbin Phelps <[email protected]>

* Update Makefile

Co-authored-by: Brandon Johnson <[email protected]>

Co-authored-by: Brandon Johnson <[email protected]>

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deps: Syslog version priority (#593)

* updated range for syslog version and priority ranges

* added back test RFC5424

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Counter Output Operator (#570)

* add counter_output operator

* appease linter for the time being

* fix big int addition

* add test cases

* add doc page for count_output

* change to count_output

* fix init common

* apply PR feedback and add timestamp to count output messages

* non-pythonic increment :)

* try to fix race condition in test case

* update docs to include timestamp for count_output

* remove comma

* doc update

* fix race condition in adding to counter by using atomic.addUint64

* load count atomically as well

* access once using atomic

v1.5.5

Toggle v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
resolve an issue where cmd/stanza package tests are pointing to an in…

…valid examples directory (#538)

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
resolve an issue where cmd/stanza package tests are pointing to an in…

…valid examples directory (#538)

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move examples folder (#537)

* moved examples folder to docs

* fixed links to examples folder

v1.5.2

Toggle v1.5.2's commit message
remove service account credentials from gke example

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates for README.md (#526)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updated unit test (#522)

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for map[string]map[string]string protobuf conversion (#510

)