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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...