Skip to content

Releases: cloudfoundry-community/splunk-firehose-nozzle

v1.3.1

03 Apr 08:40
767d1f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

20 Oct 13:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.4...v1.3.0

v1.2.4

21 Dec 23:38
d6796d7
Compare
Choose a tag to compare
  • Fixed OAuth dependency issue, which caused auth failure when special characters were used in client secret (#302)
  • Updated web socket dependency to fix vulnerabilities
  • Fixed keep-alive connection implementation to reuse the connections (while sending events to HEC)
  • Improved unit-testing code coverage
  • Improved debug mode to add more event details while printing to stdout
  • Added support for TAS 2.12.x and 2.13.x

Thank you all who contributed to this release!

v1.2.3

18 Oct 23:33
fcbda2d
Compare
Choose a tag to compare
  • Added option to forward envelope tags as event fields. #278
  • Updated Splunk HEC retry counter default value.
  • Updated Tile migration script to fix config getting reset during nozzle upgrade.
  • Updated logic to drop events when sink buffer is full to prevent passing back-pressure back to doppler, which was causing disconnects due to nozzle #285
  • Updated cache logic to fetch app info from BoltDB database if it is not found in in-memory cache or remote.
  • Upgraded go version to go1.17 and migrated from Glide to Go Modules.

Thank you all who contributed to this release!

v1.2.2

08 May 00:11
ecf9398
Compare
Choose a tag to compare
  • Added support for NaN or Infinity value metrics (#271)
  • Includes bug fix (#206)
  • CI improvements

Thanks to all the users and contributors!

v1.2.1

29 Jul 19:06
30027c9
Compare
Choose a tag to compare

Update Tile to include migration step

v1.2.0

27 Jul 23:18
87f3cc3
Compare
Choose a tag to compare
  • Added consumer queue monitoring capabilities in the nozzle to help with back-pressure insights with events received vs sent count.
  • Updated logging to include retry counter during HEC retries.
  • Updated app metadata configuration:
    • Add-app-info configuration now allows users to select interested app metadata fields (List includes: AppName, OrgName, OrgGuid, SpaceName, SpaceGuid)
    • Removed cf_origin and cf_ignored_app fields from app metadata.
  • Updated HEC headers to include telemetry data (appname and appversion).
  • Updated CI to include functional tests.

v1.1.2

08 Aug 03:47
531fc26
Compare
Choose a tag to compare
  • Updated authentication mechanism to use UAA Client ID and Client secret. Please refer to setup for more information.
  • Updated uaago library.
  • Includes bug fixes:
    • Token refresh issue
    • Per app index routing issue

v1.1.1

28 Jun 00:34
c8493db
Compare
Choose a tag to compare
  • Upgrade cfclient, noaa, golang-net and golang-sys libs dependencies.
  • Allows configuration of keep alive duration Firehose Keep Alive for the firehose consumer from within the tile.
  • Updated default value for Org Space Cache Invalidate TTL configuration parameter in the tile
  • Tile update with latest cf-cli version to address a high CVE.
  • Update link for issue template.
  • CI update to include tile-builder.

v1.1.0

03 Jun 17:16
e3a7429
Compare
Choose a tag to compare
  • Per application index routing: This feature enables applications developers/ users to send their application data to a specific index in Splunk.
  • Caching system refactoring for better performance. Adds Org Space Cache Invalidate TTL advance configuration parameter to update org and space cache.
  • Exponential backoff for HTTP Event Collector retry mechanism.
  • Circle CI Integration.