Filter plugin for fluentd to append IMDS metadata to logs
Перейти к файлу
Raaghavi Sivaguru 6a73403b8a Update version 2020-06-08 17:16:22 -07:00
.github/workflows Create gempush.yml 2020-04-20 23:22:58 -07:00
lib/fluent/plugin Code refactor 2020-06-08 17:12:38 -07:00
test Code refactor 2020-06-08 17:12:38 -07:00
.gitignore Initial commit 2020-04-15 15:56:01 +00:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-04-15 08:56:05 -07:00
Gemfile Initial commit 2020-04-15 11:32:48 -07:00
Gemfile.lock added functionality to recache IMDS if initial request fails 2020-04-15 17:07:13 -07:00
LICENSE Initial LICENSE commit 2020-04-15 08:56:06 -07:00
README.md fixed formatting 2020-04-20 10:14:42 -07:00
Rakefile fixed formatting 2020-04-20 10:14:42 -07:00
SECURITY.md Initial SECURITY.md commit 2020-04-15 08:56:08 -07:00
fluent-plugin-imds.gemspec Update version 2020-06-08 17:16:22 -07:00

README.md

fluent-plugin-imds

Fluentd filter plugin to add Azure metadata to logs.

Fluentd filter plugin to add Azure metadata to logs.

Installation

RubyGems

$ gem install fluent-plugin-imds

Bundler

Add following line to your Gemfile:

gem "fluent-plugin-imds"

And then execute:

$ bundle

Configuration

Sample Configuration:

@type imds

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.