How to add filter for coordinate map to zoom particaular location in kibana

I created one coordinate map visualization in kibana. I integrated into my website using iframe url. I have to zoom the coordinate map location based on logged user location dynamically. Is it possible to do through any filters or any alternative solution to suggest? Please reply as soon as possible....

Sure, you can customize the URL of the iframe to include the desired location and zoom level by changing the _a portion of the URL. We call this "app state", and within it is a uiState object that is used by the map to determine where it should load. Here is an example of how to parse the URL: https://runkit.com/spalger/parse-kibana-url-app-state

Changing the uiState to use your specific coordinates and reformatting that url should pretty much just be the inverse operation

Can i add that uiState parameter in dashboard URL? what is the difference between by P-10 and P-11

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.