tenant-assets:
assetPath: /opt/interset/reporting/tenant-assets
defaultPath: default
search:
indexPath: /opt/interset/reporting/search
database-analytics:
driverClass: org.apache.phoenix.jdbc.PhoenixDriver
url: jdbc:phoenix:$htd-analytics-master$:2181
user:
password:
maxWaitForConnection: 1s
validationQuery: "/* Phoenix Health Check */ select count(*) from USERADMIN"
initialSize: 2
minSize: 2
maxSize: 8
checkConnectionWhileIdle: false
evictionInterval: 10s
# UPSERTs will not work by default without this
autoCommitByDefault: true
# the minimum amount of time an connection must sit idle in the pool before it is eligible for eviction
minIdleTime: 1 minute
database-reporting:
driverClass: org.h2.Driver
url: jdbc:h2:/opt/interset/reporting/investigator-db
user: sa
password: sa
swagger:
baseUrl: /api
loginUrl: /login
# use the simple server factory if you only want to run on a single port
#server:
# type: simple
# connector:
# type: http
# port: 8080
authentication: oauth
server:
# softNofileLimit: 1000
# hardNofileLimit: 1000
gzip:
enabled: true
minimumEntitySize: 256 bytes
rootPath: /api/*
applicationConnectors:
- type: http
port: 9090
bindHost: 127.0.0.1
adminConnectors:
- type: http
port: 9091
bindHost: 127.0.0.1
requestLog:
appenders:
- type: file
currentLogFilename: /opt/interset/reporting/logs/request.log
archivedLogFilenamePattern: /opt/interset/reporting/logs/request-%d.log.gz
archivedFileCount: 2
timeZone: UTC
# Logging settings.
logging:
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: INFO
# Logger-specific levels.
loggers:
com.interset.investigator: DEBUG
org.skife.jdbi: TRACE
orp.apache.phoenix: TRACE
appenders:
- type: file
currentLogFilename: /opt/interset/reporting/logs/reporting.log
archivedLogFilenamePattern: /opt/interset/reporting/logs/reporting-%d.log.gz
archivedFileCount: 2
timeZone: UTC
reportGen:
type: file
installDir: /opt/interset/reporting/reportGen/
workingDir: /tmp/reportGen/working/
storage: /var/interset/reportGen/
apiUrl: http://localhost:9090/api/
guiUrl: http://localhost:9090/
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Cookie:
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
interset-cookie:
domain: $htd-investigator-fqdn$ # NOTE: this should be changed to the domain name on prem!!!!
path: /
maxAge: -1 # -1 means this cookie lives in memory only
isSecure: false # 'false' means cookies work with or without SSL
isHTTPOnly: false # 'false' means cookies work via HTTP or otherwise means (say Javascript)
comments: interset cookie that expires when browser closes
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# elasticsearchURL: ESProxy points to this url.
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
elasticsearchURL: http://localhost:9200