Use default partition key when tag does not exist in kinesis output (#4904)

This commit is contained in:
Marcos Nils
2018-10-26 03:51:14 -03:00
committed by Daniel Nelson
parent 170cddc956
commit 742a74dcf0
3 changed files with 22 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ All metrics will be mapped to the same shard which may limit throughput.
#### tag
This will take the value of the specified tag from each metric as the paritionKey.
If the tag is not found an empty string will be used.
If the tag is not found the `default` value will be used or `telegraf` if unspecified
#### measurement