Skip to main content
The Data Extraction Engine (DEE) exposes properties for the extraction service, Enhanced Drillthrough, and their defaults, grouped by required and optional settings.

Required properties

Here are the required properties for the extraction engine:
PropertyDescriptionDefault value
data.extraction.service.base.dir.pathPath to the folder in which the files will be generated for regular extractionsmust provide a value
data.extraction.service.http.base.urlURL mount point to access the folder as a Web File Server for regular extractionsmust provide a value
enhanced.drillthrough.base.dir.pathPath to the folder in which the files will be generated for Enhanced Drillthrough extractionsmust provide a value
enhanced.drillthrough.http.base.urlURL mount point to access the folder as a Web File Server for Enhanced Drillthrough extractionsmust provide a value

Additional properties

Here are additional properties that can be set:

Data Extraction Engine configuration properties

PropertyDescriptionDefault value
data.extraction.templates.base.dir.pathPath to the folder holding the JSON order template files.
dee.admin.granted.authorityGranted authorities.ROLE_DEE_ADMIN
dee.thread.pool.sizeNumber of possible concurrent extractions.half the number of cores on the machine
dee.task.retention.min.daysNumber of days the generated files are retained.7
data.extraction.service.with.user.foldersInclude the user name in the generated folder path. Example: /Output/User1/extraction.csvtrue
data.extraction.service.with.task.foldersInclude the task ID in the generated folder path.false
enable.data.extraction.service.loggingEnable service logging.true
enable.data.extraction.service.detailed.loggingEnable detailed service logging.false
enable.data.extraction.service.log.memory.statsEnable logging memory stats for the service.false
dee.get-aggregates-query.use-default-membersEnable using default members for missing coordinates of slicing hierarchies.
When set to true, all members of a slicing hierarchy will be expressed in the query results.
To include only the default member of slicing hierarchies, set this property to false.
true

Enhanced Drillthrough properties

Here is a list of the properties exposed, as well as their default value, for the Enhanced Drillthrough.
PropertyDescriptionDefault value
enhanced.drillthrough.thread.pool.sizeNumber of possible concurrent extractionshalf the number of cores on the machine
enhanced.drillthrough.max.rows.per.fileMaximum number of rows in the generated file10000000
enhanced.drillthrough.max.raw.data.per.fileMaximum size for the raw data contained in the generated file (bytes)1073741824
enhanced.drillthrough.csv.separatorCSV Column separator,
enhanced.drillthrough.surrounding.quotes.flagAdd some surrounding double quotes around each column valuefalse
enable.edt.service.loggingEnable the logging of the servicetrue
enable.edt.service.detailed.loggingEnable the detailed logging of the servicefalse
enable.edt.service.log.memory.statsEnable the logging of the memory stats for the servicefalse