Use map field as index name

In my logstash config file

map['first_name'] ||= event.get('first_name') .

when i try to use that as my index
index => "%{first_name}"

index doesn't create.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.