HI,
I have tried Re-Index one of the index. While Re-Indexing, it is taking the data from other indexes as well. Have given the config file below.
input
{
elasticsearch
{
hosts => [ "localhost" ]
index => "sanjay"
}
}
output
{
elasticsearch
{
hosts => "localhost:9200"
index => "MDSR"
document_type => "MDSR"
}
stdout
{
codec => "json"
}
}
When I run this config file, it is taking the data from "sanjay_reddy" index as well.
Is there anything that I should change?
Please help me out
Regards,
Sanjay Reddy M.