-
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_kusto : fix multiple files tail issue and timeout issue #8430
base: master
Are you sure you want to change the base?
Conversation
998a198
to
6243a8a
Compare
Signed-off-by: Tanmaya Panda <[email protected]>
6243a8a
to
2671c89
Compare
Hi tanmaya, facing an issue with regards to multiple tail inputs, Hope you can help me: |
832c186
to
5afbb62
Compare
5afbb62
to
27718ce
Compare
5c9ea81
to
a5d9ee2
Compare
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
d4875be
to
6cc5996
Compare
Added documentation for the above changes |
…azure kusto http headers out_azure_kusto : removed extra comma out_azure_kusto : made refresh interval configurable out_azure_kusto : randomized refresh interval out_azure_kusto : azure kusto ingestion resources dynamic parsing out_azure_kusto : added kusto http header and randomizing ingestion resources loading out_azure_kusto : added additional mutexes Signed-off-by: Tanmaya Panda <[email protected]>
Signed-off-by: Tanmaya Panda <[email protected]>
Signed-off-by: Tanmaya Panda <[email protected]>
@edsiper Given that the requested changes have been implemented, is there an ETA on when this pull request will be merged into the main branch? |
@kpantos Since the PR is not yet merged, we have built custom Docker images from this branch that the customers can use in their environment |
Thank you @tanmaya-panda1 customer is already using these images. From what I was able to see in this thread most of the reviewed items have been remediated already and there aren't any pending open issues. So, do you have any idea on when this pull request is going to be merged into the main branch? |
hello @tanmaya-panda1 and @kpantos, |
Thanks @lecaros, really appreciate the response |
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:
[OUTPUT]
name azure_kusto
match *
tenant_id xxxxxxx
client_id xxxxxxx
client_secret xxxxxx
ingestion_endpoint https://ingest-xxxxxx.kusto.windows.net
database_name xxxxx
table_name FluentBit
ingestion_endpoint_connect_timeout 600
compression_enabled On
ingestion_resources_refresh_interval 7200
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-test
label to test for all targets (requires maintainer to do).Documentation
https://github.com/fluent/fluent-bit-docs/pull/1405/files
Backporting
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.