Skip to content
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

Advanced match_fields #537

Merged
merged 14 commits into from
Nov 27, 2023
Merged

Advanced match_fields #537

merged 14 commits into from
Nov 27, 2023

Conversation

HeadHunter483
Copy link
Collaborator

Fixes #536

Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Attention: 53 lines in your changes are missing coverage. Please review.

Comparison is base (beb2d16) 67.86% compared to head (1666454) 69.68%.
Report is 3 commits behind head on master.

Files Patch % Lines
plugin/action/split/split.go 55.26% 12 Missing and 5 partials ⚠️
pipeline/do_if.go 96.83% 7 Missing and 2 partials ⚠️
pipeline/processor.go 76.31% 8 Missing and 1 partial ⚠️
pipeline/event.go 69.23% 4 Missing ⚠️
fd/file.d.go 40.00% 2 Missing and 1 partial ⚠️
plugin/action/move/move.go 95.16% 2 Missing and 1 partial ⚠️
plugin/output/gelf/gelf.go 0.00% 3 Missing ⚠️
e2e/split_join/split_join.go 97.36% 2 Missing ⚠️
plugin/output/elasticsearch/elasticsearch.go 0.00% 2 Missing ⚠️
pipeline/pipeline.go 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #537      +/-   ##
==========================================
+ Coverage   67.86%   69.68%   +1.81%     
==========================================
  Files         104      109       +5     
  Lines       10705    11318     +613     
==========================================
+ Hits         7265     7887     +622     
+ Misses       2977     2949      -28     
- Partials      463      482      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@HeadHunter483 HeadHunter483 changed the title Draft: 536 new match fields Advanced match_fields Nov 16, 2023
fd/util.go Show resolved Hide resolved
@HeadHunter483 HeadHunter483 merged commit 86db123 into master Nov 27, 2023
10 checks passed
@HeadHunter483 HeadHunter483 deleted the 536-new-match-fields branch November 27, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Add more flexible rules for match_fields
3 participants