1. Splunk Enterprise
Search Manual
Version 9.2.1
"Search fundamentals": In the section titled "Case sensitivity
" the documentation states
"When you search
keep in mind that: Field names are case sensitive. For example
sourcetype is not the same as sourceType. Field values are not case sensitive. For example
GET is the same as get."
2. Splunk Enterprise
Search Reference
Version 9.2.1
"search command": Under the "Syntax" section for field-value pairing (=)
the documentation on value matching implicitly supports this. The description of how values are matched confirms that
unless a case-sensitive function is used
string comparisons are case-insensitive. For example
it notes that search "error" will match "error"
"Error"
and "ERROR".