-
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
Fix initialization of Logstash service URL #17497
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
ycombinator
added
bug
needs_backport
PR is waiting to be backported to other branches.
Feature:Stack Monitoring
Team:Services
(Deprecated) Label for the former Integrations-Services team
v7.6.3
v7.7.0
v7.8.0
v8.0.0
labels
Apr 4, 2020
Pinging @elastic/stack-monitoring (Stack monitoring) |
Pinging @elastic/integrations-services (Team:Services) |
ycombinator
added
v7.7.1
test-plan
Add this PR to be manual test plan
Metricbeat
Metricbeat
module
and removed
v7.7.0
labels
Apr 4, 2020
ycombinator
force-pushed
the
mb-ls-xp-init-bugfix
branch
from
April 4, 2020 12:36
7fe3afc
to
52aafd9
Compare
zube
bot
added
[zube]: Inbox
[zube]: In Review
and removed
[zube]: In Review
[zube]: Inbox
labels
Apr 5, 2020
ycombinator
force-pushed
the
mb-ls-xp-init-bugfix
branch
from
April 7, 2020 16:31
9401060
to
f4c4fd4
Compare
CI failures are unrelated. Merging. |
This was referenced Apr 7, 2020
ycombinator
removed
the
needs_backport
PR is waiting to be backported to other branches.
label
Apr 7, 2020
ycombinator
added a commit
that referenced
this pull request
Apr 8, 2020
* Fix initialization of Logstash service URL * Adding CHANGELOG entry * Expose Logstash HTTP API port in local environment * Remove once field as it is no longer used * Encapsulating more logic into method * Debugging * Compare cluster UUIDs * Adding ES service * Adding default LS pipeline that outputs to ES cluster * Use beats input so LS pipeline (and node) keeps running * Fixing up ES config in docker compose file * Handle errors * Fixing typo * COPY pipeline file as part of image * Refactoring code to make testable + Adding unit tests * Adding comment for test * Fixing URIs
ycombinator
added a commit
that referenced
this pull request
Apr 8, 2020
* Fix initialization of Logstash service URL * Adding CHANGELOG entry * Expose Logstash HTTP API port in local environment * Remove once field as it is no longer used * Encapsulating more logic into method * Debugging * Compare cluster UUIDs * Adding ES service * Adding default LS pipeline that outputs to ES cluster * Use beats input so LS pipeline (and node) keeps running * Fixing up ES config in docker compose file * Handle errors * Fixing typo * COPY pipeline file as part of image * Refactoring code to make testable + Adding unit tests * Adding comment for test * Fixing URIs
ycombinator
added a commit
that referenced
this pull request
Apr 9, 2020
* Fix initialization of Logstash service URL (#17497) * Fix initialization of Logstash service URL * Adding CHANGELOG entry * Expose Logstash HTTP API port in local environment * Remove once field as it is no longer used * Encapsulating more logic into method * Debugging * Compare cluster UUIDs * Adding ES service * Adding default LS pipeline that outputs to ES cluster * Use beats input so LS pipeline (and node) keeps running * Fixing up ES config in docker compose file * Handle errors * Fixing typo * COPY pipeline file as part of image * Refactoring code to make testable + Adding unit tests * Adding comment for test * Fixing URIs * CHANGELOG grooming * Removing assert
6 tasks
leweafan
pushed a commit
to leweafan/beats
that referenced
this pull request
Apr 28, 2023
…7592) * Fix initialization of Logstash service URL * Adding CHANGELOG entry * Expose Logstash HTTP API port in local environment * Remove once field as it is no longer used * Encapsulating more logic into method * Debugging * Compare cluster UUIDs * Adding ES service * Adding default LS pipeline that outputs to ES cluster * Use beats input so LS pipeline (and node) keeps running * Fixing up ES config in docker compose file * Handle errors * Fixing typo * COPY pipeline file as part of image * Refactoring code to make testable + Adding unit tests * Adding comment for test * Fixing URIs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Feature:Stack Monitoring
Metricbeat
Metricbeat
module
Team:Services
(Deprecated) Label for the former Integrations-Services team
v7.6.3
v7.7.1
v7.8.0
v8.0.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.
What does this PR do?
This PR fixes the initialization of the Logstash service's URI in the
logstash/node_stats
metricset.Why is it important?
Prior to this fix, when the
logstash-xpack
Metricbeat module was enabled, users would need to start up Metricbeat after Logstash was started up in order for thelogstash/node_stats
metricset to report the correct data.Checklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues