-
Notifications
You must be signed in to change notification settings - Fork 32
Syslog drain app error messages in app log stream #633
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
Draft
corporatemax
wants to merge
35
commits into
cloudfoundry:main
Choose a base branch
from
corporatemax:syslog-drain-app-error-messages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+619
−187
Draft
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
29533d9
add error messages from syslog drains to the app log stream
corporatemax dd8f517
remove AppLogEmitter from filtered_binding_fetcher
corporatemax a45b295
only emit logs in retry writer
corporatemax 6bb279e
remove unused field of struct (lint issue)
corporatemax fc1737e
read forwarder agend address from environment/bpm template
corporatemax 2ab4406
wip add syslog drain validation logic to syslog binding cache
corporatemax 090afa3
reorganize checks and increase polling interval for testing
corporatemax aead4a2
wip disable env loading for GRPC struct
corporatemax 26f4f74
wip disable certificate check
corporatemax 1855134
wip add tls config for forwarder agent communication
corporatemax 54cdff7
add forwarder agent properties to binding cache to be able to send ap…
corporatemax 8e07df5
fix certificate naming in bpm.yml.erb
corporatemax 2d7737e
add IPChecker blacklist and resolveaddr checks to syslog binding cache
corporatemax cec14be
add blacklist IP range parameter
corporatemax f649bfc
fix wrong reference of blacklisted_syslog_ranges
corporatemax 00d1cdb
fix use method to read config parameter
corporatemax 0a8b6e9
convert blacklist to JSON
corporatemax b9b416a
remove blacklist json conversion
corporatemax 44b0ebf
add blacklist templating logic from syslog agent
corporatemax e5adc81
add certificate check
corporatemax eddc3de
add failed hosts cache
corporatemax 7075790
handle all credentials of a syslog drain binding
corporatemax 8948636
reset default API Polling Interval for syslog binding cache
corporatemax 129505c
make forwarder agent address in syslog agent parametrizable
corporatemax ab410cc
rename l and log to logger consistently in syslog binding cache
corporatemax 60adb72
move fake ipchecker to binding package
corporatemax ec746fd
Remove Forwarder Agent property from config
corporatemax 4a1384e
remove empty lines
corporatemax 0294347
rename bindings
corporatemax 0f48d93
move AppLogEmitter to applog package
corporatemax 481f003
Rename AppLogEmmitter to LogEmitter
corporatemax 919c103
rename factory method
corporatemax dece6cb
add EmitPlatformLog method to logEmitter
corporatemax 3eec605
add platform logging to validation checks
corporatemax 8a41b8f
write connection errors to platform log stream
corporatemax File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <%= p("agent.cert") %> |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <%= p("agent.key") %> |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <%= p("agent.ca_cert") %> |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.