-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OTTL additional converters #31930
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Component(s)
pkg/ottl
Is your feature request related to a problem? Please describe.
as we discussed with @evan-bradley at KubeCon we'd like to contribute to OTTL and identified some features which are missing from our point of view and we'd like to contribute them.
i'm bringing here (hopefully) a descriptive task list with these items to discuss and find agreement which of these fit and which do not fit upstream
for those we agree to work on upstream I'd create a separate issues where we can talk specifics
Describe the solution you'd like
*checked are things we agreed on
Converters
Time
converterAppend
converter appending one or more items into an arrayrename
function #31901set
:set
#31808ExtractGrokPatterns
alternative toExtractPatterns
for better user experiencefail
conflict strategy formerge_maps
(fail fails with error in case target field is present)MurmurHash3
SHA-512
MD5
ParseKeyValue
Allow regex for delimitersuser_agent
)join
: Accept field array for Concat or provide ConcatFieldNetworkDirection
converter providing inbound/outbound direction based on source, dest and internal network fieldsSort
converter sorting array value asc or descTranslate
converter that converts a field to a string value based on a predefined mappingFilter
converter to parse the PRI field from the front of a Syslog (RFC3164) messageExtractGrokPattern
converter returning a map of values fitting parsed patternsProcessors
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: