- host - The hostname or IP address of the logstash server.
- port - The port of the logstash server's input.
- timeout - Global socket timeout. A timeout will be used if the server does not respond within a certain amount of time.
- host - The hostname or IP address of the logstash server.
- port - The port of the logstash server's input.
- timeout - Global socket timeout. A timeout will be used if the server does not respond within a certain amount of time.
- chunk_size - The number of log entries to store before sending over a single connection to logstash.
- max_store_time - The amount of time that should elapse before sending the available messages to logstash, even if the queue has not reached the chunk_size.