Which of the following enables compression for universal forwarders in outputs.conf?
Which of the following enables compression for universal forwarders in outputs.conf?
To enable compression for universal forwarders in the outputs.conf file, you need to add the 'compressed=true' option in the [tcpout] stanza. This specifies that the forwarder should compress data before sending it to the indexers. The correct configuration that matches this requirement is '[tcpout] defaultGroup=my_indexers compressed=true'.
B. [tcpout] defaultGroup=my_indexers compressed=true to enable compression on UF add option compressed=true in stanza
this answer = B - formatting is wonky... You could also see for SSL (shown below) [tcpout] defaultGroup=my_indexers compressed=true #HTTP Only useClientSSLCompression=true #SSL
B. P73 data admin pdf
Agreed B. Quoting the reference URL https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf # Compression # # This example sends compressed events to the remote indexer. # NOTE: Compression can be enabled TCP or SSL outputs only. # The receiver input port should also have compression enabled. [tcpout] server = splunkServer.example.com:4433 compressed = true
B is correct
B is the ans