-
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
[Metricbeat] Memcached: add support for Unix socket #15822
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mtojek
added
Metricbeat
Metricbeat
needs_backport
PR is waiting to be backported to other branches.
labels
Jan 24, 2020
mtojek
force-pushed
the
13685-unix-socket
branch
from
January 24, 2020 14:40
a284ab7
to
306d7a3
Compare
jsoriano
reviewed
Jan 24, 2020
Do we want to add any new config options to the reference configs? |
I've updated the PR. No additional config options are exposed. |
jsoriano
approved these changes
Jan 27, 2020
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!
mtojek
added a commit
to mtojek/beats
that referenced
this pull request
Jan 27, 2020
* Memcached: add support for Unix socket * Use single host field for URI (cherry picked from commit 4a072f7)
mtojek
added
v7.7.0
and removed
needs_backport
PR is waiting to be backported to other branches.
labels
Jan 27, 2020
andresrc
added
the
Team:Services
(Deprecated) Label for the former Integrations-Services team
label
Mar 21, 2020
Pinging @elastic/integrations-services (Team:Services) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Metricbeat
Metricbeat
Team:Services
(Deprecated) Label for the former Integrations-Services team
test-plan
Add this PR to be manual test plan
test-plan-added
This PR has been added to the test plan
v7.7.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for Unix socket in the Memcached Metricbeat module.
Issue: #13685
How to test this PR locally
memcached
instance with Unix socket (AFAIR-s /path_to_socket
).memcached
metricbeat module.hosts: [ "unix://path_to_socket" ]
.metricbeat
with-e -d processors
and observe events flow.