Update module github.com/splunk/tarunner to v0.5.1 - #100
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.5.0→v0.5.1Release Notes
splunk/tarunner (github.com/splunk/tarunner)
v0.5.1Compare Source
Changelog
🚀 New components 🚀
splunkinputsreceiver: Expose tarunner as a receiver (#93)🧰 Bug fixes 🧰
all: fix chain of operators (#90)v0.4.1
🛑 Breaking changes 🛑
config: Use a tarunner.yaml file as config file (#72)The tarunner.yaml file is expected to be located at the root of the TA folder.
The program now takes a single argument, the base folder path.
The tarunner.yaml file consists of 3 fields:
type: the type of exporter to use.otlp_httpwill use the OTLP HTTP exporter (default value). Any other value is interpreted as sending over Splunk HEC.endpoint: the endpoint to which to send the data.http://localhost:4318is the default value.token: the token to set if sending over HEC.0.3.0
💡 Enhancements 💡
WinEventLog: Add support for WinEventLog input scheme (#51)This code is experimental and doesn't support advanced options of the WinEventLog input.
tcp: Add support for the tcp stanza (#64)udp: add support for udp inputs (#65)v0.2.1
Testing release workflow.
v0.2.0
💡 Enhancements 💡
cook: Move the cooking logic behind a feature gate (#12)Make sure we send raw data by default with no changes to attributes used by splunk by default
props: Apply SHOULD_LINEMERGE (#7)Enables by default the behavior as configured by the key SHOULD_LINEMERGE in props.conf to apply line merging
to send all entries of a batch into a single entry.
props: Create a feature gate to configure the behavior of TA runner (#7)This behavior is experimental and disabled by default.
Run with
--feature-gates +cookto run all props and cook the data so indexer can accept the data as ready for ingestion.props: add support for field aliases, transforms, and loading props as part of the config. (#4)script, monitor: add metadata mapping to attributes (#22)Map source to com.splunk.source
Map sourcetype to com.splunk.sourcetype
Map index to com.splunk.index
Map host to com.splunk.host
🧰 Bug fixes 🧰
collector: identify the receiver with invalid configuration (#18)v0.1.0
Initial release
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.