Skip to main content
Skip table of contents

Visualdoop/config.sh

Mandatory Configuration

NameTypeValuesDescription

JAVA_HOME

Stringa JavaPathThe path to your java environment.

VISUALDOOP_DATA

Stringpath

The local path to the data written and used by the Developer Console. The user executing it must have all rights to this path.

If you choose to store your console data inside an S3 bucket, this parameter is the base object in which the data will be stored.

E.g: If I want to store my data at this path : s3://mybucket/path/to/dev/console, my VISUALDOOP_DATA parameter will be path/to/dev/console.

Developer Console data are not the data you use with Indexima and your business intelligence tools. It is only data used by the Developer Console such as projects, users, saved queries, etc.

VISUALDOOP_WEB_PORT

Integer
The number of port used to connect to the Developer Console via your internet browser.

VISUALDOOP_LOGIN


StringBASIC/LDAP

The authentication mode you want:

  • BASIC - Default mode. Local authentication with user/password.
  • LDAP - Enable LDAP authentication.

Advanced Configuration

LDAP (Deprecated: replaced by Visualdoop/ldap.properties)

NameTypeDescription

VISUALDOOP_LDAP_URL

StringThe location of your LDAP server.

VISUALDOOP_LDAP_USER_DN_PATTERN

String

The DN pattern related to the LDAP server

VISUALDOOP_LDAP_DOMAINStringDomaine Name

KNOX

NameTypeValuesDescription

VISUALDOOP_KNOX_HOST_RETRIEVAL

BooleanTRUE/FALSE
  • TRUE if you connect to Indexima through a Knox gateway

SSL

NameTypeValuesDescription

VISUALDOOP_SSL

BooleanTRUE/FALSE
  • TRUE: if you want to connect to the web console thru an HTTPS encrypted connection

VISUALDOOP_WEB_PORT_SSL

Integer
Port number for the HTTPS connection to the web console. Used only if VISUALDOOP_SSL is true

VISUALDOOP_SSL_KEYSTORE_LOCATION

String
Absolute path to the java Keystore used for TLS/SSL encryption. Used only if VISUALDOOP_SSL is true

VISUALDOOP_SSL_KEYSTORE_PASSWORD

String
Passphrase of the Keystore used for TLS/SSL encryption. Used only if VISUALDOOP_SSL is true


VisualDoop Data storage on s3

NameTypeDescription

VISUALDOOP_STORE


If you want to store your dev console data on Amazon S3, Google Cloud Storage, or Azure Data Lake Storage, set this parameter to the desired value.

Possibles values are: S3, GS, ADLS respectively.

VISUALDOOP_BUCKET

String

The name of the bucket you want to use to store your Visualdoop data.

E.g: s3://mybucket/path/to/dev/console, VISUALDOOP_BUCKET will be mybucket

This parameter is used only if VISUALDOOP_STORE is set to S3 or GS

AWS_ACCESS_KEY_ID


The AWS access key you want to use to access your data on S3. The account associated with this access key must have read and write rights on the bucket previously configured.

AWS_SECRET_KEY


The AWS secret key you want to use to access your data on S3. The account associated with this secret key must have read and write rights on the bucket previously configured.

Admin Users

NameTypeDescription

VISUALDOOP_ADMIN

String

Define the admin users (comma separated).

Could be LDAP users.

Miscellaneous

NameTypeDescription

VISUALDOOP_HOST

StringThe host to which Developer Console must connect to run. Unless you use a very unusual and specific infrastructure, this value must stay be 0.0.0.0 if Developer Console is not installed on your personal computer.

PROJECT_MODE

booleanshow the menu items related to the project mode (original model)
CLUSTER_MODEbooleanshow the menu items related to the cluster mode (new model) - Part 1
CLUSTER_ONLYbooleanshow the menu items related to the cluster mode (new model)  - Part 2

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.