-
Notifications
You must be signed in to change notification settings - Fork 458
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
Add ignore_older to remaining nginx and system data streams #3691
Add ignore_older to remaining nginx and system data streams #3691
Conversation
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
🌐 Coverage report
|
Is If not can you add those as well? |
Looks like the windows integration was handled in 3a6e380 |
- name: ignore_older | ||
type: text | ||
title: Ignore events older than | ||
default: 72h |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any specific reason we are having 72h as a default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like at least a few other data streams set the same default, so I went with that.
changes: | ||
- description: Add ignore_older to log data streams | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/3690 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drive-by, because I happened to be looking, this is #3691
What does this PR do?
This closes #3147 and adds
ignore_older
fields for the remaining data streams insystem
, as well asnginx
.Checklist
changelog.yml
file.