Resource: splunk_outputs_tcp_group

Access to the configuration of a group of one or more data forwarding destinations.

Example Usage

resource "splunk_outputs_tcp_group" "tcp_group" {
    name = "tcp-group"
    disabled = false
    drop_events_on_queue_full = 60
    send_cooked_data = true
    max_queue_size = "100KB"
    servers = ["1.1.1.1:1234", "2.2.2.2:1234"]
}

Argument Reference

For latest resource argument reference: https://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESToutput#data.2Foutputs.2Ftcp.2Fgroup

This resource block supports the following arguments:

Attribute Reference

In addition to all arguments above, This resource block exports the following arguments: