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.
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