Keep in mind that ES index names can only be all lowercase (so you have to 
lowercase the values first in LS). Try something like this (after 
lowercasing the values first)?

output {
  elasticsearch { 
    host => "localhost"
    index => "%{MONTH}-%{MONTHDAY}"
  }
}

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/bed282eb-3ad9-41f6-b692-0e5acbe295ad%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to