You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instructions: to get PowerShell version, type $PSVersionTable and look for the value associated with 5.1.14409.1005
Module Version
3.8.0
OS Version
10.0.14409.1005
Description
Get-AzureRMOperationalInsightsSavedSearchResults doesn't return full search results when retrieving ServiceMap data. I'm trying to retrieve a shared search with a list of unique Service Map computers from Operational Insights/Log Analytics. When I retrieve the shared search via cmdlet, I only get 12 rows back vs the expected 1700+.
Debug Output
Almost all this data is sensitive and will not be posted publicly. Don't have time to set up new lab.
Script/Steps for Reproduction
Connect via browser to OMS workspace with ServiceMap data
Create saved search "foo" with syntax "Type=ServiceMapComputer_CL | dedup ResourceId"
Cmdlet(s)
Get-AzureRmOperationalInsightsSavedSearchResults
PowerShell Version
Instructions: to get PowerShell version, type
$PSVersionTable
and look for the value associated with 5.1.14409.1005Module Version
3.8.0
OS Version
10.0.14409.1005
Description
Get-AzureRMOperationalInsightsSavedSearchResults doesn't return full search results when retrieving ServiceMap data. I'm trying to retrieve a shared search with a list of unique Service Map computers from Operational Insights/Log Analytics. When I retrieve the shared search via cmdlet, I only get 12 rows back vs the expected 1700+.
Debug Output
Almost all this data is sensitive and will not be posted publicly. Don't have time to set up new lab.
Script/Steps for Reproduction
The purpose of step 2 is to obtain a list of unique computers in ServiceMap per https://docs.microsoft.com/en-us/azure/operations-management-suite/operations-management-suite-service-map?toc=%2fazure%2flog-analytics%2ftoc.json#sample-log-searches. My OMS workspace has ~1700 of these computers. The browser-based query returns accurate results, but the cmdlets only return 12 rows of computer records.
The text was updated successfully, but these errors were encountered: