Bulk UDP deprecated?

Hi all,

Can anyone tell me why the Bulk UDP service is being deprecated?

I'm using it currently as it's a handy way to send non-critical data to
ES without the associated overheads of doing it via the standard API and
without affecting the performance of the application sending the data
(as it's essentially fire-and-forget).

Kind regards,
Steve.

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/mergv2%24qpm%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.

See Remove Bulk UDP by jpountz · Pull Request #7595 · elastic/elasticsearch · GitHub

"This feature is rarely used. Removing it will help reduce the moving parts
of Elasticsearch and focus on the core."

If there is demand, I can jump in and move the bulk UDP code to a
community-supported plugin for ES 2.0

For syslog, I have implemented a similar plugin:

Jörg

On Tue, Mar 24, 2015 at 12:14 PM, Steve Freegard smf@fsl.com wrote:

Hi all,

Can anyone tell me why the Bulk UDP service is being deprecated?

I'm using it currently as it's a handy way to send non-critical data to ES
without the associated overheads of doing it via the standard API and
without affecting the performance of the application sending the data (as
it's essentially fire-and-forget).

Kind regards,
Steve.

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/
msgid/elasticsearch/mergv2%24qpm%241%40ger.gmane.org.
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoFv2Wyc4SQYQFbWqe_629twmT_3hU3CubunLsB%3D5Tnpjg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Yes we use it too. It is very handy for non critical data without performance impact.
It would be great as plugin.