* Rui Goncalves <[email protected]> [20160217 13:22]: > Does anyone know where can I find information about messages durability? > > > My question is, while sending messages via TCP input do I have any > guarantee that messages are persisted in graylog2 journal? > > ex: echo ???log message??? | nc host port > > Before returning, does "log message" is stored on journal and not only > accepted by graylog2?
TCP does not offer such guarantees to a message sender. > What about messages sent via http, as explained here: > http://docs.graylog.org/en/1.3/pages/sending_data.html#gelf-via-http >From this link: The server will return a 202 Accepted when the message was accepted for processing. qvb -- pica -- 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/20160217145152.GA25430%40grummit.biaix.org. For more options, visit https://groups.google.com/d/optout.
