Giter Site home page Giter Site logo

elsesiy / fluent-plugin-azure-storage-append-blob-lts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microsoft/fluent-plugin-azure-storage-append-blob

6.0 6.0 6.0 60 KB

Fluent Plugin Azure Storage Append Blob

License: MIT License

Ruby 95.11% Dockerfile 4.89%

fluent-plugin-azure-storage-append-blob-lts's Introduction

Hi, I'm Jonas. I like ๐Ÿง— and ๐Ÿ“š.

Currently, I work @Snowflake in the Platform team. In my spare time I ๐Ÿ‘จโ€๐Ÿ’ป stuff mostly in Go and contribute to all things Kubernetes.

You can follow me on GitHub (obviously), Twitter or bookmark my personal website ๐Ÿ˜‰.

fluent-plugin-azure-storage-append-blob-lts's People

Contributors

avoltz avatar cristiklein avatar elsesiy avatar korjik avatar logachev avatar maxkochubey avatar microsoftopensource avatar msftgits avatar songjiaxun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fluent-plugin-azure-storage-append-blob-lts's Issues

Install failing

I'm unable to install this plugin in the official Fluentd (v1.12 and v1.11) Docker image, I don't see any additional requirements listed. I've attached an example docker file to show the issue, could you take a look?

FROM fluent/fluentd:v1.12

# Use root account to use apk
USER root

# Add custom plugins
RUN set -eu; \
  apk add --no-cache --update --virtual .build-deps sudo build-base ruby-dev; \
  sudo gem install --debug --backtrace --verbose \
  fluent-plugin-azure-storage-append-blob-lts; \
  sudo gem sources --clear-all; \
  apk del .build-deps; \
  rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem;

# Set back to non-root user
USER fluent

Add support for Gov cloud

The blob storage service needs to handle different storage endpoint suffixes. These are based on environment definitions documented here.

Support chunk id in storage path

Currently, we are passing Metadata instead of Chunk to function extract_placeholders.

@azure_storage_path = extract_placeholders(storage_path, metadata)

This prevents users from using chunk_id as a part of the output path. You will get this error message if you pass ${chunk_id} to azure_object_key_format:

[warn]: #0 ${chunk_id} is not allowed in this plugin. Pass Chunk instead of metadata in extract_placeholders's 2nd argument.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.