Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saved searches has been in OMS Log Analytics since the beginning. Though if you preferred a specific display type, you couldn't save that as part of your search.
Now the OMS team has introduced a new command named "Display" allowing you to choose how you display your results directly from your query.
There are 3 new "Display" options in OMS search syntax:
Display LineChart
Display StackedBarChart
Display Table
LineChart
Type=Perf (ObjectName=Processor) Computer=SCOM* | measure avg(CounterValue) as Average by Computer Interval 10Minutes | Display LineChart
StackedBarChart
Type=Perf (ObjectName=Processor) Computer=SCOM* | measure avg(CounterValue) as Average by Computer Interval 10Minutes | Display StackedBarChart
Table
Type=Perf (ObjectName=Processor) Computer=SCOM* | measure avg(CounterValue) as Average by Computer Interval 10Minutes | Display Table
Great job team! Looking forward to more display options!