-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
out_azure: improvement: add table prefix support for Azure Log Analytics plugin #7663
out_azure: improvement: add table prefix support for Azure Log Analytics plugin #7663
Conversation
Signed-off-by: Kushal Azim Ekram <[email protected]>
Signed-off-by: Kushal Azim Ekram <[email protected]>
For fuzzer issues I would check with @DavidKorczynski but this looks like an issue that was fixed in |
CIFuzz failed because of a detected leak:
The leak is unrelated to the PR, so the PR is good to go from that perspective. |
Thanks @DavidKorczynski and @patrick-stephens for the reply and help. |
@patrick-stephens |
I cannot review the implementation - I cover build automation really - but it will be in the review queue so I'm sure @leonardo-albertovich will get to it as soon as he can. Make sure everything is ready but I think it is. |
I'll do a |
…alytics_prefix Signed-off-by: Kushal Azim Ekram <[email protected]>
…ics plugin (#7663) --------- Signed-off-by: Kushal Azim Ekram <[email protected]>
Added Prefix support for Azure Log Analytics output plugin
This PR implements this issue: #7420
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
- [N/A] Run local packaging test showing all targets (including any new ones) build.- [N/A] Setok-package-test
label to test for all targets (requires maintainer to do).Documentation
Documentation PR Link: fluent/fluent-bit-docs#1154
Input Configs
Config scenario 1: Original config
Will create a table named someapp
Config scenario 2: Reading prefix from k8s label
Config scenario 3: non-existing k8s label
This'll still work, making it backward compatible; but will print a warning message that the label was not found.
Valgrind Logs
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.