Hi @splunkcol, Splunk DBConnect app uses a checkpoint if the rising mode is configured. These checkpoints are input parameters, not connections. That is why updating the hostname in connection does not effect checkpoints in inputs. If you want to be safe you can follow below path; - Disable input, - Note the current checkpoint , - Update hostname on connection, - Check if checkpoint is still the same, correct if needed - Enable output.
... View more