-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Filebeat Redis module #4441
Filebeat Redis module #4441
Conversation
54980ff
to
b781250
Compare
ba7f73b
to
9e5c298
Compare
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.
Great to see a module on top of the new prospector type.
"beat": common.MapStr{ | ||
"read_timestamp": common.Time(time.Now()), | ||
}, | ||
"read_timestamp": common.Time(time.Now()), |
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.
That means read_timestamp
is now a "common" global field in filebeat?
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.
Yeah, that's how it is since we introduced the modules. We can still change it for 6.0..
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.
Yeah, now I remember we even had a quick discussion. +1 on changing it but not sure what to :-)
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.
LGTM, nice dashboard
LGTM, please address |
9e5c298
to
6f0ca38
Compare
Contains two filesets: * One for collecting & parsing the logs written on disk by Redis * One that uses the Redis prospector to interrogate the slow logs This also moves beat.read_timestamp to read_timestamp to match the rest of the modules.
6f0ca38
to
c1d41d4
Compare
Remaining test failures don't look related. |
Contains two filesets:
TODOs:
This also moves
beat.read_timestamp
toread_timestamp
to match the rest of the modules.