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

Grok tags_on_timeout parameter for timing out on pattern matching #2802

Closed
graytaylor0 opened this issue Jun 1, 2023 · 1 comment
Closed
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@graytaylor0
Copy link
Member

Is your feature request related to a problem? Please describe.
As a user of the grok processor, I would like to tag the Events that timeout

Describe the solution you'd like
Example for tagging on match failure (

)

Can have a tag on timeout that will be tagged here (

LOG.error(EVENT, "Matching on record [{}] took longer than [{}] and timed out", record.getData(), grokProcessorConfig.getTimeoutMillis());
)

Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@graytaylor0 graytaylor0 added enhancement New feature or request good first issue Good for newcomers labels Jun 1, 2023
@graytaylor0
Copy link
Member Author

Added in (#4032)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Development

No branches or pull requests

2 participants