Skip to content

Issues: vectordotdev/vrl

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Reduce boilerplate required to add VRL parsing functions type: enhancement A value-adding code change that enhances its existing functionality vrl: stdlib Changes to the standard library
#4 opened Feb 17, 2023 by fuchsnj
VRL: operator compare two timestamp objects type: feature A value-adding code addition that introduce new functionality. vrl: compiler Changes to the compiler
#78 opened Feb 25, 2022 by naveedyahyazadeh
Support xxhash type: feature A value-adding code addition that introduce new functionality. vrl: stdlib Changes to the standard library
#72 opened Mar 31, 2022 by eugene-bright
Add zip function to VRL type: feature A value-adding code addition that introduce new functionality. vrl: stdlib Changes to the standard library
#53 opened Jun 10, 2022 by jszwedko
add (syntax-only) modules for functions type: enhancement A value-adding code change that enhances its existing functionality vrl: syntax Changes to the syntax
#145 opened Dec 11, 2020 by JeanMertz
allow working with durations type: feature A value-adding code addition that introduce new functionality. vrl: syntax Changes to the syntax
#144 opened Dec 15, 2020 by JeanMertz
Add Remap function for comparing semantic versions type: enhancement A value-adding code change that enhances its existing functionality vrl: stdlib Changes to the standard library
#143 opened Dec 15, 2020 by lucperkins
rename to_syslog_severity to parse_syslog_severity vrl: stdlib Changes to the standard library
#141 opened Jan 9, 2021 by JeanMertz
Support for HereDocs in Remap type: feature A value-adding code addition that introduce new functionality. vrl: syntax Changes to the syntax
#140 opened Jan 15, 2021 by binarylogic
5 tasks
New to_hive_partition Remap function type: feature A value-adding code addition that introduce new functionality. vrl: stdlib Changes to the standard library
#139 opened Jan 15, 2021 by binarylogic
6 tasks
Allow for slice expressions in Remap type: enhancement A value-adding code change that enhances its existing functionality vrl: parser Changes to the syntax parser
#138 opened Jan 15, 2021 by binarylogic
3 tasks
New parse_<framework> Remap functions (niche log parsing) type: feature A value-adding code addition that introduce new functionality. vrl: stdlib Changes to the standard library
#136 opened Jan 21, 2021 by binarylogic
Benchmark del and exists vrl functions type: enhancement A value-adding code change that enhances its existing functionality vrl: stdlib Changes to the standard library
#135 opened Feb 22, 2021 by jszwedko
Benchmark now and uuidv4 vrl functions type: enhancement A value-adding code change that enhances its existing functionality
#134 opened Feb 22, 2021 by jszwedko
Support for Additional Data Type Conversion in Grok Patterns vrl: stdlib Changes to the standard library
#1061 opened Oct 2, 2024 by Anton0C
Add summary of passed/skipped/failed tests to VRL test harness domain: tests Anything related to internal tests type: enhancement A value-adding code change that enhances its existing functionality
#132 opened Mar 12, 2021 by bruceg
VRL: syslog priority parsing meta: good first issue Anything that is good for new contributors type: enhancement A value-adding code change that enhances its existing functionality vrl: stdlib Changes to the standard library
#131 opened Mar 25, 2021 by rwaweber
Allow else keyword on newline in VRL type: enhancement A value-adding code change that enhances its existing functionality vrl: parser Changes to the syntax parser
#129 opened Mar 31, 2021 by jszwedko
Allow defaulting a non-existent path in VRL type: enhancement A value-adding code change that enhances its existing functionality vrl: compiler Changes to the compiler vrl: stdlib Changes to the standard library
#128 opened Apr 8, 2021 by jszwedko
Allow specification of multiple timestamp formats to parse_timestamp type: enhancement A value-adding code change that enhances its existing functionality vrl: stdlib Changes to the standard library
#127 opened Apr 9, 2021 by rabbitstack
Add format_csv function to VRL type: enhancement A value-adding code change that enhances its existing functionality vrl: stdlib Changes to the standard library
#126 opened Apr 14, 2021 by jszwedko
Add to_entries and from_entries to VRL type: enhancement A value-adding code change that enhances its existing functionality vrl: stdlib Changes to the standard library
#124 opened Apr 16, 2021 by jszwedko
Support non-quoted integer path segments type: enhancement A value-adding code change that enhances its existing functionality vrl: syntax Changes to the syntax
#123 opened Apr 20, 2021 by ktff
Implement a bit-test function within VRL type: feature A value-adding code addition that introduce new functionality. vrl: stdlib Changes to the standard library
#122 opened Apr 22, 2021 by aphelps
ProTip! Exclude everything labeled bug with -label:bug.