The general configuration has the following configuration options.
includedRepositories
Default: [] Remarks: A list with names of the configured repositories that should be extracted when executing the run. If this list is empty all the configured repositories will be included.
excludedRepositories
Default: [] Remarks: A list with names of the configured repositories that should be ignored when executing the run.
analysisRepositories
Default: [] Remarks: A list with names of the configured repositories that are included in the analysis process. If this list is empty all the configured repositories will be included. For the duplicate source analysis, this setting is ignored. You can use this setting to speed up the analysis process by only including the repositories that you want to report on. For example you can ignore repositories that you have setup for duplicate comparison.
enabledAnalysisTypes
Default: ["classification","structure", "structureperyear", "duplicate", "emptycontainer", "sameparent", "translation", "links"] Remarks: A list with names of the configured repositories that are included in the analysis process. If this list is empty all the configured repositories will be included. For the duplicate and duplicate source analysis this setting is ignored. You can use this setting to speed up the analysis process by only including the repositories that you want to report on. For example you can ignore repositories that you have setup for duplicate comparison.
elasticsearch.host
Default: http://localhost:9200 Remarks: The URL to the Elasticsearch instance to uses.
elasticsearch.username
Default: elastic Remarks: username to use when connecting to the Elasticsearch instance.
elasticsearch.password
Default: elastic Remarks: password to use when connecting to the Elasticsearch instance.
elasticsearch.authenticationEnabled
Default: true Remarks: specifies if the credentials should be used when connecting to the Elasticsearch instance.
kibana.host
Default: http://localhost:9200 Remarks: The URL to the Kibana instance to uses
kibana.username
Default: elastic Remarks: username to use when connecting to the Kibana instance.
kibana.password
Default: elastic Remarks: password to use when connecting to the Kibana instance.
kibana.authenticationEnabled
Default: true Remarks: specifies if the credentials should be used when connecting to the Kibana instance.
tempPath
Default: "c:/temp" Remarks: specifies the directory where to temporarily store binaries for hashing.