Emerson Connelly
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:  And the SVGs:     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).