Installation

How to know if useACK flag is off or on for splunk

sanchitlohia
Explorer

I am installing splunk on my aws machines using chef script of splunk. I want to know whether the useACK flag is turned on or off on my aws machine after install.

How do I know that.

Tags (1)

somesoni2
Revered Legend

You can run following REST API search query to get the value of useACK flag.

|rest /services/properties/outputs/tcpout/useACK

Using curl command at command promp/shell

curl -k -u yourAdminUser:yourAdminPwd https://localhost:8089/services/properties/outputs/tcpout/useACK
Get Updates on the Splunk Community!

Now Available: Cisco Talos Threat Intelligence Integrations for Splunk Security Cloud ...

At .conf24, we shared that we were in the process of integrating Cisco Talos threat intelligence into Splunk ...

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Easily Improve Agent Saturation with the Splunk Add-on for OpenTelemetry Collector

Agent Saturation What and Whys In application performance monitoring, saturation is defined as the total load ...