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

Add a secret parameter #1

Merged
merged 1 commit into from Jul 6, 2015
Merged

Conversation

cosmo0920
Copy link
Contributor

In fluentd 0.12.11 or later supports secret parameter feature.
This feature works in log as below:

  <match metrics>
    type hrforecast
    hrfapi_url http://hrforecast.local/api/
    graph_path service/${tag}/${key_name}
    name_key_pattern ^field_(.*)$
    enable_float_number true
    datetime_key date_field
    datetime_key_format %Y/%m/%d
    datetime_format %Y-%m-%d %H:%M:%S
    authentication basic
    username hruser
    password xxxxxx
  </match>
</ROOT>

In fluentd 0.12.11 or later supports secret parameter feature.
This feature works in log as below:

```log
  <match metrics>
    type hrforecast
    hrfapi_url http://hrforecast.local/api/
    graph_path service/${tag}/${key_name}
    name_key_pattern ^field_(.*)$
    enable_float_number true
    datetime_key date_field
    datetime_key_format %Y/%m/%d
    datetime_format %Y-%m-%d %H:%M:%S
    authentication basic
    username hruser
    password xxxxxx
  </match>
</ROOT>
```
do-aki added a commit that referenced this pull request Jul 6, 2015
@do-aki do-aki merged commit 4353baf into do-aki:master Jul 6, 2015
@do-aki
Copy link
Owner

do-aki commented Jul 6, 2015

thank you!

@cosmo0920
Copy link
Contributor Author

Thanks!!

@cosmo0920 cosmo0920 deleted the add-secret-params branch July 6, 2015 02:14
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.

None yet

2 participants