Dear Community Experts, Need your urgent help on below error that I am getting when trying to run the below curl command, search="search index=perfmon_idx host=* `M_Performance(Perfmon:CPU Load,% Processor Time)` instance=_Total | timechart avg(Value) by host | eval warning_threshold = 70 | eval critical_threshold = 90" -d output_mode=json -d earliest_time="-60m@m" -d latest_time="-0m@m" -o C:\CPULog.txt Error in 'SearchParser': Missing a closing tick mark for macro expansion. Can someone please help me to understand what is missing here ?
... View more