Kushal Azim Ekram
Kushal Azim Ekram
I use a bash function `clip` which converts the line-ending to Windows and copies to the clipboard. ```bash clip () { local clip_path=/mnt/c/Windows/System32/Clip.exe local in=$1 [ ! -f ${clip_path} ]...
@iamnicoj @sivamu @juzuluag
Hey @agup006 I'm currently looking into it. My plan is basically replicate the Azure LA plugin with added functionality. And for now just looking into Shared Key based Auth
Hey y'all Created `azure_logs_ingestion` plugin. See https://github.com/kforeverisback/fluent-bit/tree/feature/logs_ingestion Feel free to try it out! Here is a sample conf with `azure_logs_ingestion` plugin: ```ini [INPUT] Name tail Path /path/to/sample_access.log Tag sample Key...
@agup006 Do we have a timeline/deadline for the 2.1 release? or KubeCon EU?
Just created a PR for the DCR output plugin. https://github.com/fluent/fluent-bit/pull/7155
@tanmaya-panda1 Could you provide some sample configuration that uses these changes and Valgrind output showing no mem-leak? That way this PR would get more confidence. See one of these PRs...
> Thanks @kforeverisback for your comments. > > The valgrind output is as follows > > ==43298== Memcheck, a memory error detector ==43298== Copyright (C) 2002-2017, and GNU GPL'd, by...
@tanmaya-panda1 I'll test your original config with a Kusto Cluster I have up and running sometimes tomorrow or next week.
@jlaundry @edsiper and @patrick-stephens I originally developed this plugin. Will test it out today and post any change request if necessary.