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

[filebeat/input/redis/slowlog] Add client IP and name to documents #40973

Open
jdheyburn opened this issue Sep 24, 2024 · 1 comment · May be fixed by #41507
Open

[filebeat/input/redis/slowlog] Add client IP and name to documents #40973

jdheyburn opened this issue Sep 24, 2024 · 1 comment · May be fixed by #41507
Labels
needs_team Indicates that the issue/PR needs a Team:* label

Comments

@jdheyburn
Copy link
Contributor

Describe the enhancement:

The Redis SLOWLOG GET command responds back with fields for:

  • Client IP address and port
  • Client name if set via the CLIENT SETNAME command

https://redis.io/docs/latest/commands/slowlog-get/

Filebeat currently does not submit these.

Describe a specific use case for the enhancement or feature:

When viewing the slow logs in Kibana, we can use the client as another way to slice and dice visualisation to aid in where the slow commands are coming from.

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Sep 24, 2024
@botelastic
Copy link

botelastic bot commented Sep 24, 2024

This issue doesn't have a Team:<team> label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
1 participant