fluent-plugin-aws-elasticsearch-service icon indicating copy to clipboard operation
fluent-plugin-aws-elasticsearch-service copied to clipboard

Match es.** doesn't work

Open egulik opened this issue 9 years ago • 3 comments

Hello, it seems like <match es.**> doesn't work and in fact the only match that works is **. Here's what I have in my config:

<source>
  type tail
  format apache2
  time_format "%d/%b/%Y:%T %z"
  path /var/log/httpd/error_log
  pos_file /var/log/td-agent/apache.error.pos
  tag es.apache.error
</source>

<match es.**>
  type "aws-elasticsearch-service"
  type_name "error_log"
  logstash_format true
  include_tag_key true
  tag_key "@log_name"
  flush_interval 5s

  log_level debug
  buffer_chunk_limit 512K
  max_retry_wait 300

  <endpoint>
    url "https://es-link..."
    region "us-west-1"
    access_key_id "...."
    secret_access_key "....."
  </endpoint>
</match>

Any input appreciated, Thanks

egulik avatar Feb 03 '16 17:02 egulik

Hi @egulik ,

Thank you for the feedback.

Can you publish the log of fluentd?

thanks,

atomta

atomita avatar Feb 06 '16 07:02 atomita

ran into the same things es.** doesn't work, only ** would work

ericln avatar Sep 13 '16 23:09 ericln

I can confirm that this is still an issue. To be clear, it doesn't appear that ANY matching is working.

ilovemysillybanana avatar Jul 03 '18 14:07 ilovemysillybanana