diff --git a/big/quick-start/index.mdx b/big/quick-start/index.mdx
index 3c0ce0d88..b7f69f5f6 100644
--- a/big/quick-start/index.mdx
+++ b/big/quick-start/index.mdx
@@ -36,7 +36,7 @@ services:
engine:
depends_on:
- timescale
- image: ghcr.io/volkovlabs/business-engine:2.3.0
+ image: ghcr.io/volkovlabs/business-engine:2.5.1
#env_file: .env
environment:
DATABASE_HOST: timescale
@@ -44,8 +44,8 @@ services:
DATABASE_DB: postgres
DATABASE_USERNAME: postgres
DATABASE_PASSWORD: postgres
- GRAFANA_URL: https://MY-ACCOUNT.grafana.net
- GRAFANA_TOKEN: SERVICE-ACCOUNT-TOKEN
+ #GRAFANA_URL: https://MY-ACCOUNT.grafana.net
+ #GRAFANA_TOKEN: SERVICE-ACCOUNT-TOKEN
ports:
- 3001:3001
- 3002:3002
@@ -55,10 +55,10 @@ services:
1. Login to your Grafana Cloud, OSS or Enterprise instance.
2. Create a service account with the `Viewer` or `Editor` role.
-3. Update `GRAFANA_URL` and `GRAFANA_TOKEN` in the `docker-compose.yml` file
+3. (optional) Update `GRAFANA_URL` and `GRAFANA_TOKEN` in the `docker-compose.yml` file
@@ -69,7 +69,7 @@ docker compose up -d
```
5. Download the Business Studio from [Release Notes](../release). Then, install and launch it.
-6. Add Business Engine in Business Studio to configure Actions and Alert Rules.
+6. Add Business Engine in Business Studio to configure Grafana instance, actions and alert rules.
+
### Downloads from GitHub
:::info Signed releases
diff --git a/blog/big/2025-02-05-big-2.4.0/index.mdx b/blog/big/2025-02-05-big-2.4.0/index.mdx
index 9f9fdccf7..d17139f8f 100644
--- a/blog/big/2025-02-05-big-2.4.0/index.mdx
+++ b/blog/big/2025-02-05-big-2.4.0/index.mdx
@@ -8,6 +8,7 @@ keywords: [Business Intelligence, Alerting, Grafana]
import Code from "@theme/Code";
import Feedback from "@site/big/_feedback.mdx";
+import GettingStarted from "@site/big/_getting_started.mdx";
import Image from "@theme/Image";
import Shorts from "@theme/Shorts";
import Youtube from "@theme/Youtube";
@@ -169,6 +170,8 @@ MacOS and Windows installers are signed and notarized with encryption. End to en
- Windows
- [Executable](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.4.0/Business.Studio-2.4.0.Setup.exe)
+
+
## Release Notes
:::warning Breaking Changes in Engine API
diff --git a/blog/big/2025-02-14-big-2.5.0/index.mdx b/blog/big/2025-02-14-big-2.5.0/index.mdx
index ed300786b..16ad48d9c 100644
--- a/blog/big/2025-02-14-big-2.5.0/index.mdx
+++ b/blog/big/2025-02-14-big-2.5.0/index.mdx
@@ -8,6 +8,7 @@ keywords: [Business Intelligence, Alerting, Grafana]
import Code from "@theme/Code";
import Feedback from "@site/big/_feedback.mdx";
+import GettingStarted from "@site/big/_getting_started.mdx";
import Image from "@theme/Image";
import Shorts from "@theme/Shorts";
import Youtube from "@theme/Youtube";
@@ -89,6 +90,8 @@ MacOS and Windows installers are signed and notarized with encryption. End to en
- 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
diff --git a/blog/big/2025-02-23-big-2.5.1/index.mdx b/blog/big/2025-02-23-big-2.5.1/index.mdx
new file mode 100644
index 000000000..7da58abe5
--- /dev/null
+++ b/blog/big/2025-02-23-big-2.5.1/index.mdx
@@ -0,0 +1,69 @@
+---
+authors: [daria]
+slug: business-intelligence-2.5.1/
+tags: [Business Intelligence]
+image: /img/blog/2025-02-23-big-2.5.1/banner.png
+keywords: [Business Intelligence, Alerting, Grafana]
+---
+
+import Code from "@theme/Code";
+import Feedback from "@site/big/_feedback.mdx";
+import GettingStarted from "@site/big/_getting_started.mdx";
+import Image from "@theme/Image";
+import Shorts from "@theme/Shorts";
+import Youtube from "@theme/Youtube";
+
+# Thresholds ranges, cluster load balancing, and UI updates in Business Intelligence 2.5.1
+
+We are excited to announce the public preview release of the Business Intelligence platform 2.5.1. It includes the following updates:
+
+- Modified threshold color number to a colored range in alert rules.
+- Revised cluster load balancing.
+- General UI improvements and usability updates.
+
+## General UI improvements and usability updates
+
+These updates enhance the user experience in Business Studio.
+
+- Enhanced support for dashboard variables within the check panel.
+- Enhanced sorting of evaluation results to maintain consistent ordering.
+
+## Business Studio Downloads
+
+### Downloads from GitHub
+
+:::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.1/Business.Studio-2.5.1-arm64.dmg)
+ - [Apple Disk Image for x86 (Intel)](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.1/Business.Studio-2.5.1-x64.dmg)
+ - [ZIP file for arm64 (Apple Mx processor)](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.1/Business.Studio-darwin-arm64-2.5.1.zip)
+ - [ZIP file for x86 (Intel)](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.1/Business.Studio-darwin-x64-2.5.1.zip)
+- Linux:
+ - [RPM for arm64](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.1/business-studio-2.5.1-1.arm64.rpm)
+ - [RPM for x64](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.1/business-studio-2.5.1-1.x86_64.rpm)
+ - [Debian for arm64](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.1/business-studio_2.5.1_arm64.deb)
+ - [Debian for x86](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.1/business-studio_2.5.1_amd64.deb)
+- Windows
+ - [Executable](https://github.com/VolkovLabs/business-intelligence/releases/download/v2.5.1/Business.Studio-2.5.1.Setup.exe)
+
+
+
+## Release Notes
+
+## Business Studio 2.5.1
+
+- Enhanced support for dashboard variables within the check panel.
+- Enhanced sorting of evaluation results to maintain consistent ordering.
+- Modified threshold color number to a colored range.
+
+## Business Engine 2.5.1
+
+- Enhanced verification of alert rules to detect and handle invalid configurations.
+- Revised cluster load balancing support to show active nodes.
+
+
diff --git a/config/navbar.ts b/config/navbar.ts
index d7460d457..6117ae5b0 100644
--- a/config/navbar.ts
+++ b/config/navbar.ts
@@ -169,8 +169,8 @@ export const NAVBAR = {
{
to: "/pricing/",
position: "right",
- label: "Enterprise plan",
- "aria-label": "Enterprise plan",
+ label: "Business Suite Enterprise",
+ "aria-label": "Business Suite Enterprise",
},
],
};
diff --git a/static/img/blog/2025-02-23-big-2.5.1/banner.png b/static/img/blog/2025-02-23-big-2.5.1/banner.png
new file mode 100644
index 000000000..a54bbe991
Binary files /dev/null and b/static/img/blog/2025-02-23-big-2.5.1/banner.png differ