Hello
I encountered a problem when trying to execute the command dbxquery if there are Cyrillic characters in the query.
Tried:
| dbxquery connection="connection_name" query="select 'тест' as test from dual", and search freezes in "Parsing job"
If I remove the Cyrillic symbols from the query, the search works without problems:
| dbxquery connection="connection_name" query="select 'test' as test from dual"
DBConnect version 3.4.0
Has anyone come across a similar one? How can this be solved?
File a Support Request with Splunk.