Skip to content

Releases: splunk/splunk-connect-for-otlp

v0.3.0

03 Apr 23:43
ae72bd7

Choose a tag to compare

What's Changed

  • Update codecov/codecov-action action to v5.5.3 by @renovate[bot] in #65
  • Bump golang.org/x/tools from 0.42.0 to 0.43.0 in /internal/tools by @dependabot[bot] in #62
  • Bump the otelcol group across 3 directories with 14 updates by @dependabot[bot] in #67
  • [chore] update grpc lib by @atoulme in #78
  • Update actions/checkout action to v6 by @renovate[bot] in #82
  • Update codecov/codecov-action action to v6 - autoclosed by @renovate[bot] in #83
  • Remove the check checking that the port is available by @atoulme in #79
  • Update actions/cache action to v5 by @renovate[bot] in #81
  • Update splunk/splunk Docker tag to v9.4 by @renovate[bot] in #80
  • Update softprops/action-gh-release action to v2.6.1 by @renovate[bot] in #77
  • [chore] remove obsolete version attribute by @atoulme in #75
  • [chore] update dependencies and remove internal modules by @atoulme in #84
  • do not show the application in the navigation by @atoulme in #88
  • Auth with indexes by @atoulme in #91

Full Changelog: v0.2.0...v0.3.0

v0.2.0

12 Mar 19:56
d6eb12e

Choose a tag to compare

This release brings support for authentication. The HEC token configuration is interpreted by this technical addon, and you can use your HEC token to authenticate, by adding the Authorization header with the Splunk <TOKEN> value.

The technical addon setup now also explains that the index, source, sourcetype set are defaults that can be overridden by the individual event attributes.

What's Changed

  • Enable dependabot by @dmitryax in #1
  • [chore] Add more .gitignore items by @dmitryax in #2
  • Bump go.uber.org/zap from 1.27.0 to 1.27.1 by @dependabot[bot] in #5
  • Bump go.uber.org/zap from 1.27.0 to 1.27.1 in /internal/exporter/stdoutexporter by @dependabot[bot] in #6
  • [chore] update SAST Scan job trigger by @dloucasfx in #10
  • Use upstream OTEL to HEC translation logic by @crobert-1 in #8
  • Rename otlpinput to splunk-connect-for-otlp by @crobert-1 in #9
  • [README] Add missing parenthesis in link by @crobert-1 in #13
  • [chore] Add code coverage by @crobert-1 in #14
  • [chore] Add test coverage to main program by @crobert-1 in #15
  • [chore] Remove unused fields from test helper by @crobert-1 in #16
  • [chore][stdoutexporter] Add benchmark tests by @crobert-1 in #17
  • [chore] Add CI/CD golang checks by @crobert-1 in #18
  • [chore] add README instructions to install in product by @atoulme in #12
  • [chore] support Splunk 10 by @atoulme in #11
  • Bump the otelcol group across 3 directories with 12 updates by @dependabot[bot] in #24
  • Bump the otel group across 1 directory with 2 updates by @dependabot[bot] in #22
  • [chore] fix example by @atoulme in #32
  • [chore] set GO_VERSION by @atoulme in #35
  • Bump the otelcol group across 3 directories with 12 updates by @dependabot[bot] in #27
  • Bump golang.org/x/tools from 0.41.0 to 0.42.0 in /internal/tools by @dependabot[bot] in #25
  • [chore] update example to show the use of resource attributes by @atoulme in #36
  • Configure Renovate by @renovate[bot] in #38
  • Bump github.com/golangci/golangci-lint/v2 from 2.8.0 to 2.11.2 in /internal/tools by @dependabot[bot] in #42
  • Bump the otel group across 1 directory with 2 updates by @dependabot[bot] in #40
  • Update codecov/codecov-action action to v5.5.2 by @renovate[bot] in #43
  • [chore] automate the release creation and binaries uploads by @atoulme in #37
  • Bind config to the translations for default index, source, sourcetype by @atoulme in #56
  • Support token auth by @atoulme in #48

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

13 Oct 20:06

Choose a tag to compare

Add a launcher description.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

01 Oct 21:57

Choose a tag to compare

Small fixes to configuration and updates to pass appInspect validation.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Sep 23:01

Choose a tag to compare

This release is experimental ; the input is still considered in development.

Please report issues in the github issues and make sure to star the repository if it helped you!

With v0.1.0, Splunk Connect for OTLP now supports:

  • A custom setup page where you can pick a metric or event index
  • Sending logs/traces/metrics in OTLP format to Splunk Platform, using modinput standard input with a HEC indexed extraction.

Full Changelog: v0.0.1...v0.1.0

v0.0.1

13 Apr 05:25

Choose a tag to compare

First release