Hello Mark,
I am indexing through logstash in the following way:
output {
elasticsearch {
protocol => "http"
cluster => "CLUSTER"
}
}
The data is in json format and i am filtering the data as follows:
filter {
json {
source => "message"
}
}
Thank you for your help,
Eylül
On Sunday, November 9, 2014 11:31:24 PM UTC+1, Mark Walkom wrote:
>
> This sort of thing will only really happen if you have dangling indexes or
> other nodes in the cluster that leave and then join later, which is just
> another form of dangling indexes.
>
> What sort of data is it, how are you indexing it?
>
> On 9 November 2014 12:41, kilsedar <[email protected] <javascript:>>
> wrote:
>
>> Hello All,
>> I switched to latest beta version of elasticsearch-1.4.0.Beta1, for it to
>> be compatible with kibana-4.0.0-BETA1.1
>> Right now when I delete docs and index some new data the old data comes
>> back.
>> By the way I am using head plugin of elasticsearch to delete the index.
>>
>> Before upgrading I could actually delete, and a new index was being
>> created per day, named as the date of that day. Right now a new index is
>> never created and data is pushed to the same index. I would like to go back
>> to the old configuration.
>>
>> What how I solve this issue?
>>
>> Thanks!
>>
>> Eylül
>>
>> --
>> 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] <javascript:>.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/elasticsearch/32010d1b-794a-4d73-af42-059c4f415703%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/elasticsearch/32010d1b-794a-4d73-af42-059c4f415703%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
--
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/537e8936-2d1d-42e0-aa0b-6743ab97477c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.