[BUG] Visualization fails for O365 Active Directory #947
Replies: 8 comments 2 replies
-
Hi, we will move this to discussion until we verify that it's a bug. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'm sure you have the right rabbit-trail. Is this F12 readout helpful? Or shall I rearrange somehow? And you are right on about a service: Internet connection from the device works AOK, and obviously LAN tranffic is fine. I noticed this, tried lots of things, am curious about a resolution! |
Beta Was this translation helpful? Give feedback.
-
Thought conceivably it might help: I am running the UTMStack stock Ubuntu ISO as a ProxMox virtual guest. Nothing unusual though, I don't think. |
Beta Was this translation helpful? Give feedback.
-
I am having same issue. Looking at application logs, it looks like it's related to not being able to find the utm-geoip index.
|
Beta Was this translation helpful? Give feedback.
-
Hi @jebofponderworthy, thanks for the feedback, we verified that it is a bug, we're working on a fix. We will tell you when fixed. Best regards |
Beta Was this translation helpful? Give feedback.
-
To resolve this issue, you can download the latest OpenSearch container image using the following command:
Then, stop the OpenSearch container:
Wait for the service to start the new container, and check that port 9200 is open on the OpenSearch service by running:
If everything is working fine up to this point, you can proceed to create the curl -X POST "http://localhost:9200/_snapshot/.utm_geoip" -H 'Content-Type: application/json' -d '{
"type": "fs",
"settings": {
"location": "/usr/share/opensearch/.utm_geoip",
"compress": true
}
}'
curl -X POST "http://localhost:9200/_snapshot/.utm_geoip/.utm_geoip/_restore?pretty" -H "Content-Type: application/json" -d '{
"indices": ".utm-geoip",
"include_global_state": false
}' You can check that the index has been restored in your environment by running the following command:
The index name is Once you have verified that the index exists, stop the backend service and wait a few minutes while the new backend service is created. At this point, you can check the UTMStack Dashboard to see if you can access the GEOIP visualizations. Let me know if you encounter any issues. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Another viable solution could be updating to the latest version of UTMStack, as it includes significant improvements and already addresses the GeoIP index issue. Below are the release notes for v10.6.2-202503131118, which include this bug fix: UTMStack 10.6.2 Release Notes Bug Fixes:
Best Regards, |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I have O365 Active Directory integration set up for three different instances installed from the ISO and fully updated via the 9090 console, and in all of them, the visualization "O365 AD Successful Login Location" shows "Error running chart".
To Reproduce
Expected behavior
No errors, and a chart :-)
Screenshots
Environment
Beta Was this translation helpful? Give feedback.
All reactions