Right now this is how it looks,
elasticsearch {
user => "admin"
password => "elastic"
index => "customs"
manage_template => false
template_name => "template1"
document_type => "test"
document_id => "%{item_id}"
hosts => "https://localhost:9200/"
flush_size => 1000
}
There is one more field with class_Id, how can combine item_id and class_id to form one single document_id in logstash
Thank You