You need to ensure that a specific app deployed via Deployment Server overwrites local configurations on the client. What is the correct way to handle this?
Trap 1: Use the 'override = true' flag in inputs.conf.
This flag does not exist in inputs.conf.
Trap 2: Use the 'priority' attribute in serverclass.conf.
Priority is not an attribute of serverclass.conf.
Trap 3: Manually delete the local files.
Deployment server management is intended to be automated.
- A
Use the 'restartSplunkd = true' attribute in serverclass.conf.
This forces the forwarder to reload configurations.
- B
Use the 'override = true' flag in inputs.conf.
Why wrong: This flag does not exist in inputs.conf.
- C
Use the 'priority' attribute in serverclass.conf.
Why wrong: Priority is not an attribute of serverclass.conf.
- D
Manually delete the local files.
Why wrong: Deployment server management is intended to be automated.