You can specify the index name in the elasticsearch output:

http://logstash.net/docs/1.3.3/outputs/elasticsearch#index

For example, let's say I have a field named clientip, I can make indexes 
named ls-clientip by specifying something like this:

output {
  elasticsearch { 
    host => "localhost"
    index => "ls-%{clientip}"
  }
}

-- 
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/8ed560c0-1dde-45d3-a866-85491670fdd1%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to