Skip to content

Releases: cloudfoundry-community/splunk-firehose-nozzle

v1.4.1

17 Oct 13:09
2840833

Choose a tag to compare

v1.4.1 Pre-release
Pre-release
  • Fixed a crash when "Skip SSL Validation" for cloud foundry was left turned off in #398

v1.4.0

15 Sep 11:30
96e075c

Choose a tag to compare

v1.4.0 Pre-release
Pre-release

What's Changed

  • Upgrade CF client to v3 in #387
  • Update python to 3.13 in #385
  • Added a PCF dashboard in #372
  • Added Github pages to documentation in #378
  • Refactoring of many Sonarqube issues in #382
  • And some other small things!

Full Changelog: v1.3.1...v1.4.0

v1.3.1

03 Apr 08:40
767d1f6

Choose a tag to compare

What's Changed

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

v1.3.0

20 Oct 13:42

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

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

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

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

Choose a tag to compare

Update Tile to include migration step

v1.2.0

27 Jul 23:18
87f3cc3

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

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