Emerson Connelly

Results 13 comments of Emerson Connelly

Hey @DanThePutzer, what is the status of this feature?

I'd also benefit from this feature 😄 would love to organize my dashboards in folders.

~~Website is down again.~~ Edit: In my case, my DNS sink hole was blocking umami. 🤦🏼‍♂️

@Fred-sun thanks for acknowledging this. My workaround is quite simple... ```bash export AZURE_TENANT=*** export AZURE_TENANT_ID="$AZURE_TENANT" export AZURE_SECRET=*** export AZURE_CLIENT_SECRET="$AZURE_SECRET" ``` ...along with the other required env vars, but yes, it...

Previously requested in #9018.

@PeterShaggyNoble I raised a GitHub issue on their repo: https://github.com/openobserve/openobserve/issues/7119

Hey @PeterShaggyNoble, got an email from OpenObserve with permission to add, along with updated svg's. Who/where can I forward this to?

Here's the email screenshot: ![Image](https://github.com/user-attachments/assets/bb912163-bd05-4e40-bbac-1c763f46f6a0) And the SVGs: ![Image](https://github.com/user-attachments/assets/66c7440e-615f-4e8d-a518-2ee59ce8be66) ![Image](https://github.com/user-attachments/assets/7c5fdff1-0ba0-4628-8801-fe447898cf9a) ![Image](https://github.com/user-attachments/assets/b2151ca9-a6c3-4217-923d-f652b28fdf83) ![Image](https://github.com/user-attachments/assets/8ef41135-4084-49e1-9a66-ca62a5e17649) I forwarded the email as well.

Hello @harshavmb I am also running into this issue. We have a Maintenance Configuration definition to apply patching schedules based on tags. So after Terraform deploys the VM and assigns...

`bypassPlatformSafetyChecksOnUserSchedule` does exist in [azure-2024-07-01](https://learn.microsoft.com/en-us/rest/api/compute/virtual-machines/create-or-update?view=rest-compute-2024-07-01&tabs=HTTP#patchsettings), but does not in [hashicorp-2024-07-01](https://github.com/hashicorp/go-azure-sdk/blob/main/resource-manager/compute/2024-07-01/virtualmachines/constants.go).