Hi,
There seems to be an error in Cloud Splunk, can anyone reproduce?
Expected result is that a new tab opens in your browser with the new command added to the existing query (example search string below). This is what happens in on-prem Splunk instances.
index="dev" source="TestService" | spath LogLevel | search LogLevel=Information
Actual result in Splunk Cloud version is that the existing search is cleared and a new search is performed with only the new command
spath LogLevel | search LogLevel=Information