Skip to content
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

Migrate to use v0.14 API #1

Merged
merged 5 commits into from
May 31, 2017
Merged

Conversation

cosmo0920
Copy link
Contributor

I've tried to use v0.14 Output Plugin API.
I've tested with the following config(without sensitive information):

<source>
    @type tail                         # input plugin
    path /var/log/apache2/access.log   # monitoring file
    pos_file /tmp/fluentd_pos_file     # position file
    format apache                      # format
    tag azure-loganalytics.access      # tag
</source>

<match azure-loganalytics.**>
    @type azure-loganalytics
    customer_id MY_CUSTOMER_KEY
    shared_key MY_SHARED_KEY
    log_type ApacheAccessLog
</match>

Thanks,

@yokawasa yokawasa self-requested a review May 31, 2017 21:32
@yokawasa
Copy link
Owner

@cosmo0920
I confirmed that everything works well with Fluentd v0.14. Thanks alot!

@yokawasa yokawasa merged commit 9ef338e into yokawasa:master May 31, 2017
@cosmo0920 cosmo0920 deleted the migrate-v0.14 branch June 1, 2017 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants