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!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...