logstash-plugins / logstash-integration-aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS/AmazonMQ - allow defining dimensions to collect

mitoihs opened this issue · comments

I would like to collect both the name of a broker and the name of a queue.

cloudwatch {
    namespace => "AWS/AmazonMQ"
    filters => {
        "Broker" => "<my broker>"
        "Queue" => "<my queue>" # < I don't want to filter by the queue but I want its name in the output
    }
    (...)
}

Currently, the only dimension in the result is Broker and that's not enough to properly analyze those metrics.