Skip to content

Commit

Permalink
Merge pull request #45 from divyabhushan/prod-master
Browse files Browse the repository at this point in the history
Adding disk storage requirement
  • Loading branch information
mohanrex authored Sep 15, 2021
2 parents 9205177 + 77c347e commit 7b81578
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/admin-guide/agent-manager/agent/agent-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ To manually add reports to users, follow the <Link to={useBaseUrl('docs/admin-gu

> This synchronization only brings in reports of users that are present in the application (obtained by AD/LDAP sync or sync users).
:::important
The Sync Reports feature runs a partial indexing of the synched reports alone and do no re-build the index from the scratch. This makes the synchronization faster.

An admin may enable a full elastic search for all the reports from <Link to={useBaseUrl('docs/admin-guide/settings/general#elastic-search')}>Settings > General</Link> section.
:::

:::note
Admin can also schedule to run **Sync Reports** automatically using the Agent Synchronization utility as explained in the <Link to={useBaseUrl('docs/admin-guide/admin-utilities/scheduled-sync-bi')}>Scheduled Synchronization with BI platforms</Link> section.
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/admin-guide/license/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Sync offline is done when there is no internet connection in the server hosting
</div>

1. Select **GENERATE KEY**.
1. Copy and paste the generated key at <https://products.visualbi.com/license-generator/>
1. Copy and paste the generated key at https://shop.bihub.com/license-generator/
1. Enter the **Email ID** and **License Key** given during the subscription to get the `license.licx` file.
1. Now select **UPLOAD** in the **License Details** pop-up window to upload the `license.licx` file.

Expand Down
22 changes: 20 additions & 2 deletions docs/admin-guide/settings/general.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import Link from '@docusaurus/Link';
import Zoom from "react-medium-image-zoom";
import "react-medium-image-zoom/dist/styles.css";

On the **General** page, you can configure general settings for the application such as navigation panel, password security, user-specific sync reports, and customizations.
On the **General** page, you can configure general settings for the application such as navigation panel, password security, user-specific sync reports, Elastic search, and other customizations.

<div class="center">
<Zoom>
<img alt="Admin page's general settings" src={useBaseUrl('doc-images/admin-guide/settings/settings-general-tab.png')}/>
</Zoom>
<p>General Settings on the admin's page</p>
<p>General Settings on the admin page</p>
</div>

## Navigation
Expand All @@ -39,6 +39,13 @@ The values can be set to "Low/Medium/High" (Tooltip in the app provides the deta

To enable/disable the **Sync Reports** feature for the users in their BI Hub profile, toggle ON/OFF the following permissions:

<div class="center">
<Zoom>
<img alt="User Specific-Report Sync" src={useBaseUrl('doc-images/admin-guide/settings/user-specific-sync-report.png')}/>
</Zoom>
<p>User Specific - Report Sync</p>
</div>

<div>

| Permission | Description | Prerequisite |
Expand Down Expand Up @@ -99,3 +106,14 @@ You allow users to open all report/URl in a new browser tab, toggle ON the **Lau
:::note
User customized settings take precedence over customizations done by Admin.
:::

## Elastic Search

To re-build the elastic search from the scratch for all the reports in BiHub, click the **Reindex** button.

<div class="center">
<Zoom>
<img alt="" src={useBaseUrl('doc-images/admin-guide/settings/elastic-search.png')}/>
</Zoom>
<p>Launch Reports In New Tab</p>
</div>
1 change: 1 addition & 0 deletions docs/installation-guide/sys-req.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The following table shows the various scenarios of application installation and
| **Operating System** | Windows Server 2008 or later | Windows Server 2008 or later | Windows Server 2008 or later |
| **Processor** | 2.4 GHz, Quadcore | 2 GHz, Quadcore | 2 GHz, Quadcore |
| **RAM** | 16 GB | 8 GB | 8 GB |
| **Disk storage** | 120 GB | 120 GB | 120 GB |

## Browser Compatibility

Expand Down
17 changes: 16 additions & 1 deletion docs/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ import Link from '@docusaurus/Link';
<th>Version</th>
<th>Description</th>
</tr>
<tr>
<td id="date">2021-09-15</td>
<td>2.7.2</td>
<td>
<ul><li><b>New Features</b></li>
<ul>
<li>License Changes from Visual BI to VBI View LLC</li>
<li>Implemented complete re-index <Link to={useBaseUrl('docs/admin-guide/settings/general#elastic-search')}>Elastic search (ES)</Link> from database in admin settings</li></ul>
<li><b>Enhancements</b></li>
<ul><li><Link to={useBaseUrl('docs/admin-guide/agent-manager/agent/agent-management#sync-reports')}>Sync Reports</Link> feature triggers a partial elastic search for the synched reports instead of a full re-index, this speeds up the synchronization</li>
<li>When User specific <Link to={useBaseUrl('docs/admin-guide/settings/general#user-specific-report-sync')}>Sync Reports</Link> is disabled, the number of processes running will be reduced to increase performance</li>
</ul>
</ul>
</td>
</tr>
<tr>
<td id="date">2021-07-30</td>
<td>2.7.1</td>
Expand All @@ -27,7 +42,7 @@ import Link from '@docusaurus/Link';
<ul><li>SAC Analytic Application is now imported in BI Hub.</li></ul>
</ul>
</td>
</tr>
</tr>
<tr>
<td id="date">2021-07-01</td>
<td>2.7.0</td>
Expand Down
Binary file modified static/doc-images/admin-guide/lc3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/doc-images/admin-guide/settings/settings-general-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/doc-images/admin-guide/settings/settings-general.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b81578

Please sign in to comment.