Questions tagged [oms]

Overlapping Marker Spiderfier is a javascript library used at Google Maps or Leaflet to spiderfy markers

The library enables marker groups getting closer than a limit to each-other to be moved to a location nearby on the map, connecting to their real location via lines. See the demo.

Version for Google Maps. Version for Leaflet.

33 questions
5
votes
2 answers

Runtime overlays android with appcompat

I want to make runtime overlays for an application that uses appcompat but I can't get it to work. I followed this Example First: I created and android application that i want to overlay. I'm trying to overlay the string in textview "Hello World" to…
Eslam Hussein
  • 209
  • 2
  • 10
3
votes
1 answer

OMS Log Analytics 8MB PowerBI Query Limit workarounds?

So I am querying data directly from OMS Log analytics using PowerBI Desktop, and I believe there is an 8MB hard limit on the data returned by the query. The problem I have is that I need to query about 30 000 rows, but hit the 8MB limit around 18…
2
votes
1 answer

Ansible script to uninstall multiple versions of OMS agent

I wanted to do an uninstallation of OMS agent in our Linux machines. Unfortunately, we do have different OMS agent versions assigned to each machine. I hard coded the version from my Ansible script command: sudo {{ file_path…
1
vote
1 answer

Propagate a return to the WMS with Shippingbo

My company uses Shippingbo as an OMS and WMS I try to create a return order from the OMS to the WMS The return order is rightly created in my OMS but not in my WMS and I have to trigger the propagation in the UI and I would like to do it…
phplover27
  • 15
  • 4
1
vote
1 answer

OMS--Leaflet markers have different stack order after spiderfy

our setup We have an L.map with various layers of L.markers loading from a dynamic array of events spanning a monthly period. Many of the listed venues hold numerous events during any given period and hence we end up with numerous markers sharing…
Michael B
  • 107
  • 1
  • 12
1
vote
1 answer

Connecting Microsoft Monitoring Agent to Azure Log Analytics (OMS) 'Service Connector, 4007'

I have Azure VM's to connect to Azure Log Analytics. We have a very controlled network and we have to allow IP's via NSG's. Unfortunately, there is no list of Service Tag(s) to get this to work. I have reviewed the logs and found certain errors to…
jlo-gmail
  • 4,453
  • 3
  • 37
  • 64
1
vote
1 answer

Get new position of map marker when using Overlapping Marker Spiderfier

I have a google map with markers that uses OverlappingMarkerSpiderfier to spread markers that overlap very closely. I have a need to retrieve the screen position of markers on mouse events (in the real version, I'm making tooltips that are much too…
ebbishop
  • 1,833
  • 2
  • 20
  • 45
1
vote
1 answer

Connecting Azure Activity Log to Log Analytics instance using Az CLI

Is there a way to configure Azure Activity logs to be forwarded to a Log Analytics instance using Azure CLI? Hopefully equivalent to the PowerShell command: New-AzureRmOperationalInsightsAzureActivityLogDataSource -ResourceGroupName…
1
vote
1 answer

Is there a way to get which Log Analytics Workspace an Azure Resource belongs to using Powershell?

I'm looking for a way to obtain which OMS workspace my APIM Services resource is logging to using PowerShell. I want to then configure my Application Gateway to log to the same workspace. When I go to "Logs" under the APIM service, it shows all…
Kathrine Stack
  • 189
  • 1
  • 2
  • 14
1
vote
1 answer

Can OMS agent for Linux be installed with powershell or via the portal?

I need to re-install oms agent for a Linux machine, is there a way to do this via Azure power shell or via the portal?
itye1970
  • 1,654
  • 7
  • 31
  • 62
1
vote
0 answers

Set x-axis timeline of render timechart in OMS or Application Insights

I am using a query like this in OMS, SecurityEvent | where TimeGenerated > ago(4h) | summarize count() by Activity, bin(TimeGenerated, 5min) | render timechart The chart displays the data correctly, however the graph data points are cramped into the…
Sumesh
  • 123
  • 2
  • 13
1
vote
1 answer

Monitor Azure Data Lake Store

I store data in XML files in Data Lake Store within each folder, like one folder constitutes one source system. On end of every day, i would like to run some kid of log analytics to find out how many New XML files are stored in Data Lake Store under…
1
vote
1 answer

Azure Log Analytics Software inventory for on Prem Servers

I'm trying to follow the below Article(s) to configure Azure Log Analytics for on prem servers as well as Azure servers to get a list of installed software. It works well on Azure VMs but not on non-Azure VMs. All servers are successfully sending…
Mo Ghaleb
  • 139
  • 1
  • 5
1
vote
1 answer

unable to connect azure resources to log analytics

I am trying to connect azure web applications to web apps using azure portal. I navigated to "Azure resources" in the section "work space data sources" from menu bar. And choosen web app from the list in the same resource group, and selected PT1M…
krishna bh
  • 81
  • 2
  • 9
1
vote
0 answers

OMS reports DocumentDb listKeys failure

We have a weird error reported by OMS that we cannot track down. I've looked for documentation on this error with no luck. The error reported by OMS is: OperationName: Microsoft.DocumentDb/databaseAccounts/listKeys/action Level: …
Simon Bourdeau
  • 429
  • 5
  • 18
1
2 3