Hi Splunk Community, I am looking to edit the inputs.conf file programmatically via the Splunk API. Specifically, I want to know: Is there an API endpoint available to update the inputs.conf file? If yes, what would be the correct method to achieve this (e.g., required endpoint, parameters, or payload)? I understand that inputs.conf primarily configures data inputs, and certain operations might have to be performed via the REST API or directly through configuration file updates. Any documentation or examples regarding: Supported Splunk API endpoints for modifying input configurations. Best practices for editing inputs.conf programmatically. Any necessary permissions or prerequisites to perform such updates.
... View more