-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Business Intelligence 2.5.0 blog (#916)
* Add Business Intelligence 2.5.0 * Add releases * Update release.mdx * Updates
- Loading branch information
1 parent
c6e4785
commit ce24697
Showing
9 changed files
with
158 additions
and
47 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
--- | ||
authors: [daria] | ||
slug: business-intelligence-2.5.0/ | ||
tags: [Business Intelligence] | ||
image: /img/blog/2025-02-14-big-2.5.0/banner.png | ||
keywords: [Business Intelligence, Alerting, Grafana] | ||
--- | ||
|
||
import Code from "@theme/Code"; | ||
import Feedback from "@site/big/_feedback.mdx"; | ||
import Image from "@theme/Image"; | ||
import Shorts from "@theme/Shorts"; | ||
import Youtube from "@theme/Youtube"; | ||
|
||
# Load balancing for alerting rules, Grafana version checks and UI updates in Business Intelligence 2.5.0 | ||
|
||
We are excited to announce the public preview release of the Business Intelligence platform 2.5.0. It includes the following updates: | ||
|
||
- Added Grafana version on environment page and version checks. | ||
- Added cluster functionality and load balancing page to show scheduled alert rules. | ||
- Updated panel selection to display panel type in description. | ||
- Updated display colors in thresholds to match Grafana naming conventions. | ||
- Updated in alerting since date to match alert history. | ||
|
||
## Updated Business Engine OpenAPI specification. | ||
|
||
We maintain the ease of the 3rd party Business Engine integration by timely updating the [OpenAPI specification](/big/api/). | ||
|
||
## Business Studio Downloads | ||
|
||
:::info Signed releases | ||
|
||
MacOS and Windows installers are signed and notarized with encryption. End to end build process are fully automated using GitHub workflows to avoid any security risks. | ||
|
||
::: | ||
|
||
- MacOS: | ||
- [Apple Disk Image for arm64 (Apple Mx processor)](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.0/Business.Studio-2.5.0-arm64.dmg) | ||
- [Apple Disk Image for x86 (Intel)](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.0/Business.Studio-2.5.0-x64.dmg) | ||
- [ZIP file for arm64 (Apple Mx processor)](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.0/Business.Studio-darwin-arm64-2.5.0.zip) | ||
- [ZIP file for x86 (Intel)](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.0/Business.Studio-darwin-x64-2.5.0.zip) | ||
- Linux: | ||
- [RPM for arm64](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.0/business-studio-2.5.0-1.arm64.rpm) | ||
- [RPM for x64](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.0/business-studio-2.5.0-1.x86_64.rpm) | ||
- [Debian for arm64](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.0/business-studio_2.5.0_arm64.deb) | ||
- [Debian for x86](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.0/business-studio_2.5.0_amd64.deb) | ||
- Windows | ||
- [Executable](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.0/Business.Studio-2.5.0.Setup.exe) | ||
|
||
## Release Notes | ||
|
||
### Business Studio 2.5.0 | ||
|
||
- Added Grafana version on environment page. | ||
- Added cluster functionality and display cluster names on the sidebar. | ||
- Added cluster load balancing page to show scheduled alert rules. | ||
- Updated display colors in thresholds to match Grafana naming conventions. | ||
- Updated in alerting since date to match alert history. | ||
- Updated panel selection to display panel type in description. | ||
|
||
### Business Engine 2.5.0 | ||
|
||
- Added Grafana version check on every interaction and health check. | ||
- Added API to update cluster name in environment settings. | ||
- Added API to return load balancing configuration for cluster. | ||
|
||
<Feedback /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.