Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following table explains the global parameters and values in alexandria-cdws.conf:

ParameterDefault ValueCustom ConfigurableDescription
namealexandria-cdwsNoThe package name
remote1NoThis variable guides code logic depending on the CLAIMS Direct installation being remote (on-site) or Primary.
log_statistics_database1YesIf requests should be logged into the admin.t_user_statistics table (see PostgreSQL, section: "Creating the Credentials Database for CDWS")
log_statistics_error_log1YesIf requests should be logged into the httpd error_log
index_version21YesThe index version. Although this variable is configurable, it shouldn't need to be changed.
enable_ip_authentication1NoThis parameter activates code that allows IP authentication
secure0YesChange this parameter to 1 to broadcast to CDWS application that the web server is running under SSL

...

The following table lists the Database Models defined and , along with their function. Italic rows are not available with on-site installations:

 

Database ModelVariablesFunctionNotes
Model::DBIx::ConnectorNoneMain PostgreSQL Interface 
Model::CustomhostInterface into the reporting databaseThis interface enables CSV reporting. This reporting module is superseded by Model::Report defined below
Model::WebhostDeprecated (was earlier web sessions interface) 
Model::UsershostInterface into the users database supporting the Authentication plugin 
Model::Reporthost
solrurl
storage 
Interface into the users databaseThis interface supports v2.x reporting for both XML and CSV. To use this interface effectively, the optional SOLR component must be installed locally
Model::SessionhostInterface into the users databaseThis interface supports the Sessions web services (experimental)
Model::DWH::Standard
Model::DWH::Premium
Model::DWH::Premium::Plus 
hostInterface into the main alexandria XML data warehouseThis interface supports a variety of web services, including /text
Model::Attachments Interface into the attachments databaseUnavailable with on-site installations
Model::Inventory Interface into the raw data warehouseUnavailable with on-site installations
Model::MSSQL Interface into the level I data warehouseUnavailable with on-site installations
Model::Solr::Standard
Model::Solr::Premium
Model::Solr::Premium::Plus 
base
server
collection
params 
Main interfaces into the SOLR indexAvailable only with optional SOLR installation
Model::Solr::Attachments Interface into attachments indexUnavailable with on-site installations
Model::Solr::PITR Interface into PITR reporting indexUnavailable with on-site installations
Model::Zabbix Interface into systems monitoringUnavailable with on-site installations

...