Im getting below error while configuring oci logs to splunk how to fix this. 2026-07-21 14:10:36,547 ERROR [6a5f3084887fe6e8240b80] admin:2905 - uiHelper submitValueEdit operator failed for endpoint_base=data/inputs/oci_logging entity_name=TEST-OCI elementName=sourcetype: invalid syntax (<string>, line 1) Traceback (most recent call last): File "/opt/splunk/lib/python3.9/site-packages/splunk/appserver/mrsparkle/controllers/admin.py", line 2896, in editProperties c = _sanitizeEvalInputs(p) File "/opt/splunk/lib/python3.9/site-packages/splunk/appserver/mrsparkle/controllers/admin.py", line 504, in _sanitizeEvalInputs c = compile(evalStr.strip(), '<string>', 'eval') File "<string>", line 1 value if form_data.get('spl-ctrl_sourcetypeSelect')=='sourcetype' ^ SyntaxError: invalid syntax 2026-07-21 14:10:32,981 ERROR [6a5f3080d67fe7000f50a0] admin:1577 - uiHelper processValueEdit operator failed for endpoint_path=data/inputs/oci_logging/TEST-OCI elementName=spl-ctrl_sourcetypeSelect: name 'form_defaults' is not defined
... View more