Skip to main content

Config Tab

Editing the configuration properties affects the BI Hub server and requires a restart of BI Hub Server instances.

note

Click the Continue button upon changing the instances configuration properties after each section.

BI Hub Server Server Configuration

BI Hub Server Config tab

The Config tab allows the configuration of the following:

General Section#

This section lists out the general BI Hub Server configuration fields.

PropertyPurposeDescription
Max Log SizeMaximum size of the log file in MBDefault value - 10
Max Log CountMaximum number of log files that can be generated without a backup. Once the number is reached, the files need to be backed up.Default value -10
Log LevelLevel of detail at which the log is written
  • Info – Will log all the available information
  • Warning – Will log all the warnings and errors
  • Error (Default) – Will log only errors.
Agent TimeoutTimeout for the Agent health check in secondsDefault value - 5
Session TimeoutSession timeout duration in minutesMinimum timeout period is 30 minutes.
User Sync Worker Thread Per ProcessNumber of worker threads process that can run parallellyMaximum number of concurrent user sync reports will be 2x the value being set for this field.
Cache TimeoutTimeout for the cache storage of BI Hub ServerDefault value - 1 hour
CORS (Cross-origin resource sharing)Settings for the BI Hub Server. To be more secure please set this value of the DNS URL of your machine.Default value - *

Database Section#

This section defines the configuration fields (same as the audit database below) related to the main database connection to the BI Hub server.

Audit Database Section#

Audit database connection to the server configurations.

PropertyPurposeDescription
TypeType of the database in which the metadata is storedMySQL/MSSQL/Oracle/PostgreSQL
DriverOnly available for MSSQL database typeKindly provide the name of the MSSQL driver installed in the current system. For other database types, this field won’t be available
Host NameHost name of the preferred database serverDefault value: 127.0.0.1
PortDatabase server port at which the database server is runningDefault value: 3306
NameSchema to connect toDefault DB Name: bihubaudit
UsernameEnter the database usernameIt should have all the privileges for the provided schema.
Provide the username that you used while installing the BI Hub Server
PasswordPassword of the above-provided username.
Provide the password that you used while installing the BI Hub Server
Extra Connection StringAdditional Connection StringSend the additional parameter to your database
Create databaseCreate the database mentioned if not already presentIf the installer software should create database/schema, check this box. If this box is not checked, the database/schema should be created manually with the same name as indicated in the ‘Name’ property
CollateDatabase Collation in which you created the database schema. (enabled only when "Create database" is selected)Default value - utf8_unicode_ci
Use the Default value unless you have a specific requirement.
Character setCharacter set of the database (enabled only when "Create database" is selected)Default value - utf8
Use the Default value unless you have a specific requirement.

SSL Section#

This section establishes a secure connection via SSL between the browser and BI Hub Server. For the initial configuration please skip this section without any changes. To configure SSL in all the BI Hub configuration, please follow the SSL Configuration section.

Elastic Search Section#

This section helps to configure the connection details of the Elastic Search which is pre-installed with the BI Hub Server.

note

If you want to use your Elastic Search instance, you will be allowed to provide the details below.

PropertyPurposeDescription
URLProvide the URL to reach the elastic search server
  • If you are using pre-installed Elastic Search, provide the following values: https://127.0.0.1:<https_port>/elasticsearch.
    Note: https_port is the port number that you gave while installing BI Hub Server Elastic Search Port configuration Page. The default value is 9443
  • If you are using your own Elastic Search, then use the following details: {http/https}://<hostname>:<port>
UsernameUsername of the Elastic search which is provided in the Elastic Search user configuration section of the installerDefault username: esadmin
Provide the username that you used while installing the BI Hub Server
PasswordPassword of the user which is provided in the Elastic Search user configuration section of the installerProvide the password that you used while installing the BI Hub Server
IndexName of the index under which all the metadata needs to be storedDefault index : bihub

Mail Connection Server#

Configure the mail server connection details that is used to send emails from the Smart Search feature of BI Hub.

TypePurposeDescription
ServerMailServer host nameEx: smtp.office365.com
PortPort which should be used to connect with mail serverDefault value: 567
EncryptionEncryption type that needs to be usedDefault Encryption: TLS
UsernameUsername that needs to be used for login into the SMTP server.
PasswordPassword that needs to be used for login into the SMTP server
SenderSender email address. Emails generated by Smart Search will use this address in From
CC SenderAddress that needs to be provided in CC, to audit all the emails triggered from VBIView

After configuring all this section, press save and continue to start configuring Instances.

Web Config#

This section defines the URL and Port configuration required to set up the BI Hub Web.

TypePurposeDescription
URLProvide the DNS resolvable URL for the BI Hub WebThis is the DNS resolvable URL for logging into the BI Hub Web application
PortProvide the Port number for the BI Hub WebDefault value for HTTP is 80, for HTTPS is 443

Message Queue#

Message Queue configuration parameters and their description.

TypePurposeDescription
HostHostname for the machine where you have installed the Message QueueEnter localhost as its value (change required only while configuring high availability configuration)
UsernameUsername to loginEnter the same username you provided while installing BI Hub Server
PasswordPassword to loginEnter the same password you provided while installing BI Hub Server
PortMessage Queue Port valueDefault value 5672