The feature delete_by_query is deprecated, see: https://www.elastic.co/guide/en/elasticsearch/reference/1.6/docs-delete-by-query.html
Deprecated in 1.5.3. "Delete by Query will be removed in 2.0: it is problematic since it silently forces a refresh which can quickly cause OutOfMemoryError during concurrent indexing, and can also cause primary and replica to become inconsistent. Instead, use thescroll/scan API <https://www.elastic.co/guide/en/elasticsearch/reference/1.6/search-request-scroll.html> to find all matching ids and then issue a bulk request to delete them.. -- You received this message because you are subscribed to the Google Groups "Graylog Users" 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/graylog2/49a1875f-c504-4430-86a8-154bd514131f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
