Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 846 Bytes

administration.adoc

File metadata and controls

48 lines (35 loc) · 846 Bytes

Administration

Configuration

Table 1. Configuration properties
Key Default value Description

http.host

0.0.0.0

Binds default loopback and private IP

http.port

9990

Binds default IP port

http.prefix

/

Path prefix

http.cors.allow.origin

*

Constrain what hosts should have access to the web server

data.collector.worker.threads

number of cpu cores + 2

Numer of fixed threads available in thread pool.

content.stream.connector

discarding | rawdata

Configures the content stream connector.

rawdata.client.provider

postgres

Supported rawdata stream providers are: memory, postgres or kafka.