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

Use statistic_value #5

Open
Bhavithrask opened this issue Nov 2, 2018 · 3 comments
Open

Use statistic_value #5

Bhavithrask opened this issue Nov 2, 2018 · 3 comments

Comments

@Bhavithrask
Copy link

I'm getting the following error while running the plugin

"parameter validator found 3 errors:\n - missing required parameter params[:metric_data][0][:statistic_values][:sum]\n - missing required parameter params[:metric_data][0][:statistic_values][:minimum]\n - missing required parameter params[:metric_data][0][:statistic_values][:maximum]"

@joker1007
Copy link
Owner

Please tell me a information like following.

  • used fluentd config
  • sample input record
  • error message

@Bhavithrask
Copy link
Author

Bhavithrask commented Nov 6, 2018

I'm trying to get incoming data count using Fluentd_FlowCounter plugin and send it to cloudwatch using Fluentd_CloudwatchPut plugin while trying to send it the following errors of statistic value is thrown
Sample Code is:


@type flowcounter
@Label @CountS
unit minute
aggregate all
tag cloudwatch.FluentdFlowCounter


<label @CountS>

@type cloudwatch_put
aws_key_id "$ { access_key }"
aws_sec_key "$ { secret_key }"
region "${ region }"
namespace "$ { XXXX-fluentd-datacount "
metric_name "FluentdFlowCounter"
unit "Count"
value_key "XXXXX"

name “XXXXX"
value "YYYY"


@Bhavithrask
Copy link
Author

Can I get response for this asap

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

No branches or pull requests

2 participants